[PATCH 0/1][focal:linux] Support flow counters offset for bulk counters (resend)
Tim Gardner
tim.gardner at canonical.com
Thu May 20 11:29:19 UTC 2021
Originally sent https://lists.ubuntu.com/archives/kernel-team/2021-April/118794.html
nVidia has updated the SRU Justification since then.
BugLink: https://bugs.launchpad.net/bugs/1922494
[Impact]
nVidia has requested the addition of this patch to support
some extended statistics from the Mellenox driver for DPDK.
[Test Plan]
/* download and install dpdk from github (issue do not reproduce with inbox dpdk) */
$ git clone https://github.com/mellanox/dpdk.org
$ cd dpdk.org/
/* install dependencies if needed */
$ apt-get install -y python3-pyelftools python-pyelftools
$ apt install meson
$ meson build-meson
$ ninja -C build-meson/
/* run dpdk-testpmd with mellanox HCA */
[Where problems could occur]
This patch extends devx interface and might affect any user space application
that uses rdma-core (which already has relevant patches), dpdk for instance.
[Other Info]
More information about the kernel-team
mailing list