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
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
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