Re: [dpdk-dev] [PATCH] net/mlx5: fix hashed list size for tunnel flow groups

2021-02-23 Thread Matan Azrad
From: Viacheslav Ovsiienko > The hasged list size must be the power of 2, otherwise the adjustment is > applied and the warning message is emitted. > This patch provides the correct list size to eliminate the warning. > > Fixes: 4ec6360de37d ("net/mlx5: implement tunnel offload") > Cc: sta...@d

[dpdk-dev] [PATCH] net/mlx5: fix hashed list size for tunnel flow groups

2021-02-22 Thread Viacheslav Ovsiienko
The hasged list size must be the power of 2, otherwise the adjustment is applied and the warning message is emitted. This patch provides the correct list size to eliminate the warning. Fixes: 4ec6360de37d ("net/mlx5: implement tunnel offload") Cc: sta...@dpdk.org Signed-off-by: Viacheslav Ovsiien