Re: [dpdk-dev] [PATCH v2] net/ixgbe: remove MTU setting limitation when port's stopped

2017-07-05 Thread Xing, Beilei
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Ferruh Yigit > Sent: Wednesday, July 5, 2017 10:00 PM > To: Xing, Beilei ; Lu, Wenzhuo > > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] net/ixgbe: remove MTU setting > limita

Re: [dpdk-dev] [PATCH v2] net/ixgbe: remove MTU setting limitation when port's stopped

2017-07-05 Thread Ferruh Yigit
On 7/5/2017 3:33 AM, Beilei Xing wrote: > Currently, setting MTU will fail if MTU requires the support > of scattered packets before scatter is enabled. > This patch allows setting this special MTU when device is > stopped, cause scatter will be re-configured during starting > port. > > Signed-off

Re: [dpdk-dev] [PATCH v2] net/ixgbe: remove MTU setting limitation when port's stopped

2017-07-04 Thread Lu, Wenzhuo
Hi, > -Original Message- > From: Xing, Beilei > Sent: Wednesday, July 5, 2017 10:34 AM > To: Lu, Wenzhuo > Cc: dev@dpdk.org > Subject: [PATCH v2] net/ixgbe: remove MTU setting limitation when port's > stopped > > Currently, setting MTU will fail if MTU requires the support of scattered >

[dpdk-dev] [PATCH v2] net/ixgbe: remove MTU setting limitation when port's stopped

2017-07-04 Thread Beilei Xing
Currently, setting MTU will fail if MTU requires the support of scattered packets before scatter is enabled. This patch allows setting this special MTU when device is stopped, cause scatter will be re-configured during starting port. Signed-off-by: Beilei Xing --- v2 changes: - change commit log