Re: [dpdk-dev] [PATCH] ixgbe: initialize scattered_rx during dev_configure

2017-08-23 Thread David Harton (dharton)
> -Original Message- > From: Ananyev, Konstantin [mailto:konstantin.anan...@intel.com] > Sent: Wednesday, August 23, 2017 6:32 AM > To: David Harton (dharton) ; wenzhuo...@intel.co > Cc: dev@dpdk.org > Subject: RE: [PATCH] ixgbe: initialize scattered_rx during dev_configure > > Hi David,

Re: [dpdk-dev] [PATCH] ixgbe: initialize scattered_rx during dev_configure

2017-08-23 Thread Ananyev, Konstantin
Hi David, > > An application may want to manipulate the MTU settings of > a device without having to start the device first. > In order to remove the need to start the device the > ixgbe/ixgbevf drivers need to initialize the scattered_rx > value during dev_configure. Not sure how that would hel

[dpdk-dev] [PATCH] ixgbe: initialize scattered_rx during dev_configure

2017-08-22 Thread David Harton
An application may want to manipulate the MTU settings of a device without having to start the device first. In order to remove the need to start the device the ixgbe/ixgbevf drivers need to initialize the scattered_rx value during dev_configure. Signed-off-by: David Harton --- drivers/net/ixgbe