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