Re: [PATCH 5/7 net-next] vxlan: add VXLAN_NL2FLAG macro

2020-08-27 Thread David Miller
From: Michal Kubecek Date: Thu, 27 Aug 2020 11:50:25 +0200 > On Thu, Aug 27, 2020 at 08:50:19AM +0200, Fabian Frederick wrote: >> Replace common flag assignment with a macro. >> This could yet be simplified with changelink/supported but it would >> remove clarity >> >> Signed-off-by: Fabian

Re: [PATCH 5/7 net-next] vxlan: add VXLAN_NL2FLAG macro

2020-08-27 Thread Michal Kubecek
On Thu, Aug 27, 2020 at 08:50:19AM +0200, Fabian Frederick wrote: > Replace common flag assignment with a macro. > This could yet be simplified with changelink/supported but it would > remove clarity > > Signed-off-by: Fabian Frederick > --- [...] > diff --git a/include/net/vxlan.h

[PATCH 5/7 net-next] vxlan: add VXLAN_NL2FLAG macro

2020-08-27 Thread Fabian Frederick
Replace common flag assignment with a macro. This could yet be simplified with changelink/supported but it would remove clarity Signed-off-by: Fabian Frederick --- drivers/net/vxlan.c | 113 +--- include/net/vxlan.h | 10 2 files changed, 23