Re: [PATCH net-next] net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.

2017-08-11 Thread David Miller
From: Tonghao Zhang Date: Thu, 10 Aug 2017 20:16:29 -0700 > Because we remove the UFO support, we will also remove the > CHECKSUM_UNNECESSARY check in skb_needs_check(). > > Cc: Willem de Bruijn > Signed-off-by: Tonghao Zhang

Re: [PATCH net-next] net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.

2017-08-11 Thread Willem de Bruijn
On Thu, Aug 10, 2017 at 8:16 PM, Tonghao Zhang wrote: > Because we remove the UFO support, we will also remove the > CHECKSUM_UNNECESSARY check in skb_needs_check(). > > Cc: Willem de Bruijn > Signed-off-by: Tonghao Zhang

[PATCH net-next] net: skb_needs_check() removes CHECKSUM_UNNECESSARY check for tx.

2017-08-10 Thread Tonghao Zhang
Because we remove the UFO support, we will also remove the CHECKSUM_UNNECESSARY check in skb_needs_check(). Cc: Willem de Bruijn Signed-off-by: Tonghao Zhang --- net/core/dev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git