[dpdk-dev] [PATCH] test/mempool_perf: improve default mempool ops selection

2017-11-18 Thread Jerin Jacob
Use of rte_eal_mbuf_default_mempool_ops() API will allow to override pool handler through "--mbuf-pool-ops-name" eal command line argument. Signed-off-by: Jerin Jacob --- test/test/test_mempool_perf.c | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/test/test/t

[dpdk-dev] [PATCH v2] net/i40e: determine number of queues per VF during run time

2017-11-18 Thread Wei Dai
Without this patch, the number of queues per i40e VF is defined as 4 by CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF=4 in config/common_base. It is fixed value determined in building time and can't be changed during run time. With this patch, the number of queues per i40e VF can be determinated during