[dpdk-stable] [PATCH] net/mlx5: fix rte flow items size calculation

Raslan Darawsheh rasland at mellanox.com
Wed Jul 22 11:11:39 CEST 2020


Hi,

> -----Original Message-----
> From: Raslan Darawsheh <rasland at mellanox.com>
> Sent: Thursday, July 16, 2020 3:15 PM
> To: dev at dpdk.org
> Cc: Dekel Peled <dekelp at mellanox.com>; stable at dpdk.org
> Subject: [PATCH] net/mlx5: fix rte flow items size calculation
> 
> flow_dv_get_item_len returns the actual header size of
> an rte_flow item.
> 
> Changing any of the structs for rte_flow items by adding
> or removing some extra fields will break this function.
> 
> This fixes the behavior by retrning the actual header size
> of each item.
> 
> Fixes: 34d41b7aa3bf ("net/mlx5: add VXLAN encap action to Direct Verbs")
> Cc: dekelp at mellanox.com
> Cc: stable at dpdk.org
> 
> Signed-off-by: Raslan Darawsheh <rasland at mellanox.com>
> ---
>  drivers/net/mlx5/mlx5_flow_dv.c | 31 ++++++++++++++-----------------
>  1 file changed, 14 insertions(+), 17 deletions(-)
> 


Patch applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh


More information about the stable mailing list