[dpdk-dev] [PATCH v2] examples/multi_process: fix compilation error on FreeBSD

Thomas Monjalon thomas at monjalon.net
Wed Jun 5 15:14:04 CEST 2019


05/06/2019 14:50, Bruce Richardson:
> On Wed, Jun 05, 2019 at 01:30:26PM +0200, David Marchand wrote:
> > Caught on FreeBSD 12:
> > 
> > /usr/include/netinet/ip.h:71:17: error: field 'ip_src' has incomplete type
> >   struct in_addr ip_src,ip_dst; /* source and dest address */
> >                  ^~~~~~
> > 
> > On FreeBSD, netinet/ip.h is not auto sufficient like on Linux.
> > But actually, this header is not used in the example, just remove it.
> > 
> > Fixes: 764bf26873b9 ("add FreeBSD support")
> > Cc: stable at dpdk.org
> > 
> > Signed-off-by: David Marchand <david.marchand at redhat.com>
> Tested-by: Bruce Richardson <bruce.richardson at intel.com>
> Acked-by: Bruce Richardson <bruce.richardson at intel.com>
> 
> This should knock off one of the CI build errors once merged, I hope!
> Thanks for doing the patch.

Applied, thanks




More information about the dev mailing list