[dpdk-dev] [PATCH v4 0/2] Add delay drop support for Rx queue
Raslan Darawsheh
rasland at nvidia.com
Thu Nov 4 22:46:53 CET 2021
Hi,
> -----Original Message-----
> From: Bing Zhao <bingz at nvidia.com>
> Sent: Thursday, November 4, 2021 7:59 PM
> To: Slava Ovsiienko <viacheslavo at nvidia.com>; Matan Azrad
> <matan at nvidia.com>
> Cc: dev at dpdk.org; Raslan Darawsheh <rasland at nvidia.com>; NBU-Contact-
> Thomas Monjalon <thomas at monjalon.net>; Ori Kam <orika at nvidia.com>
> Subject: [PATCH v4 0/2] Add delay drop support for Rx queue
>
> This patch set introduce a new devarg to support delay drop when creating the
> Rx queues. The default attribute will be disabled and the behavior will remain the
> same as before.
>
> ---
> v2:
> - change hairpin queue delay drop to disable by default
> - combine the commits
> - fix Windows building
> - change the log print
> v3: fix conflict and building
> v4: code style update and commit log polishing
> ---
>
> Bing Zhao (2):
> net/mlx5: add support for Rx queue delay drop
> net/mlx5: check delay drop settings in kernel driver
>
> doc/guides/nics/mlx5.rst | 26 +++++
> doc/guides/rel_notes/release_21_11.rst | 1 +
> drivers/common/mlx5/mlx5_devx_cmds.c | 1 +
> drivers/common/mlx5/mlx5_devx_cmds.h | 1 +
> drivers/net/mlx5/linux/mlx5_ethdev_os.c | 111 ++++++++++++++++++++++
> drivers/net/mlx5/linux/mlx5_os.c | 11 +++
> drivers/net/mlx5/mlx5.c | 7 ++
> drivers/net/mlx5/mlx5.h | 10 ++
> drivers/net/mlx5/mlx5_devx.c | 5 +
> drivers/net/mlx5/mlx5_rx.h | 1 +
> drivers/net/mlx5/mlx5_trigger.c | 18 ++++
> drivers/net/mlx5/windows/mlx5_ethdev_os.c | 17 ++++
> 12 files changed, 209 insertions(+)
>
> --
> 2.27.0
Series applied to next-net-mlx,
Kindest regards,
Raslan Darawsheh
More information about the dev
mailing list