An open API service indexing awesome lists of open source software.

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.

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/...

```