commit | 94cc242a067a869c29800aa789d38b7676136e50 | [log] [tgz] |
---|---|---|
author | Ganji Aravind <ganji.aravind@chelsio.com> | Fri Sep 04 15:58:18 2020 +0530 |
committer | Jakub Kicinski <kuba@kernel.org> | Sat Sep 05 15:48:42 2020 -0700 |
tree | 74c83a3bb3893b1861d953519f622fd75aa731b0 | |
parent | 02146a93ba87401bb0e13c616bed248044796ba8 [diff] |
cxgb4: Fix offset when clearing filter byte counters Pass the correct offset to clear the stale filter hit bytes counter. Otherwise, the counter starts incrementing from the stale information, instead of 0. Fixes: 12b276fbf6e0 ("cxgb4: add support to create hash filters") Signed-off-by: Ganji Aravind <ganji.aravind@chelsio.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>