https://github.com/bazelment/dpdk_examples
This repo collects examples on how to use dpdk bazel branch.
https://github.com/bazelment/dpdk_examples
Last synced: about 1 year ago
JSON representation
This repo collects examples on how to use dpdk bazel branch.
- Host: GitHub
- URL: https://github.com/bazelment/dpdk_examples
- Owner: bazelment
- License: apache-2.0
- Created: 2021-03-29T01:20:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-29T03:56:03.000Z (about 5 years ago)
- Last Synced: 2025-01-26T17:44:10.413Z (over 1 year ago)
- Language: Starlark
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dpdk_examples
This repo collects examples on how to use dpdk bazel branch in this
[repo](https://github.com/bazelment/dpdk).
Quick start:
```
$ git clone https://github.com/bazelment/dpdk_examples.git && cd dpdk_examples
$ git submodule update --init
$ bazel build third_party/dpdk/...
```