mbox series

[0/2] net/mlx5: update RSS action handling

Message ID cover.1576663258.git.dekelp@mellanox.com (mailing list archive)
Headers
Series net/mlx5: update RSS action handling |

Message

Dekel Peled Dec. 18, 2019, 10:05 a.m. UTC
  This series includes 2 patches updating the RSS action handling.
The first patch fixes an error in existing code.
The second patch implements additional functionality.

Dekel Peled (2):
  net/mlx5: fix setting of Rx hash fields
  net/mlx5: support RSS on SRC or DST fields only

 doc/guides/nics/mlx5.rst               |  2 +
 doc/guides/rel_notes/release_20_02.rst |  6 +++
 drivers/net/mlx5/mlx5_defs.h           |  7 ++-
 drivers/net/mlx5/mlx5_flow.c           | 12 +++++
 drivers/net/mlx5/mlx5_flow.h           | 21 ++++++++
 drivers/net/mlx5/mlx5_flow_dv.c        | 91 ++++++++++++++++++++++++++--------
 drivers/net/mlx5/mlx5_rxq.c            | 29 ++++++++++-
 7 files changed, 145 insertions(+), 23 deletions(-)
  

Comments

Raslan Darawsheh Dec. 19, 2019, 11:26 a.m. UTC | #1
Hi,
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Dekel Peled
> Sent: Wednesday, December 18, 2019 12:06 PM
> To: Matan Azrad <matan@mellanox.com>; Slava Ovsiienko
> <viacheslavo@mellanox.com>; Shahaf Shuler <shahafs@mellanox.com>
> Cc: Ori Kam <orika@mellanox.com>; dev@dpdk.org
> Subject: [dpdk-dev] [PATCH 0/2] net/mlx5: update RSS action handling
> 
> This series includes 2 patches updating the RSS action handling.
> The first patch fixes an error in existing code.
> The second patch implements additional functionality.
> 
> Dekel Peled (2):
>   net/mlx5: fix setting of Rx hash fields
>   net/mlx5: support RSS on SRC or DST fields only
> 
>  doc/guides/nics/mlx5.rst               |  2 +
>  doc/guides/rel_notes/release_20_02.rst |  6 +++
>  drivers/net/mlx5/mlx5_defs.h           |  7 ++-
>  drivers/net/mlx5/mlx5_flow.c           | 12 +++++
>  drivers/net/mlx5/mlx5_flow.h           | 21 ++++++++
>  drivers/net/mlx5/mlx5_flow_dv.c        | 91
> ++++++++++++++++++++++++++--------
>  drivers/net/mlx5/mlx5_rxq.c            | 29 ++++++++++-
>  7 files changed, 145 insertions(+), 23 deletions(-)
> 
> --
> 1.8.3.1

Series applied to next-net-mlx,

Kindest regards,
Raslan Darawsheh