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
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
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
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