Thread (5 messages) flat view 5 messages, 2 authors, 2021-05-27

Re: [PATCH net-next 1/3] net: flow_dissector: extend bpf flow dissector support with vnet hdr

From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-05-27 23:13:59

On Thu, 27 May 2021 17:12:12 -0400 Tanner Love wrote:
quoted hunk ↗ jump to hunk
@@ -915,7 +916,8 @@ bool __skb_flow_dissect(const struct net *net,
 			const struct sk_buff *skb,
 			struct flow_dissector *flow_dissector,
 			void *target_container, const void *data,
-			__be16 proto, int nhoff, int hlen, unsigned int flags)
+			__be16 proto, int nhoff, int hlen, unsigned int flags,
+			const struct virtio_net_hdr *vhdr)
 {
 	struct flow_dissector_key_control *key_control;
 	struct flow_dissector_key_basic *key_basic;
net/core/flow_dissector.c:922: warning: Function parameter or member 'vhdr' not described in '__skb_flow_dissect'

Please try to check W=1 C=1 builds, you may want to compile only the
object files you changed otherwise for a change like this, touching
skbuff.h, you'll drown in old warnings.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help