mbox series

[v5,0/6] restore tunnel offload functionality in mlx5

Message ID 20201116140224.8464-1-getelson@nvidia.com (mailing list archive)
Headers
Series restore tunnel offload functionality in mlx5 |

Message

Gregory Etelson Nov. 16, 2020, 2:02 p.m. UTC
  post merge fixes that restore tunnel offload functionality in mlx5.

v2: resolve compilation error in ubuntu inbox.
v3: re-arrange patches to prevent ubuntu compilation error.
v4: more compilation fixes.
v5: rebase on 20.11-rc4

Gregory Etelson (6):
  net/mlx5: fix tunnel offload callback names
  net/mlx5: fix build with Direct Verbs disabled
  net/mlx5: fix structure passing method in function call
  net/mlx5: fix tunnel offload object allocation
  net/mlx5: fix tunnel offload hub multi-thread protection
  net/mlx5: fix crash in tunnel offload setup

 drivers/net/mlx5/mlx5.c         |   50 +-
 drivers/net/mlx5/mlx5.h         |    4 +-
 drivers/net/mlx5/mlx5_flow.c    | 1274 ++++++++++++++++++-------------
 drivers/net/mlx5/mlx5_flow.h    |   15 +-
 drivers/net/mlx5/mlx5_flow_dv.c |   49 +-
 5 files changed, 817 insertions(+), 575 deletions(-)
  

Comments

Raslan Darawsheh Nov. 17, 2020, 10:51 a.m. UTC | #1
Hi,

> -----Original Message-----
> From: Gregory Etelson <getelson@nvidia.com>
> Sent: Monday, November 16, 2020 4:02 PM
> To: dev@dpdk.org
> Cc: Gregory Etelson <getelson@nvidia.com>; Matan Azrad
> <matan@nvidia.com>; Raslan Darawsheh <rasland@nvidia.com>
> Subject: [PATCH v5 0/6] restore tunnel offload functionality in mlx5
> 
> post merge fixes that restore tunnel offload functionality in mlx5.
> 
> v2: resolve compilation error in ubuntu inbox.
> v3: re-arrange patches to prevent ubuntu compilation error.
> v4: more compilation fixes.
> v5: rebase on 20.11-rc4
> 
> Gregory Etelson (6):
>   net/mlx5: fix tunnel offload callback names
>   net/mlx5: fix build with Direct Verbs disabled
>   net/mlx5: fix structure passing method in function call
>   net/mlx5: fix tunnel offload object allocation
>   net/mlx5: fix tunnel offload hub multi-thread protection
>   net/mlx5: fix crash in tunnel offload setup
> 
>  drivers/net/mlx5/mlx5.c         |   50 +-
>  drivers/net/mlx5/mlx5.h         |    4 +-
>  drivers/net/mlx5/mlx5_flow.c    | 1274 ++++++++++++++++++-------------
>  drivers/net/mlx5/mlx5_flow.h    |   15 +-
>  drivers/net/mlx5/mlx5_flow_dv.c |   49 +-
>  5 files changed, 817 insertions(+), 575 deletions(-)
> 
> --
> 2.29.2

Series applied to next-net-mlx with minor fixes to the fixes logs,

Kindest regards,
Raslan Darawsheh