diff options
| author | Stephen Hemminger <[email protected]> | 2015-12-01 20:20:05 -0800 |
|---|---|---|
| committer | Thomas Monjalon <[email protected]> | 2015-12-13 22:06:58 +0100 |
| commit | c6dcefe4201ea67ebae56301a3e926f6ece72a7e (patch) | |
| tree | 093947a9c60f61688a8d8f8b397c7ee95ce9f8a5 /README | |
| parent | 27e87b26d4758feff944654ab75ad24857427788 (diff) | |
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 <[email protected]>
Acked-by: John McNamara <[email protected]>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000000..29ba0e0e33 --- /dev/null +++ b/README @@ -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: [email protected] +Report bugs and issues to the development mailing list: [email protected] |
