numam-dpdk/lib
Panu Matilainen f1fe8388d5 vhost: fix build dependency
Commit d0cf91303d 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:

	lib/librte_vhost/vhost_rxtx.c:41:20:
	fatal error: rte_ip.h: No such file or directory

Fixes: d0cf91303d ("vhost: add Tx offload capabilities")

Signed-off-by: Panu Matilainen <pmatilai@redhat.com>
Acked-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
2016-02-18 20:25:15 +01:00
..
librte_acl remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_cfgfile remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_cmdline lib: remove redundant definition of local symbols 2015-06-29 18:57:32 +02:00
librte_compat compat: remove unneeded macro 2015-06-29 16:41:23 +02:00
librte_cryptodev remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_distributor distributor: remove inclusion of mbuf header 2015-05-11 15:36:37 +02:00
librte_eal eal: introduce PCI ioport API 2016-02-16 22:55:44 +01:00
librte_ether ethdev: reduce alignment requirement for 128-byte cache line 2016-02-11 12:45:35 +01:00
librte_hash remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_ip_frag remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_ivshmem mem: fix ivshmem freeing 2015-08-09 19:45:25 +02:00
librte_jobstats jobstats: new library 2015-02-24 22:12:35 +01:00
librte_kni lib: remove keyword extern for functions 2016-01-28 18:40:46 +01:00
librte_kvargs remove unneeded tests for NULL when freeing 2016-01-27 15:34:48 +01:00
librte_lpm remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_mbuf mbuf: fix performance with 128-byte cache line 2016-02-11 12:45:35 +01:00
librte_mbuf_offload mbuf_offload: mark experimental state 2015-12-12 00:34:57 +01:00
librte_mempool remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_meter doc: fix doxygen warnings in QoS API 2015-06-18 14:53:58 +02:00
librte_net net: fix build with gcc 4.4.7 and strict aliasing 2015-11-25 22:11:37 +01:00
librte_pipeline doc: drop old naming of the project 2016-02-10 15:47:51 +01:00
librte_port doc: drop old naming of the project 2016-02-10 15:47:51 +01:00
librte_power config: remove useless explicit includes of generated header 2016-02-10 22:43:38 +01:00
librte_reorder reorder: allow random number as starting point 2015-06-22 22:20:12 +02:00
librte_ring remove extra parentheses in return statement 2016-02-10 15:47:50 +01:00
librte_sched bitmap: optimize for 128-bytes cache line 2016-02-11 12:45:35 +01:00
librte_table doc: drop old naming of the project 2016-02-10 15:47:51 +01:00
librte_timer timer: fix race condition 2015-08-03 12:43:01 +02:00
librte_vhost vhost: fix build dependency 2016-02-18 20:25:15 +01:00
Makefile mbuf_offload: introduce library to attach offloads to mbuf 2015-11-25 19:18:04 +01:00