Re: [PATCH net-next v4 0/3] Completed requested changes

2017-10-31 Thread David Miller
From: Manish Kurup Date: Tue, 31 Oct 2017 14:14:28 -0400 > Modified the netronome drivers (flower action) to use the VLAN helper > functions > instead of dereferencing the structure directly. This is required for the VLAN > action patch. > > Could you please review? Please simplify the subsyst

[PATCH net-next v4 0/3] Completed requested changes

2017-10-31 Thread Manish Kurup
Hi everyone, Modified the netronome drivers (flower action) to use the VLAN helper functions instead of dereferencing the structure directly. This is required for the VLAN action patch. Could you please review? Here're the changes: v2: Fixed all helper functions to use RCU (rtnl_dereference) - E