aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/README
diff options
context:
space:
mode:
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
=================================================