Re: [PATCH net] cxgb4: Fix offset when clearing filter byte counters

2020-09-05 Thread Jakub Kicinski
On Fri, 4 Sep 2020 15:58:18 +0530 Ganji Aravind wrote: > 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

[PATCH net] cxgb4: Fix offset when clearing filter byte counters

2020-09-04 Thread Ganji Aravind
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 --- drivers/net/ethernet/chelsio/cxgb4/cxgb4_fi