Thread (4 messages) flat view 4 messages, 4 authors, 2021-11-17

Re: [PATCH net-next 1/1] net: add missing include in include/net/gro.h

From: Randy Dunlap <rdunlap@infradead.org>
Date: 2021-11-17 19:57:21

On 11/17/21 2:01 AM, Eric Dumazet wrote:
quoted hunk ↗ jump to hunk
From: Eric Dumazet <edumazet@google.com>

This is needed for some arches, as reported by Geert Uytterhoeven,
Randy Dunlap and Stephen Rothwell

Fixes: 4721031c3559 ("net: move gro definitions to include/net/gro.h")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Stephen Rothwell <redacted>
Cc: Randy Dunlap <rdunlap@infradead.org>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
---
  include/net/gro.h | 1 +
  1 file changed, 1 insertion(+)
diff --git a/include/net/gro.h b/include/net/gro.h
index d0e7df691a807410049508355230a4523af590a1..9c22a010369cb89f9511d78cc322be56170d7b20 100644
--- a/include/net/gro.h
+++ b/include/net/gro.h
@@ -6,6 +6,7 @@
  #include <linux/indirect_call_wrapper.h>
  #include <linux/ip.h>
  #include <linux/ipv6.h>
+#include <net/ip6_checksum.h>
  #include <linux/skbuff.h>
  #include <net/udp.h>
  
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>

thanks.

-- 
~Randy
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help