Re: [dpdk-dev] [PATCH v2 14/20] net/mlx5: remove useless arguments in hrxq API

2018-07-05 Thread Yongseok Koh
On Wed, Jun 27, 2018 at 05:07:46PM +0200, Nelio Laranjeiro wrote: > RSS level is necessary to had a bit in the hash_fields which is already > provided in this API, for the tunnel, it is necessary to request such > queue to compute the checksum on the inner most, this last one should > always be act

[dpdk-dev] [PATCH v2 14/20] net/mlx5: remove useless arguments in hrxq API

2018-06-27 Thread Nelio Laranjeiro
RSS level is necessary to had a bit in the hash_fields which is already provided in this API, for the tunnel, it is necessary to request such queue to compute the checksum on the inner most, this last one should always be activated. Signed-off-by: Nelio Laranjeiro --- drivers/net/mlx5/mlx5_flow.