Re: [dpdk-dev] [PATCH 1/2] net/mlx4: fix initialization of struct members

2018-11-15 Thread Shahaf Shuler
Tuesday, November 13, 2018 9:11 PM, Ali Alnubani: > Subject: [PATCH 1/2] net/mlx4: fix initialization of struct members > > This patch fixes compilation errors with meson and the clang compiler caused > by some of the struct members not being initialized. > > ``` > ../drivers/net/mlx4/mlx4_mr.c:3

[dpdk-dev] [PATCH 1/2] net/mlx4: fix initialization of struct members

2018-11-13 Thread Ali Alnubani
This patch fixes compilation errors with meson and the clang compiler caused by some of the struct members not being initialized. ``` ../drivers/net/mlx4/mlx4_mr.c:357:37: error: missing field 'end' initializer [-Werror,-Wmissing-field-initializers] struct mlx4_mr_cache entry = { 0