[dpdk-dev] [PATCH] net: fix conflict with libc

2014-11-27 Thread Thomas Monjalon
> > It was impossible to include netinet/in.h and rte_ip.h > > because the IP protocols were redefined. > > It is removed because useless. > > > > Signed-off-by: Thomas Monjalon > > Acked by Ivan Boule Applied -- Thomas

[dpdk-dev] [PATCH] net: fix conflict with libc

2014-11-27 Thread Ivan Boule
On 11/27/2014 12:48 PM, Thomas Monjalon wrote: > It was impossible to include netinet/in.h and rte_ip.h > because the IP protocols were redefined. > It is removed because useless. > > Signed-off-by: Thomas Monjalon Acked by Ivan Boule -- Ivan Boule 6WIND Development Engineer

[dpdk-dev] [PATCH] net: fix conflict with libc

2014-11-27 Thread Thomas Monjalon
It was impossible to include netinet/in.h and rte_ip.h because the IP protocols were redefined. It is removed because useless. Signed-off-by: Thomas Monjalon --- app/test-pmd/icmpecho.c | 4 ++ lib/librte_net/rte_ip.h | 112 +--- 2 files changed, 5 i