This series increases memzone name size and also incorporates
the patch to check FIB and RIB namesizes.

Memzone names are limited to 31 characters, and ring, mempool and stack
names lose the length of their prefixes on top of that.

Patches:
1. fixes hardcoded 32 size in crypto-perf app.
2. increases RTE_MEMZONE_NAMESIZE to 64 and reorders slightly.
3. Anurag Mandal's "fib, rib: fix name prefixes" v2, rebased.

v2 - merge in name size and rib, fib
   - incorporate review comments

Anurag Mandal (1):
  fib, rib: fix name prefixes

Stephen Hemminger (2):
  app/crypto-perf: fix asymmetric op pool name size
  eal: increase memzone name size to 64

 app/test-crypto-perf/cperf_test_common.c |  4 +--
 doc/guides/rel_notes/release_26_11.rst   | 36 ++++++++++++++++++++++++
 lib/eal/include/rte_memzone.h            |  2 +-
 lib/fib/rte_fib.c                        | 16 +++++++++--
 lib/fib/rte_fib6.c                       | 16 +++++++++--
 lib/mempool/rte_mempool.h                | 29 ++++++++++---------
 lib/rib/rte_rib.c                        | 14 +++++++--
 lib/rib/rte_rib6.c                       | 14 +++++++--
 lib/ring/rte_ring_core.h                 |  9 +++---
 9 files changed, 108 insertions(+), 32 deletions(-)

-- 
2.53.0

Reply via email to