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

Nélio Laranjeiro nelio.laranjeiro at 6wind.com
Tue Mar 21 08:45:06 CET 2017


On Mon, Mar 20, 2017 at 04:04:32PM -0700, Yongseok Koh wrote:
> 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
> 

Acked-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>

For the series, thanks,

-- 
Nélio Laranjeiro
6WIND


More information about the dev mailing list