summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/net_dropmonitor.py
diff options
context:
space:
mode:
authorVlad Dogaru <vdogaru@nvidia.com>2025-08-17 23:23:23 +0300
committerJakub Kicinski <kuba@kernel.org>2025-08-19 19:35:14 -0700
commitd2d6f950cb43be6845a41cac5956cb2a10e657e5 (patch)
tree3102a8bbb91aa28297ef0890c092991e5c039d09 /tools/perf/scripts/python/net_dropmonitor.py
parent8a51507320ebddaab32610199774f69cd7d53e78 (diff)
downloadkernel-d2d6f950cb43be6845a41cac5956cb2a10e657e5.tar.gz
net/mlx5: CT: Use the correct counter offset
Specifying the counter action is not enough, as it is used by multiple counters that were allocated in a bulk. By omitting the offset, rules will be associated with a different counter from the same bulk. Subsequently, the CT subsystem checks the correct counter, assumes that no traffic has triggered the rule, and ages out the rule. The end result is intermittent offloading of long lived connections, as rules are aged out then promptly re-added. Fix this by specifying the correct offset along with the counter rule. Fixes: 34eea5b12a10 ("net/mlx5e: CT: Add initial support for Hardware Steering") Signed-off-by: Vlad Dogaru <vdogaru@nvidia.com> Reviewed-by: Yevgeny Kliteynik <kliteyn@nvidia.com> Signed-off-by: Mark Bloch <mbloch@nvidia.com> Link: https://patch.msgid.link/20250817202323.308604-8-mbloch@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/net_dropmonitor.py')
0 files changed, 0 insertions, 0 deletions
_csum_datagram with odd segment sizesWillem de Bruijn 2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds 2020-10-06x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams 2020-10-03iov_iter: transparently handle compat iovecs in import_iovecChristoph Hellwig 2020-10-03iov_iter: refactor rw_copy_check_uvector and import_iovecChristoph Hellwig 2020-06-30iov_iter: Move unnecessary inclusion of crypto/hash.hHerbert Xu