Message ID | 72546ad0b742461ce6102355dea69fcdcd0d14ad.1633697183.git.lorenzo@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | BPF |
Headers | show |
Series | mvneta: introduce XDP multi-buffer support | expand |
diff --git a/include/linux/skbuff.h b/include/linux/skbuff.h index 841e2f0f5240..86f68042c533 100644 --- a/include/linux/skbuff.h +++ b/include/linux/skbuff.h @@ -529,6 +529,7 @@ struct skb_shared_info { * Warning : all fields before dataref are cleared in __alloc_skb() */ atomic_t dataref; + unsigned int xdp_frags_size; /* Intermediate layers must ensure that destructor_arg * remains valid until skb destructor */