> From: netdev-ow...@vger.kernel.org [mailto:netdev- > ow...@vger.kernel.org] On Behalf Of Vinicius Costa Gomes > Sent: Tuesday, April 10, 2018 10:50 AM > To: intel-wired-...@lists.osuosl.org > Cc: Gomes, Vinicius <vinicius.go...@intel.com>; Kirsher, Jeffrey T > <jeffrey.t.kirs...@intel.com>; netdev@vger.kernel.org; Sanchez-Palencia, > Jesus <jesus.sanchez-palen...@intel.com> > 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 <vinicius.go...@intel.com> > --- > drivers/net/ethernet/intel/igb/igb_ethtool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Tested by: Aaron Brown <aaron.f.br...@intel.com>