linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net] trival: net: skbuff: fix comment in skbuff.h
@ 2019-04-03  9:15 linmiaohe
  2019-04-04  7:35 ` Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: linmiaohe @ 2019-04-03  9:15 UTC (permalink / raw)
  To: David Miller, willemb, fw, edumazet, pabeni, pctammela,
	deepa.kernel, sbrivio, mirq-linux, linux-kernel
  Cc: Mingfangsen

From: Miaohe Lin <linmiaohe@huawei.com>

It should be IPv6|UDP instead of IPv4|UDP for NETIF_F_IPV6_CSUM

Signed-off-by: linmiaohe <linmiaohe@huawei.com>
---
 include/linux/skbuff.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 69b5538adcea..9683e00a5a79 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -71,7 +71,7 @@
  *     NETIF_F_IPV6_CSUM - Driver (device) is only able to checksum plain
  *                       TCP or UDP packets over IPv6. These are specifically
  *                       unencapsulated packets of the form IPv6|TCP or
- *                       IPv4|UDP where the Next Header field in the IPv6
+ *                       IPv6|UDP where the Next Header field in the IPv6
  *                       header is either TCP or UDP. IPv6 extension headers
  *                       are not supported with this feature. This feature
  *                       cannot be set in features for a device with
-- 
2.19.1



.



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH net] trival: net: skbuff: fix comment in skbuff.h
  2019-04-03  9:15 [PATCH net] trival: net: skbuff: fix comment in skbuff.h linmiaohe
@ 2019-04-04  7:35 ` Mukesh Ojha
  0 siblings, 0 replies; 2+ messages in thread
From: Mukesh Ojha @ 2019-04-04  7:35 UTC (permalink / raw)
  To: linmiaohe, David Miller, willemb, fw, edumazet, pabeni,
	pctammela, deepa.kernel, sbrivio, mirq-linux, linux-kernel
  Cc: Mingfangsen


On 4/3/2019 2:45 PM, linmiaohe wrote:
> From: Miaohe Lin <linmiaohe@huawei.com>
>
> It should be IPv6|UDP instead of IPv4|UDP for NETIF_F_IPV6_CSUM
>
> Signed-off-by: linmiaohe <linmiaohe@huawei.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   include/linux/skbuff.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
> index 69b5538adcea..9683e00a5a79 100644
> --- a/include/linux/skbuff.h
> +++ b/include/linux/skbuff.h
> @@ -71,7 +71,7 @@
>    *     NETIF_F_IPV6_CSUM - Driver (device) is only able to checksum plain
>    *                       TCP or UDP packets over IPv6. These are specifically
>    *                       unencapsulated packets of the form IPv6|TCP or
> - *                       IPv4|UDP where the Next Header field in the IPv6
> + *                       IPv6|UDP where the Next Header field in the IPv6
>    *                       header is either TCP or UDP. IPv6 extension headers
>    *                       are not supported with this feature. This feature
>    *                       cannot be set in features for a device with

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-04  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-03  9:15 [PATCH net] trival: net: skbuff: fix comment in skbuff.h linmiaohe
2019-04-04  7:35 ` Mukesh Ojha

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).