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