diff options
| author | 2018-04-10 10:49:50 -0700 | |
|---|---|---|
| committer | 2018-04-25 09:34:54 -0700 | |
| commit | 83dd693f36509c2f2b6df8dca28b6dadc346f41f (patch) | |
| tree | 14820c0f821f609ad425dff5a2a7fae0c22a75fa /scripts/bpf_helpers_doc.py | |
| parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff) | |
| download | wireguard-linux-83dd693f36509c2f2b6df8dca28b6dadc346f41f.tar.xz wireguard-linux-83dd693f36509c2f2b6df8dca28b6dadc346f41f.zip | |
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.gomes@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions
