aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/README
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2016-07-18 14:56:13 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2016-07-26 15:57:45 +0100
commiteaa5e887731be7a4e2ab40aabbd421e9bdbe0291 (patch)
tree5286ee8a02018157106a6304ffc6b7eda32488e9 /platform/linux-dpdk/README
parent49f2d7589ba3a6e76b47078c2f13b0b5da5594fe (diff)
linux-dpdk: pool: check pool name lengthv1.10.1.0_DPDK_16.04
DPDK only supports RTE_MEMPOOL_NAMESIZE, this patch trims the name, and warns about name collision. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
Diffstat (limited to 'platform/linux-dpdk/README')
-rw-r--r--platform/linux-dpdk/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/platform/linux-dpdk/README b/platform/linux-dpdk/README
index c74b39b68..09c95f1e9 100644
--- a/platform/linux-dpdk/README
+++ b/platform/linux-dpdk/README
@@ -3,6 +3,14 @@ All rights reserved.
SPDX-License-Identifier: BSD-3-Clause
+
+ERRATA:
+- DPDK 16.07 and earlier supports pool names with RTE_MEMZONE_NAMESIZE
+ characters (including terminating NULL), which is 6 characters less than
+ ODP_POOL_NAME_LEN. Names reaching into this interval might collide if the
+ first 25 characters are not unique.
+
+
1. Rationale
=================================================