mbox

[0/4] Add delay drop support for Rx queue

Message ID 20211104112644.17278-1-bingz@nvidia.com (mailing list archive)
Headers

Message

Bing Zhao Nov. 4, 2021, 11:26 a.m. UTC
  This patch set introduce a new devarg to support delay drop when
creating the Rx queues.

Bing Zhao (4):
  common/mlx5: support delay drop capabilities query
  net/mlx5: add support for Rx queue delay drop
  net/mlx5: support querying delay drop status via ethtool
  doc: update the description for Rx delay drop

 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 | 113 ++++++++++++++++++++++++
 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         |  10 +++
 11 files changed, 186 insertions(+)