Re: [net-next,v2] openvswitch: add macro MODULE_ALIAS_VPORT_TYPE for vport type alias

2017-06-14 Thread Pravin Shelar
On Tue, Jun 13, 2017 at 12:00 AM, Zhang Shengju wrote: > Add a new macro MODULE_ALIAS_VPORT_TYPE to unify and simplify the > declaration of vport type alias. > > Signed-off-by: Zhang Shengju > --- >

Re: [net-next,v2] openvswitch: add macro MODULE_ALIAS_VPORT_TYPE for vport type alias

2017-06-14 Thread David Miller
From: Zhang Shengju Date: Tue, 13 Jun 2017 15:00:57 +0800 > Add a new macro MODULE_ALIAS_VPORT_TYPE to unify and simplify the > declaration of vport type alias. > > Signed-off-by: Zhang Shengju Openvswitch folks, please

[net-next,v2] openvswitch: add macro MODULE_ALIAS_VPORT_TYPE for vport type alias

2017-06-13 Thread Zhang Shengju
Add a new macro MODULE_ALIAS_VPORT_TYPE to unify and simplify the declaration of vport type alias. Signed-off-by: Zhang Shengju --- net/openvswitch/vport-geneve.c | 2 +- net/openvswitch/vport-gre.c| 2 +- net/openvswitch/vport-vxlan.c | 2 +-