https://github.com/deeprec-ai/seastar

Seastar is a high performance server-side application framework, which is used in GRPC++ and StarServer in DeepRec.

https://github.com/deeprec-ai/seastar

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.4%) to scientific vocabulary
Last synced: 4 months ago · JSON representation

Repository

Seastar is a high performance server-side application framework, which is used in GRPC++ and StarServer in DeepRec.

Basic Info
  • Host: GitHub
  • Owner: DeepRec-AI
  • License: apache-2.0
  • Language: C
  • Default Branch: main
  • Homepage:
  • Size: 19.2 MB
Statistics
  • Stars: 7
  • Watchers: 7
  • Forks: 2
  • Open Issues: 0
  • Releases: 0
Created almost 7 years ago · Last pushed over 2 years ago
Metadata Files
Readme Contributing License

README-DPDK.md

Seastar and DPDK

Seastar uses the Data Plane Development Kit to drive NIC hardware directly. This provides an enormous performance boost.

To enable DPDK, specify --enable-dpdk to ./configure.py, and --dpdk-pmd as a run-time parameter. This will use the DPDK package provided as a git submodule with the seastar sources.

To use your own self-compiled DPDK package, follow this procedure:

  1. Setup host to compile DPDK:
    • Ubuntu sudo apt-get install -y build-essential linux-image-extra-$(uname -r)
  2. Prepare a DPDK SDK:
    • Download the latest DPDK release: wget http://dpdk.org/browse/dpdk/snapshot/dpdk-2.0.0.tar.gz
    • Untar it.
    • Edit config/commonlinuxapp: set CONFIGRTEMBUFREFCNTATOMIC and CONFIGRTELIBRTEKNI to 'n'.
    • Start the tools/setup.sh script as root.
    • Compile a linuxapp target (option 9).
    • Install IGB_UIO module (option 12).
    • Bind some physical port to IGB_UIO (option 18).
    • Configure hugepage mappings (option 15/16).
  3. Run a configure.py: ./configure.py --dpdk-target <Path to untared dpdk-2.0.0 above>/x86_64-native-linuxapp-gcc.

Owner

  • Name: DeepRec-AI
  • Login: DeepRec-AI
  • Kind: organization

GitHub Events

Total
  • Watch event: 2
Last Year
  • Watch event: 2

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels