Re: [dpdk-dev] [PATCH] net/mlx5: fix meter packet missing

2020-11-10 Thread Matan Azrad
From: Xueming Li > For transfer flow with meter, packet was passed without applying flow action. > The group level was multipled by 10 for group level 65531. > > This patch fixes this issue by correcting suffix table group level > calculation. > > Fixes: 3e8f3e51fd93 ("net/mlx5: fix meter tab

[dpdk-dev] [PATCH] net/mlx5: fix meter packet missing

2020-11-03 Thread Xueming Li
For transfer flow with meter, packet was passed without applying flow action. The group level was multipled by 10 for group level 65531. This patch fixes this issue by correcting suffix table group level calculation. Fixes: 3e8f3e51fd93 ("net/mlx5: fix meter table definitions") Cc: suanmi...@nvid