> From: Brown, Aaron F
> Sent: Friday, April 13, 2018 7:17 PM
> To: 'Vinicius Costa Gomes' <[email protected]>; intel-wired-
> [email protected]
> Cc: Gomes, Vinicius <[email protected]>; Kirsher, Jeffrey T
> <[email protected]>; [email protected]; Sanchez-Palencia,
> Jesus <[email protected]>
> Subject: RE: [next-queue PATCH v7 01/10] igb: Fix not adding filter elements
> to the list
>
> > From: [email protected] [mailto:netdev-
> > [email protected]] On Behalf Of Vinicius Costa Gomes
> > Sent: Tuesday, April 10, 2018 10:50 AM
> > To: [email protected]
> > Cc: Gomes, Vinicius <[email protected]>; Kirsher, Jeffrey T
> > <[email protected]>; [email protected]; Sanchez-Palencia,
> > Jesus <[email protected]>
> > Subject: [next-queue PATCH v7 01/10] igb: Fix not adding filter elements to
> > the list
> >
> > Because the order of the parameters passes to 'hlist_add_behind()' was
> > inverted, the 'parent' node was added "behind" the 'input', as input
> > is not in the list, this causes the 'input' node to be lost.
> >
> > Fixes: 0e71def25281 ("igb: add support of RX network flow classification")
> > Signed-off-by: Vinicius Costa Gomes <[email protected]>
> > ---
> > drivers/net/ethernet/intel/igb/igb_ethtool.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Tested by: Aaron Brown <[email protected]>
Resending with "Tested-by..." rather then "Tested by..." so that patchwork
actually picks it up. What I get for signing off on the mails late Friday.
Tested-by: Aaron Brown <[email protected]>