Re: [dpdk-dev] [PATCH] net/softnic: fix build error on gcc4.5.1

2017-11-08 Thread Thomas Monjalon
> > Fix the build error due to improper handling of unions on SUSE11(gcc 4.5.1). > > > > Fixes: 299a89de916a ("net/softnic: add TM capabilities ops") > > > > DPDK/drivers/net/softnic/rte_eth_softnic_tm.c:588:3 > > error: unknown field 'nonleaf' specified in initializer compilation > > terminated

Re: [dpdk-dev] [PATCH] net/softnic: fix build error on gcc4.5.1

2017-11-08 Thread Dumitrescu, Cristian
> -Original Message- > From: Singh, Jasvinder > Sent: Wednesday, November 8, 2017 10:25 AM > To: dev@dpdk.org > Cc: tho...@monjalon.net; Dumitrescu, Cristian > > Subject: [PATCH] net/softnic: fix build error on gcc4.5.1 > > Fix the build error due to improper handling of unions on SUSE1

[dpdk-dev] [PATCH] net/softnic: fix build error on gcc4.5.1

2017-11-08 Thread Jasvinder Singh
Fix the build error due to improper handling of unions on SUSE11(gcc 4.5.1). Fixes: 299a89de916a ("net/softnic: add TM capabilities ops") DPDK/drivers/net/softnic/rte_eth_softnic_tm.c:588:3 error: unknown field 'nonleaf' specified in initializer compilation terminated due to -Wfatal-errors. Sign