Re: [PATCH net-next v6 2/3] nfp flower action: Modified to use VLAN helper functions

2017-11-06 Thread Pieter Jansen van Vuuren
On Fri, 3 Nov 2017 11:50:25 -0400 Manish Kurup wrote: > Modified netronome nfp flower action to use VLAN helper functions instead > of accessing the structure directly. > > Signed-off-by: Manish Kurup > --- > drivers/net/ethernet/netronome/nfp/flower/action.c | 5 ++--- > 1 file changed, 2 in

[PATCH net-next v6 2/3] nfp flower action: Modified to use VLAN helper functions

2017-11-03 Thread Manish Kurup
Modified netronome nfp flower action to use VLAN helper functions instead of accessing the structure directly. Signed-off-by: Manish Kurup --- drivers/net/ethernet/netronome/nfp/flower/action.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/net/ethernet/netronom