[RFC][b/azure][PATCH 2/8] azure XDP generic fixes - option 1

Ioanna Alifieraki ioanna-maria.alifieraki at canonical.com
Thu Jun 13 19:26:24 UTC 2019


BugLink: https://bugs.launchpad.net/bugs/1831254

This change comes from commit d4546c2509b1e9cd082e368 and is needed for
the commits that follow.
Since d4546c2509b1e9cd082e368 is quite big we just pick up only what we
need.

Signed-off-by: Ioanna Alifieraki <ioanna-maria.alifieraki at canonical.com>
---
 include/linux/skbuff.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h
index 610a201126ee..1b86e0748e46 100644
--- a/include/linux/skbuff.h
+++ b/include/linux/skbuff.h
@@ -679,6 +679,7 @@ struct sk_buff {
 			};
 		};
 		struct rb_node	rbnode; /* used in netem & tcp stack */
+                struct list_head list;
 	};
 	struct sock		*sk;
 
-- 
2.17.1




More information about the kernel-team mailing list