diff options
author | Rahul Lakkireddy <rahul.lakkireddy@chelsio.com> | 2021-06-02 19:38:59 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-03 15:12:42 -0700 |
commit | a27fb314cba8cb84cd6456a4699c3330a83c326d (patch) | |
tree | fa7b8bc322e38f9e897f8f81f08e3d3d843b2951 /drivers/edac | |
parent | e03101824d256c73f21d0672b75175c01cc64fac (diff) | |
download | linux-stable-a27fb314cba8cb84cd6456a4699c3330a83c326d.tar.gz linux-stable-a27fb314cba8cb84cd6456a4699c3330a83c326d.tar.bz2 linux-stable-a27fb314cba8cb84cd6456a4699c3330a83c326d.zip |
cxgb4: fix regression with HASH tc prio value update
commit db43b30cd89c ("cxgb4: add ethtool n-tuple filter deletion")
has moved searching for next highest priority HASH filter rule to
cxgb4_flow_rule_destroy(), which searches the rhashtable before the
the rule is removed from it and hence always finds at least 1 entry.
Fix by removing the rule from rhashtable first before calling
cxgb4_flow_rule_destroy() and hence avoid fetching stale info.
Fixes: db43b30cd89c ("cxgb4: add ethtool n-tuple filter deletion")
Signed-off-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/edac')
0 files changed, 0 insertions, 0 deletions