Re: [dpdk-dev] [PATCH v2 1/3] net/mlx5: fix recursive inclusion of header file

2019-04-01 Thread Shahaf Shuler
Tuesday, April 2, 2019 12:22 AM, Yongseok Koh: > Subject: [PATCH v2 1/3] net/mlx5: fix recursive inclusion of header file > > mlx5.h includes mlx5_rxtx.h and mlx5_rxtx.h includes mlx5.h recursively. > > Signed-off-by: Yongseok Koh Acked-by: Shahaf Shuler > --- > drivers/net/mlx5/mlx5.h

[dpdk-dev] [PATCH v2 1/3] net/mlx5: fix recursive inclusion of header file

2019-04-01 Thread Yongseok Koh
mlx5.h includes mlx5_rxtx.h and mlx5_rxtx.h includes mlx5.h recursively. Signed-off-by: Yongseok Koh --- drivers/net/mlx5/mlx5.h| 1 - drivers/net/mlx5/mlx5_flow.c | 5 +++-- drivers/net/mlx5/mlx5_flow_dv.c| 3 ++- drivers/net/mlx5/mlx5_flow_verbs.c | 5 +++-- drivers/net/m