examples/l3fwd: disable multi-queue for single queue
authorChaoyong He <chaoyong.he@corigine.com>
Mon, 10 May 2021 16:53:19 +0000 (18:53 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 30 Jul 2021 16:56:01 +0000 (18:56 +0200)
commit97986fa56475f409bb700f1025ce3ea34002c10d
treebc175f85f4b478922d97a8692aa831e4a4cb2d35
parentd3319ef93815415d34a3c0dc5d71962d2d3705cd
examples/l3fwd: disable multi-queue for single queue

Set the Rx multi-queue mode to NONE when configuring a port that is
associated with hardware that only supports a single Rx queue.

Signed-off-by: Chaoyong He <chaoyong.he@corigine.com>
Signed-off-by: Heinrich Kuhn <heinrich.kuhn@netronome.com>
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
examples/l3fwd/main.c