Re: [PATCH net-next v6 0/3] Incorporated all required changes

2017-11-06 Thread David Miller
From: Manish Kurup Date: Mon, 6 Nov 2017 11:52:37 -0500 > Currently, the body of the commit message describes what it is doing > in each commit patch. Would you like me to add some detail to the > description of each commit? This is not what I am asking for. The header posting for a patch serie

Re: [PATCH net-next v6 0/3] Incorporated all required changes

2017-11-06 Thread Pieter Jansen van Vuuren
On Mon, 6 Nov 2017 11:52:37 -0500 Manish Kurup wrote: > Hi Dave, > > On Sun, Nov 5, 2017 at 8:08 AM, David Miller wrote: > > > From: Manish Kurup > > Date: Fri, 3 Nov 2017 11:49:19 -0400 > > > > > Modified the netronome drivers (flower action) to use the VLAN helper > > > functions instead

Re: [PATCH net-next v6 0/3] Incorporated all required changes

2017-11-05 Thread David Miller
From: Manish Kurup Date: Fri, 3 Nov 2017 11:49:19 -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 use a more appropriate

[PATCH net-next v6 0/3] Incorporated all required changes

2017-11-03 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