Re: [dpdk-dev] [PATCH] net/mlx5: fix flow RSS configuration

2018-02-06 Thread Shahaf Shuler
Tuesday, February 6, 2018 11:22 AM, Nelio Laranjeiro: > An RSS configuration without a key is valid according to the rte_eth_rss_conf > API definition. > > Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") > > Cc: sta...@dpdk.org > Reported-by: Yuanhan Liu > Signed-off-

[dpdk-dev] [PATCH] net/mlx5: fix flow RSS configuration

2018-02-06 Thread Nelio Laranjeiro
An RSS configuration without a key is valid according to the rte_eth_rss_conf API definition. Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow") Cc: sta...@dpdk.org Reported-by: Yuanhan Liu Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.c | 29 +