Re: [ovs-dev] [PATCH net-next] openvswitch: make generic netlink group const

2014-07-16 Thread David Miller
From: Stephen Hemminger Date: Wed, 16 Jul 2014 11:25:52 -0700 > Generic netlink tables can be const. > > Signed-off-by: Stephen Hemminger Applied, thanks Stephen. ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [PATCH net-next] openvswitch: make generic netlink group const

2014-07-16 Thread Pravin Shelar
On Wed, Jul 16, 2014 at 11:25 AM, Stephen Hemminger wrote: > Generic netlink tables can be const. > OVS external module can not use const due to compatibility code. But there is no reason we can not do it for in-kernel module. Thanks. > Signed-off-by: Stephen Hemminger > > > --- a/net/openvswi

[ovs-dev] [PATCH net-next] openvswitch: make generic netlink group const

2014-07-16 Thread Stephen Hemminger
Generic netlink tables can be const. Signed-off-by: Stephen Hemminger --- a/net/openvswitch/datapath.c2014-07-09 03:06:11.400291765 -0700 +++ b/net/openvswitch/datapath.c2014-07-09 03:09:35.688297236 -0700 @@ -66,16 +66,16 @@ static struct genl_family dp_packet_genl static stru