Re: [PATCH net] Revert "net: Add driver helper functions to determine checksum offloadability"

2016-10-14 Thread David Miller
From: Stephen Hemminger Date: Tue, 11 Oct 2016 13:04:09 -0700 > > This reverts commit 6ae23ad36253a8033c5714c52b691b84456487c5. > > The code has been in kernel since 4.4 but there are no in tree > code that uses. Unused code is broken code, remove it. > > Signed-off-by: Stephen Hemminger App

Re: [PATCH net] Revert "net: Add driver helper functions to determine checksum offloadability"

2016-10-13 Thread Jonathan Cooper
On 13/10/16 15:35, David Miller wrote: From: Stephen Hemminger Date: Tue, 11 Oct 2016 13:04:09 -0700 This reverts commit 6ae23ad36253a8033c5714c52b691b84456487c5. The code has been in kernel since 4.4 but there are no in tree code that uses. Unused code is broken code, remove it. Signed-off-

Re: [PATCH net] Revert "net: Add driver helper functions to determine checksum offloadability"

2016-10-13 Thread Jonathan Cooper
On 13/10/16 15:35, David Miller wrote: From: Stephen Hemminger Date: Tue, 11 Oct 2016 13:04:09 -0700 This reverts commit 6ae23ad36253a8033c5714c52b691b84456487c5. The code has been in kernel since 4.4 but there are no in tree code that uses. Unused code is broken code, remove it. Signed-off-

Re: [PATCH net] Revert "net: Add driver helper functions to determine checksum offloadability"

2016-10-13 Thread David Miller
From: Stephen Hemminger Date: Tue, 11 Oct 2016 13:04:09 -0700 > This reverts commit 6ae23ad36253a8033c5714c52b691b84456487c5. > > The code has been in kernel since 4.4 but there are no in tree > code that uses. Unused code is broken code, remove it. > > Signed-off-by: Stephen Hemminger Tom if

[PATCH net] Revert "net: Add driver helper functions to determine checksum offloadability"

2016-10-11 Thread Stephen Hemminger
This reverts commit 6ae23ad36253a8033c5714c52b691b84456487c5. The code has been in kernel since 4.4 but there are no in tree code that uses. Unused code is broken code, remove it. Signed-off-by: Stephen Hemminger --- include/linux/netdevice.h | 78 -- net/core/dev.c