RE: [net-next 1/6] ixgbe: Do not allow LRO or MTU change with XDP

2018-07-26 Thread Nguyen, Anthony L
> From: Jakub Kicinski [mailto:jakub.kicin...@netronome.com] > Sent: Thursday, July 26, 2018 2:47 PM > On Thu, 26 Jul 2018 14:21:08 -0700, Jakub Kicinski wrote: > > On Thu, 26 Jul 2018 10:40:45 -0700, Jeff Kirsher wrote: > > > From: Tony Nguyen > > > > > > XDP does not support jumbo frames or

Re: [net-next 1/6] ixgbe: Do not allow LRO or MTU change with XDP

2018-07-26 Thread Jakub Kicinski
On Thu, 26 Jul 2018 14:21:08 -0700, Jakub Kicinski wrote: > On Thu, 26 Jul 2018 10:40:45 -0700, Jeff Kirsher wrote: > > From: Tony Nguyen > > > > XDP does not support jumbo frames or LRO. These checks are being made > > outside the driver when an XDP program is loaded, however, there is > >

Re: [net-next 1/6] ixgbe: Do not allow LRO or MTU change with XDP

2018-07-26 Thread Jakub Kicinski
On Thu, 26 Jul 2018 10:40:45 -0700, Jeff Kirsher wrote: > From: Tony Nguyen > > XDP does not support jumbo frames or LRO. These checks are being made > outside the driver when an XDP program is loaded, however, there is > nothing preventing these from changing after an XDP program is loaded. >

[net-next 1/6] ixgbe: Do not allow LRO or MTU change with XDP

2018-07-26 Thread Jeff Kirsher
From: Tony Nguyen XDP does not support jumbo frames or LRO. These checks are being made outside the driver when an XDP program is loaded, however, there is nothing preventing these from changing after an XDP program is loaded. Add the checks so that while an XDP program is loaded, do not allow