Re: [dpdk-dev] [PATCH v4] app/flow-perf: fix condition of hairpin queues setup

2020-07-19 Thread Thomas Monjalon
16/07/2020 16:16, Wisam Jaddo: > The hairpin queue is the one that start from normal rxq, > and will be less than nr_queues where nr_queues is the > sum of normal and hairpin > > Fixes: bf3688f1e816 ("app/flow-perf: add insertion rate calculation") > Cc: wis...@mellanox.com > > Signed-off-by: Wis

[dpdk-dev] [PATCH v4] app/flow-perf: fix condition of hairpin queues setup

2020-07-16 Thread Wisam Jaddo
The hairpin queue is the one that start from normal rxq, and will be less than nr_queues where nr_queues is the sum of normal and hairpin Fixes: bf3688f1e816 ("app/flow-perf: add insertion rate calculation") Cc: wis...@mellanox.com Signed-off-by: Wisam Jaddo Reviewed-by: Asaf Penso --- v4: * Re