[dpdk-dev] [PATCH] examples/ip_pipeline: Fix compile issue with strict-aliasing

2015-12-09 Thread Thomas Monjalon
> > Compile ip_pipeline in CentOS 6.5 with kernel 2.6.32-431 GCC 4.4.7, will > > lead > > below error: > > > > pipeline_routing_be.c: In function > > ?pipeline_routing_msg_req_arp_add_handler?: > > pipeline_routing_be.c:1817: error: dereferencing pointer ?({anonymous})? > >

[dpdk-dev] [PATCH] examples/ip_pipeline: Fix compile issue with strict-aliasing

2015-12-09 Thread Michael Qiu
Compile ip_pipeline in CentOS 6.5 with kernel 2.6.32-431 GCC 4.4.7, will lead below error: pipeline_routing_be.c: In function ?pipeline_routing_msg_req_arp_add_handler?: pipeline_routing_be.c:1817: error: dereferencing pointer ?({anonymous})? does break

[dpdk-dev] [PATCH] examples/ip_pipeline: Fix compile issue with strict-aliasing

2015-12-09 Thread Singh, Jasvinder
> -Original Message- > From: Qiu, Michael > Sent: Wednesday, December 9, 2015 8:44 AM > To: dev at dpdk.org > Cc: Singh, Jasvinder; Dumitrescu, Cristian; Qiu, Michael > Subject: [PATCH] examples/ip_pipeline: Fix compile issue with strict-aliasing > > Compile ip_pipeline in CentOS 6.5