Re: [dpdk-dev] [PATCH v2] net/mlx5: optimize Rx hash fields conversion

2020-01-14 Thread Kevin Traynor
On 14/01/2020 09:18, Dekel Peled wrote: > Previous fix added translation of Rx hash fields to PRM format. > > This patch optimizes the fix, to perform value translation only > if value is not zero. > In case value is zero, there is no need to translate it. > > Cc: sta...@dpdk.org > > Signed-off-

[dpdk-dev] [PATCH v2] net/mlx5: optimize Rx hash fields conversion

2020-01-14 Thread Dekel Peled
Previous fix added translation of Rx hash fields to PRM format. This patch optimizes the fix, to perform value translation only if value is not zero. In case value is zero, there is no need to translate it. Cc: sta...@dpdk.org Signed-off-by: Dekel Peled Acked-by: Viacheslav Ovsiienko --- v2: