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

2016-02-18 Thread Panu Matilainen
On 02/18/2016 01:47 PM, Jan Viktorin wrote: > This patch fixes the following build regression: > > lib/librte_vhost/vhost_rxtx.c: At top level: > lib/librte_vhost/vhost_rxtx.c:41:20: fatal error: rte_ip.h: No such file or > directory > #include > ^ > compi

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

2016-02-18 Thread Jan Viktorin
This patch fixes the following build regression: lib/librte_vhost/vhost_rxtx.c: At top level: lib/librte_vhost/vhost_rxtx.c:41:20: fatal error: rte_ip.h: No such file or directory #include ^ compilation terminated. Fixes: d0cf91303d73 ("vhost: add Tx off