Re: [dpdk-dev] [PATCH v2] net/ixgbe: fix build on gcc 4.5.1

2017-11-06 Thread Thomas Monjalon
06/11/2017 12:36, Radu Nicolau: > Fixes: 9a0752f498d2 ("net/ixgbe: enable inline IPsec") This Fixes line must be at the end before you SoB. > On SUSE11 with gcc 4.5.1 the following build error occurred, > most likely because of improper handling of annonymous unions: > > DPDK/drivers/net/ixgbe/i

[dpdk-dev] [PATCH v2] net/ixgbe: fix build on gcc 4.5.1

2017-11-06 Thread Radu Nicolau
Fixes: 9a0752f498d2 ("net/ixgbe: enable inline IPsec") On SUSE11 with gcc 4.5.1 the following build error occurred, most likely because of improper handling of annonymous unions: DPDK/drivers/net/ixgbe/ixgbe_ipsec.c:579:4: error: unknown field ‘ipsec’ specified in initializer compilation terminat