Re: [PATCH net-next v3 2/5] net: Disable GRO_HW when generic XDP is installed on a device.

2017-12-10 Thread Alexander Duyck
On Sat, Dec 9, 2017 at 10:49 PM, Michael Chan wrote: > On Sat, Dec 9, 2017 at 2:37 PM, Alexander Duyck > wrote: >> On Sat, Dec 9, 2017 at 1:40 PM, Michael Chan >> wrote: >>> On Sat, Dec 9, 2017 at 10:56 AM,

Re: [PATCH net-next v3 2/5] net: Disable GRO_HW when generic XDP is installed on a device.

2017-12-09 Thread Michael Chan
On Sat, Dec 9, 2017 at 2:37 PM, Alexander Duyck wrote: > On Sat, Dec 9, 2017 at 1:40 PM, Michael Chan > wrote: >> On Sat, Dec 9, 2017 at 10:56 AM, Alexander Duyck >> wrote: >>> I think these two lines are

Re: [PATCH net-next v3 2/5] net: Disable GRO_HW when generic XDP is installed on a device.

2017-12-09 Thread Alexander Duyck
On Sat, Dec 9, 2017 at 1:40 PM, Michael Chan wrote: > On Sat, Dec 9, 2017 at 10:56 AM, Alexander Duyck > wrote: >> On Fri, Dec 8, 2017 at 10:27 PM, Michael Chan >> wrote: >>> Hardware should not aggregate any

Re: [PATCH net-next v3 2/5] net: Disable GRO_HW when generic XDP is installed on a device.

2017-12-09 Thread Michael Chan
On Sat, Dec 9, 2017 at 10:56 AM, Alexander Duyck wrote: > On Fri, Dec 8, 2017 at 10:27 PM, Michael Chan > wrote: >> Hardware should not aggregate any packets when generic XDP is installed. >> >> Cc: Ariel Elior >>

Re: [PATCH net-next v3 2/5] net: Disable GRO_HW when generic XDP is installed on a device.

2017-12-09 Thread Alexander Duyck
On Fri, Dec 8, 2017 at 10:27 PM, Michael Chan wrote: > Hardware should not aggregate any packets when generic XDP is installed. > > Cc: Ariel Elior > Cc: everest-linux...@cavium.com > Signed-off-by: Michael Chan > ---

[PATCH net-next v3 2/5] net: Disable GRO_HW when generic XDP is installed on a device.

2017-12-08 Thread Michael Chan
Hardware should not aggregate any packets when generic XDP is installed. Cc: Ariel Elior Cc: everest-linux...@cavium.com Signed-off-by: Michael Chan --- net/core/dev.c | 24 1 file changed, 24 insertions(+) diff --git