Re: [PATCH v3] net: core: Use skb_is_gso() in skb_checksum_help()

2020-10-28 Thread Jakub Kicinski
On Tue, 27 Oct 2020 13:59:04 +0800 Yi Li wrote: > No functional changes, just minor refactoring. > > Signed-off-by: Yi Li Applied, thanks!

[PATCH v3] net: core: Use skb_is_gso() in skb_checksum_help()

2020-10-27 Thread Yi Li
No functional changes, just minor refactoring. Signed-off-by: Yi Li --- net/core/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/dev.c b/net/core/dev.c index 82dc6b48e45f..9e7f071b846c 100644 --- a/net/core/dev.c +++ b/net/core/dev.c @@ -3206,7 +3206,7 @@ int