Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-03-28 Thread Zhang, Helin
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ananyev, Konstantin > Sent: Wednesday, January 31, 2018 9:39 PM > To: Chas Williams; dev@dpdk.org > Cc: Lu, Wenzhuo > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfigur

Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-01-31 Thread Ananyev, Konstantin
> > > > > > > > > > From: "Charles (Chas) Williams" > > > > > > > > .dev_configure() may be called again after RX queues have been setup. > > > > This has the effect of clearing whatever setting the RX queues made for > > > > rx_bulk_alloc_allowed or rx_vec_allowed.  Only reset this configurati

Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-01-30 Thread Chas Williams
On Tue, Jan 30, 2018 at 8:14 AM, Ananyev, Konstantin < konstantin.anan...@intel.com> wrote: > > > > > > > > > > From: "Charles (Chas) Williams" > > > > > > > > .dev_configure() may be called again after RX queues have been setup. > > > > This has the effect of clearing whatever setting the RX que

Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-01-30 Thread Ananyev, Konstantin
> > > > > > From: "Charles (Chas) Williams" > > > > > > .dev_configure() may be called again after RX queues have been setup. > > > This has the effect of clearing whatever setting the RX queues made for > > > rx_bulk_alloc_allowed or rx_vec_allowed.  Only reset this configuration > > > is there

Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-01-29 Thread Chas Williams
On Mon, Jan 29, 2018 at 1:05 PM, Ananyev, Konstantin < konstantin.anan...@intel.com> wrote: > > > > -Original Message- > > From: Ananyev, Konstantin > > Sent: Monday, January 29, 2018 5:51 PM > > To: Ananyev, Konstantin > > Subject: [PATCH] net/ixgbe: fix reconfiguration of rx queues > >

Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-01-29 Thread Ananyev, Konstantin
> -Original Message- > From: Ananyev, Konstantin > Sent: Monday, January 29, 2018 5:51 PM > To: Ananyev, Konstantin > Subject: [PATCH] net/ixgbe: fix reconfiguration of rx queues > > > > From: Chas Williams [mailto:3ch...@gmail.com] > Sent: Monday, January 29, 2018 4:49 PM > To: Anany

Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-01-29 Thread Chas Williams
On Mon, Jan 29, 2018 at 11:25 AM, Ananyev, Konstantin < konstantin.anan...@intel.com> wrote: > > > -Original Message- > > From: Chas Williams [mailto:3ch...@gmail.com] > > Sent: Monday, January 29, 2018 3:21 PM > > To: dev@dpdk.org > > Cc: Lu, Wenzhuo ; Ananyev, Konstantin < > konstantin.a

Re: [dpdk-dev] [PATCH] net/ixgbe: fix reconfiguration of rx queues

2018-01-29 Thread Ananyev, Konstantin
> -Original Message- > From: Chas Williams [mailto:3ch...@gmail.com] > Sent: Monday, January 29, 2018 3:21 PM > To: dev@dpdk.org > Cc: Lu, Wenzhuo ; Ananyev, Konstantin > ; Charles (Chas) Williams > > Subject: [PATCH] net/ixgbe: fix reconfiguration of rx queues > > From: "Charles (Chas)