Re: [dpdk-dev] [PATCH v8 7/7] l3fwd-power: support multiqueue in PMD pmgmt modes

2021-07-09 Thread David Marchand
On Thu, Jul 8, 2021 at 4:14 PM Anatoly Burakov wrote: > > Currently, l3fwd-power enforces the limitation of having one queue per > lcore. This is no longer necessary, so remove the limitation. Title prefix is examples/l3fwd-power: for consistency sake. -- David Marchand

[dpdk-dev] [PATCH v8 7/7] l3fwd-power: support multiqueue in PMD pmgmt modes

2021-07-08 Thread Anatoly Burakov
Currently, l3fwd-power enforces the limitation of having one queue per lcore. This is no longer necessary, so remove the limitation. Signed-off-by: Anatoly Burakov --- examples/l3fwd-power/main.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/examples/l3fwd-power/main.c b/examples/l3fw