mbox series

[V2,0/2] net/mlx5: optimize performance for IPv4/IPv6

Message ID 20200503104755.19545-1-elibr@mellanox.com (mailing list archive)
Headers
Series net/mlx5: optimize performance for IPv4/IPv6 |

Message

Eli Britstein May 3, 2020, 10:47 a.m. UTC
  The HW is optimized for IPv4/IPv6. For such cases avoid matching on
ethertype, and use ip_version field instead.

Eli Britstein (2):
  net/mlx5: introduce a helper to set IP version match
  net/mlx5: optimize performance for IPv4/IPv6 ethertype

 drivers/net/mlx5/mlx5_flow_dv.c | 91 +++++++++++++++++++++++++++++++----------
 1 file changed, 69 insertions(+), 22 deletions(-)
  

Comments

Matan Azrad May 3, 2020, 11:34 a.m. UTC | #1
From: Eli Britstein <elibr@mellanox.com>
> The HW is optimized for IPv4/IPv6. For such cases avoid matching on
> ethertype, and use ip_version field instead.
> 
> Eli Britstein (2):
>   net/mlx5: introduce a helper to set IP version match
>   net/mlx5: optimize performance for IPv4/IPv6 ethertype


Series-acked-by: Matan Azrad <matan@mellanox.com>

>  drivers/net/mlx5/mlx5_flow_dv.c | 91
> +++++++++++++++++++++++++++++++----------
>  1 file changed, 69 insertions(+), 22 deletions(-)
> 
> --
> 2.14.5
  
Raslan Darawsheh May 4, 2020, 10:54 a.m. UTC | #2
Hi,

> -----Original Message-----
> From: Eli Britstein <elibr@mellanox.com>
> Sent: Sunday, May 3, 2020 1:48 PM
> To: dev@dpdk.org
> Cc: Matan Azrad <matan@mellanox.com>; Raslan Darawsheh
> <rasland@mellanox.com>; Ori Kam <orika@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>; Eli Britstein <elibr@mellanox.com>
> Subject: [PATCH V2 0/2] net/mlx5: optimize performance for IPv4/IPv6
> 
> The HW is optimized for IPv4/IPv6. For such cases avoid matching on
> ethertype, and use ip_version field instead.
> 
> Eli Britstein (2):
>   net/mlx5: introduce a helper to set IP version match
>   net/mlx5: optimize performance for IPv4/IPv6 ethertype
> 
>  drivers/net/mlx5/mlx5_flow_dv.c | 91
> +++++++++++++++++++++++++++++++----------
>  1 file changed, 69 insertions(+), 22 deletions(-)
> 
> --
> 2.14.5

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh