Re: [dpdk-dev] [PATCH] examples/l3fwd: change mq-mode on single queue devices

2021-07-30 Thread Thomas Monjalon
13/05/2021 11:59, Bruce Richardson: > On Wed, May 12, 2021 at 09:43:57PM +0300, Medvedkin, Vladimir wrote: > > Hi Bruce, > > > > On 12/05/2021 19:32, Bruce Richardson wrote: > > > On Mon, May 10, 2021 at 06:53:19PM +0200, Heinrich Kuhn wrote: > > > > From: "Chaoyong.He" > > > > > > > > Set the R

Re: [dpdk-dev] [PATCH] examples/l3fwd: change mq-mode on single queue devices

2021-05-13 Thread Bruce Richardson
On Wed, May 12, 2021 at 09:43:57PM +0300, Medvedkin, Vladimir wrote: > Hi Bruce, > > On 12/05/2021 19:32, Bruce Richardson wrote: > > On Mon, May 10, 2021 at 06:53:19PM +0200, Heinrich Kuhn wrote: > > > From: "Chaoyong.He" > > > > > > Set the Rx multi-queue mode to NONE when configuring a port t

Re: [dpdk-dev] [PATCH] examples/l3fwd: change mq-mode on single queue devices

2021-05-12 Thread Medvedkin, Vladimir
Hi Bruce, On 12/05/2021 19:32, Bruce Richardson wrote: On Mon, May 10, 2021 at 06:53:19PM +0200, Heinrich Kuhn wrote: From: "Chaoyong.He" 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

Re: [dpdk-dev] [PATCH] examples/l3fwd: change mq-mode on single queue devices

2021-05-12 Thread Bruce Richardson
On Mon, May 10, 2021 at 06:53:19PM +0200, Heinrich Kuhn wrote: > From: "Chaoyong.He" > > 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 > Signed-off-by: Heinrich Kuhn > Signed-o

[dpdk-dev] [PATCH] examples/l3fwd: change mq-mode on single queue devices

2021-05-10 Thread Heinrich Kuhn
From: "Chaoyong.He" 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 Signed-off-by: Heinrich Kuhn Signed-off-by: Simon Horman --- examples/l3fwd/main.c | 4 1 file changed, 4 ins