[dpdk-dev] [PATCH] net/mlx5: fix use of bit numbers instead of masks

2017-11-10 Thread Edward Makarov
ind.com Cc: sta...@dpdk.org Signed-off-by: Edward Makarov --- drivers/net/mlx5/mlx5_ethdev.c | 50 +- drivers/net/mlx5/mlx5_utils.h | 4 2 files changed, 29 insertions(+), 25 deletions(-) diff --git a/drivers/net/mlx5/mlx5_ethdev.c b/driver

Re: [dpdk-dev] [PATCH] net/virtio: fix wrong variable assignment in helper macro

2020-08-29 Thread Edward Makarov
On 8/29/20 2:22 PM, Andrew Rybchenko wrote: > On 8/14/20 12:21 PM, Vipul Ashri wrote: >> Inside Macro ASSIGN_UNLESS_EQUAL(var, val), assignment to var is always >> failing as assignment done using var_ having local scope only. >> This leads to TX packets not going out and found broken due to clean