[dpdk-dev] [PATCH v2 0/3] net/mlx5: fix updating RETA

Yongseok Koh yskoh at mellanox.com
Tue Mar 21 00:04:32 CET 2017


Currently rte_eth_dev_rss_reta_update() doesn't work properly for mlx5 PMD. This
patchset fixes the issue. This also enables testing the API with testpmd.

v2:
* Minor code change by review.

Yongseok Koh (3):
  lib/librte_ether: remove requirement of aligned RETA size
  net/mlx5: use correct RETA table size
  net/mlx5: rebuild flows on updating RETA

 app/test-pmd/cmdline.c         |  4 +++-
 drivers/net/mlx5/mlx5_ethdev.c |  8 ++------
 drivers/net/mlx5/mlx5_rss.c    | 18 +++++++++---------
 lib/librte_ether/rte_ethdev.c  |  8 +-------
 4 files changed, 15 insertions(+), 23 deletions(-)

-- 
2.11.0



More information about the dev mailing list