summaryrefslogtreecommitdiffstats
path: root/src/dpdk/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/dpdk/README')
-rw-r--r--src/dpdk/README16
1 files changed, 11 insertions, 5 deletions
diff --git a/src/dpdk/README b/src/dpdk/README
index 23c55bef..29ba0e0e 100644
--- a/src/dpdk/README
+++ b/src/dpdk/README
@@ -1,5 +1,11 @@
-We were based on v16.07-rc3 (608487f3fc96704271c624d0f3fe9d7fb2187aea - hash in DPDK repository)
-We copied the files we needed here (a551c94a6069f30617825f9046d36099846ab7ec - This repository)
-Changes we did to DPDK files are in 8b0119ed99f893106a560ccb9db31c99e1d293eb
-Then took tag v16.07 (20e2b6eba13d9eb61b23ea75f09f2aa966fa6325 - in DPDK repo)
-merged it to our repository
+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