Re: [dpdk-dev] [PATCH] net: fix compilation with GRE header

2018-11-02 Thread Ferruh Yigit
On 11/1/2018 12:46 PM, Shahaf Shuler wrote: > The following error popped when compiling with -pedantic: > > In file included from > /.autodirect/swgwork/shahafs/workspace/dpdk.org/drivers/net/ > mlx5/mlx5_flow_dv.c:28:0: > /.autodirect/swgwork/shahafs/workspace/dpdk.org/ > build/include/rte_gre.h:

[dpdk-dev] [PATCH] net: fix compilation with GRE header

2018-11-01 Thread Shahaf Shuler
The following error popped when compiling with -pedantic: In file included from /.autodirect/swgwork/shahafs/workspace/dpdk.org/drivers/net/ mlx5/mlx5_flow_dv.c:28:0: /.autodirect/swgwork/shahafs/workspace/dpdk.org/ build/include/rte_gre.h:20:2: error: type of bit-field 'res2' is a GCC extension