diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2015-12-01 20:20:05 -0800 |
---|---|---|
committer | Thomas Monjalon <thomas.monjalon@6wind.com> | 2015-12-13 22:06:58 +0100 |
commit | c6dcefe4201ea67ebae56301a3e926f6ece72a7e (patch) | |
tree | 093947a9c60f61688a8d8f8b397c7ee95ce9f8a5 /README | |
parent | 27e87b26d4758feff944654ab75ad24857427788 (diff) | |
download | dpdk-c6dcefe4201ea67ebae56301a3e926f6ece72a7e.zip dpdk-c6dcefe4201ea67ebae56301a3e926f6ece72a7e.tar.gz dpdk-c6dcefe4201ea67ebae56301a3e926f6ece72a7e.tar.xz |
doc: add readme file
This project is missing a proper README which is used in
other projects and some git visualization services.
Only a starting point, please feel free to edit.
To keep the file short and current, I avoided putting any specific
information about features and versions.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: John McNamara <john.mcnamara@intel.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +DPDK is a set of libraries and drivers for fast packet processing. +It supports many processor architectures and both FreeBSD and Linux. + +The DPDK uses the Open Source BSD license for the core libraries and +drivers. The kernel components are GPLv2 licensed. + +Please check the doc directory for release notes, +API documentation, and sample application information. + +For questions and usage discussions, subscribe to: users@dpdk.org +Report bugs and issues to the development mailing list: dev@dpdk.org |