mbox series

[v7,0/2] Add delay drop support for Rx queue

Message ID 20211105153039.186885-1-bingz@nvidia.com (mailing list archive)
Headers
Series Add delay drop support for Rx queue |

Message

Bing Zhao Nov. 5, 2021, 3:30 p.m. UTC
  ---
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
v5:
  - split and fix the document description
  - devarg name update
v6: document and macro name update
v7: revert the improper merge of mlx5.rst update
---

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                  |  27 ++++++
 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, 210 insertions(+)
  

Comments

Ferruh Yigit Nov. 5, 2021, 4:07 p.m. UTC | #1
On 11/5/2021 3:30 PM, Bing Zhao wrote:
> ---
> 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
> v5:
>    - split and fix the document description
>    - devarg name update
> v6: document and macro name update
> v7: revert the improper merge of mlx5.rst update
> ---
> 
> Bing Zhao (2):
>    net/mlx5: add support for Rx queue delay drop
>    net/mlx5: check delay drop settings in kernel driver
> 

Series applied to dpdk-next-net/main, thanks.