[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAM_iQpWzQQQaQYZZPg3yvnkm_KZWD26jm_Xo1KN6ugjKAJLixA@mail.gmail.com>
Date: Tue, 5 Jan 2016 18:40:42 -0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: Daniel Borkmann <daniel@...earbox.net>
Cc: David Miller <davem@...emloft.net>,
Alexei Starovoitov <alexei.starovoitov@...il.com>,
Jamal Hadi Salim <jhs@...atatu.com>,
john fastabend <john.fastabend@...il.com>,
Eric Dumazet <eric.dumazet@...il.com>,
Linux Kernel Network Developers <netdev@...r.kernel.org>
Subject: Re: [PATCH net-next] net, sched: add clsact qdisc
On Tue, Jan 5, 2016 at 5:00 PM, Daniel Borkmann <daniel@...earbox.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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists