mbox series

[v2,0/4] net/mlx5: implement send to kernel action

Message ID 20221019184007.1032874-1-michaelsav@nvidia.com (mailing list archive)
Headers
Series net/mlx5: implement send to kernel action |

Message

Michael Savisko Oct. 19, 2022, 6:40 p.m. UTC
  This patchset provides mlx5 implementation of new rte_flow
action RTE_FLOW_ACTION_TYPE_SEND_TO_KERNEL.

Depends-on: patch-6838dd4bf976 ("ethdev: add send to kernel action")

Signed-off-by: Michael Savisko <michaelsav@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
---
v2:
- updated after code review

v1:
https://patches.dpdk.org/project/dpdk/list/?series=24734

---
Michael Savisko (4):
  common/mlx5: new glue callback for send to kernel action
  net/mlx5: introduce new mlx5 action flag
  net/mlx5: add send to kernel action resource holder
  net/mlx5: translation of rte flow send to kernel action

 doc/guides/nics/features/default.ini    |  1 +
 doc/guides/nics/features/mlx5.ini       |  1 +
 drivers/common/mlx5/linux/meson.build   |  2 +
 drivers/common/mlx5/linux/mlx5_glue.c   | 17 ++++++
 drivers/common/mlx5/linux/mlx5_glue.h   |  2 +
 drivers/net/mlx5/linux/mlx5_flow_os.h   | 22 ++++++++
 drivers/net/mlx5/linux/mlx5_os.c        | 13 +++++
 drivers/net/mlx5/mlx5.h                 |  6 ++
 drivers/net/mlx5/mlx5_flow.c            | 32 +++++++++++
 drivers/net/mlx5/mlx5_flow.h            | 10 +++-
 drivers/net/mlx5/mlx5_flow_dv.c         | 74 +++++++++++++++++++++++--
 drivers/net/mlx5/mlx5_flow_hw.c         |  3 +
 drivers/net/mlx5/windows/mlx5_flow_os.h | 24 ++++++++
 13 files changed, 200 insertions(+), 7 deletions(-)
  

Comments

Raslan Darawsheh Oct. 20, 2022, 8:25 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Michael Savisko <michaelsav@nvidia.com>
> Sent: Wednesday, October 19, 2022 9:40 PM
> To: dev@dpdk.org
> Cc: Michael Savisko <michaelsav@nvidia.com>; Ori Kam <orika@nvidia.com>;
> Slava Ovsiienko <viacheslavo@nvidia.com>; Asaf Penso
> <asafp@nvidia.com>; Matan Azrad <matan@nvidia.com>
> Subject: [PATCH v2 0/4] net/mlx5: implement send to kernel action
> 
> This patchset provides mlx5 implementation of new rte_flow action
> RTE_FLOW_ACTION_TYPE_SEND_TO_KERNEL.
> 
> Depends-on: patch-6838dd4bf976 ("ethdev: add send to kernel action")
> 
> Signed-off-by: Michael Savisko <michaelsav@nvidia.com>
> Acked-by: Matan Azrad <matan@nvidia.com>
> ---
> v2:
> - updated after code review
> 
> v1:
> https://patches.dpdk.org/project/dpdk/list/?series=24734
> 
> ---
> Michael Savisko (4):
>   common/mlx5: new glue callback for send to kernel action
>   net/mlx5: introduce new mlx5 action flag
>   net/mlx5: add send to kernel action resource holder
>   net/mlx5: translation of rte flow send to kernel action
> 
>  doc/guides/nics/features/default.ini    |  1 +
>  doc/guides/nics/features/mlx5.ini       |  1 +
>  drivers/common/mlx5/linux/meson.build   |  2 +
>  drivers/common/mlx5/linux/mlx5_glue.c   | 17 ++++++
>  drivers/common/mlx5/linux/mlx5_glue.h   |  2 +
>  drivers/net/mlx5/linux/mlx5_flow_os.h   | 22 ++++++++
>  drivers/net/mlx5/linux/mlx5_os.c        | 13 +++++
>  drivers/net/mlx5/mlx5.h                 |  6 ++
>  drivers/net/mlx5/mlx5_flow.c            | 32 +++++++++++
>  drivers/net/mlx5/mlx5_flow.h            | 10 +++-
>  drivers/net/mlx5/mlx5_flow_dv.c         | 74 +++++++++++++++++++++++--
>  drivers/net/mlx5/mlx5_flow_hw.c         |  3 +
>  drivers/net/mlx5/windows/mlx5_flow_os.h | 24 ++++++++
>  13 files changed, 200 insertions(+), 7 deletions(-)
> 
> --
> 2.27.0

Series applied to next-net-mlx,
With a small fix for the missing doc on the features list, 

Kindest regards,
Raslan Darawsheh