Re: [PATCH] net: vnet: relocate netlink code section comment

2015-07-20 Thread Cong Wang
On Mon, Jul 20, 2015 at 10:12 AM, Baruch Siach wrote: > Hi Cong Wang, > > On Mon, Jul 20, 2015 at 10:07:00AM -0700, Cong Wang wrote: >> On Sun, Jul 19, 2015 at 12:40 AM, Baruch Siach wrote: >> > The veth_setup() routine and the VETH_FEATURES macro are also part of the >> > netlink interface (refe

Re: [PATCH] net: vnet: relocate netlink code section comment

2015-07-20 Thread Baruch Siach
Hi Cong Wang, On Mon, Jul 20, 2015 at 10:07:00AM -0700, Cong Wang wrote: > On Sun, Jul 19, 2015 at 12:40 AM, Baruch Siach wrote: > > The veth_setup() routine and the VETH_FEATURES macro are also part of the > > netlink interface (referenced from struct rtnl_link_ops). Include them under > > the n

Re: [PATCH] net: vnet: relocate netlink code section comment

2015-07-20 Thread Cong Wang
On Sun, Jul 19, 2015 at 12:40 AM, Baruch Siach wrote: > The veth_setup() routine and the VETH_FEATURES macro are also part of the > netlink interface (referenced from struct rtnl_link_ops). Include them under > the netlink code section comment. > Or just remove it? I don't think comment like this

[PATCH] net: vnet: relocate netlink code section comment

2015-07-19 Thread Baruch Siach
The veth_setup() routine and the VETH_FEATURES macro are also part of the netlink interface (referenced from struct rtnl_link_ops). Include them under the netlink code section comment. Signed-off-by: Baruch Siach --- drivers/net/veth.c | 8 1 file changed, 4 insertions(+), 4 deletions(-