On Tue, Jan 5, 2016 at 5:00 PM, Daniel Borkmann <dan...@iogearbox.net> wrote: > diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h > index c20b814..752c0d2 100644 > --- a/include/linux/netdevice.h > +++ b/include/linux/netdevice.h > @@ -1739,7 +1739,9 @@ struct net_device { > #ifdef CONFIG_XPS > struct xps_dev_maps __rcu *xps_maps; > #endif > - > +#ifdef CONFIG_NET_CLS_ACT > + struct tcf_proto __rcu *egress_cl_list; > +#endif
Next time you add a qdisc will you need another pointer in netdevice? ;) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html