├── .gitignore └── README /.gitignore: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | DPDK is a set of libraries and drivers for fast packet processing. 2 | 3 | The DPDK uses the Open Source BSD-3-Clause license for the core libraries 4 | and drivers. The kernel components are GPL-2.0 licensed. 5 | 6 | Documentation is available at: https://core.dpdk.org/doc/ 7 | 8 | For questions and usage discussions, subscribe to: users@dpdk.org 9 | Report bugs and issues to the development mailing list: dev@dpdk.org 10 | 11 | This is the default branch of the dpdk-stable repo. It is unused. 12 | Please switch branch to one of the stable/LTS branches. 13 | 14 | Details of currently maintained stable/LTS branches are available at: 15 | https://core.dpdk.org/roadmap/#stable 16 | 17 | Releases from current and previously maintained stable/LTS branches 18 | are available via git tags or at: https://core.dpdk.org/download/ 19 | --------------------------------------------------------------------------------