http://bugs.dpdk.org/show_bug.cgi?id=1981
Bug ID: 1981
Summary: RIB mempool name prefix wrong
Product: DPDK
Version: 26.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
When the RIB library creates an underlying mempool, it prefixes the mempool
name by "MP_".
It should be prefixed by "RIB_" (or "RIB6_").
https://elixir.bootlin.com/dpdk/v26.07/source/lib/rib/rte_rib.c#L427
https://elixir.bootlin.com/dpdk/v26.07/source/lib/rib/rte_rib6.c#L490
--
You are receiving this mail because:
You are the assignee for the bug.