aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2016-05-26 17:36:02 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2016-05-26 17:36:02 +0100
commit438a207a39bad213cdc03929452a8199caef5d8c (patch)
tree318f5acebfeeb13f3e567cb71dc26a787ead59e6
parentbd6e1c5c4d25ddbe0394ae7a1ee4201751e46085 (diff)
linux-dpdk: claim support for 16.04v1.8.0.0_DPDK_16.04
Fortunately there is no need for any changes. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
-rw-r--r--platform/linux-dpdk/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/linux-dpdk/README b/platform/linux-dpdk/README
index c6f78a44c..d8b790345 100644
--- a/platform/linux-dpdk/README
+++ b/platform/linux-dpdk/README
@@ -39,7 +39,7 @@ A sample output could be:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The list of known and supported devices can be found in the DPDK code:
-http://dpdk.org/browse/dpdk/tree/lib/librte_eal/common/include/rte_pci_dev_ids.h?id=v2.2.0-rc1
+http://dpdk.org/browse/dpdk/tree/lib/librte_eal/common/include/rte_pci_dev_ids.h?id=v16.04
The definition of a known NIC looks like this:
@@ -65,10 +65,10 @@ Fetching the DPDK code:
----------------------
git clone http://92.243.14.124/git/dpdk ./<dpdk-dir>
-Right now odp-dpdk only supports DPDK v2.2.0. During upgrade, make sure that
+Right now odp-dpdk only supports DPDK v16.04. During upgrade, make sure that
PMD constuctors are correctly and fully referred in refer_constructors():
git tag -l -- will list all the tags available
- git checkout -b 2.2.0 tags/v2.2.0
+ git checkout -b 16.04 tags/v16.04
Compile DPDK:
------------