https://github.com/deeprec-ai/seastar
Seastar is a high performance server-side application framework, which is used in GRPC++ and StarServer in DeepRec.
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
Repository
Seastar is a high performance server-side application framework, which is used in GRPC++ and StarServer in DeepRec.
Basic Info
Statistics
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 0
- Releases: 0
Metadata Files
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:
- Setup host to compile DPDK:
- Ubuntu
sudo apt-get install -y build-essential linux-image-extra-$(uname -r)
- Ubuntu
- 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).
- Download the latest DPDK release:
- 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
- Repositories: 1
- Profile: https://github.com/DeepRec-AI
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