Hi, Please increase the number of available pools for odp-dpdk and odp-linux as now 16 is on the small side.
ofp/scripts/odp-dpdk/platform/linux-dpdk/include/odp_config_internal.h:17: #define ODP_CONFIG_POOLS 16 I suppose a platform will put here the real maximum number of pools, so there is no need (or way) to modify this from application API side? Now, OFP (ODP-DPDK) with OFP_RSS enabled ODP_CONFIG_POOLS requires to be: 9 + odp_cpu_count(), so on a machine with 16 cores ODP_CONFIG_POOLS should be 25. It would be good to have this value like 64 or 128. Kind Regards, Sorin
