[dpdk-dev] [PATCH] vhost: add missing build dependency on librte_net

Thomas Monjalon thomas.monjalon at 6wind.com
Thu Feb 18 20:26:32 CET 2016


2016-02-18 21:25, Yuanhan Liu:
> On Thu, Feb 18, 2016 at 11:47:43AM +0200, Panu Matilainen wrote:
> > Commit d0cf91303d73 added dependency on librte_net headers to vhost
> > but did not add this to the Makefile, which makes builds
> > non-deterministic. Curiously it is non-parallel build that is
> > consistently broken by this missing dependency, usually it's the other
> > way around, but trying to build without -j(n) fails with:
> 
> Yeah, I have confirmed it; I was wondering why I didn't meet such build
> error.
> 
> > 
> > 	dpdk/lib/librte_vhost/vhost_rxtx.c:41:20:
> > 	fatal error: rte_ip.h: No such file or directory
> > 
> > Fixes: d0cf91303d73 ("vhost: add Tx offload capabilities")
> > Signed-off-by: Panu Matilainen <pmatilai at redhat.com>
> 
> Acked-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>

Applied, thanks


More information about the dev mailing list