> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, June 25, 2015 4:27 PM > To: Liu, Jijiang > Cc: dev at dpdk.org; Tetsuya Mukawa > Subject: Re: [dpdk-dev] Can't compile examples > > 2015-06-25 11:31, Tetsuya Mukawa: > > Hi Jijiang, > > > > It seems below patch introduces compile error of examples. > > - a50245e examples/tep_term: initialize VXLAN sample > > > > Here is log. > > Could you please check it? > > > [...] > > > /home/mukawa/work/dpdk.org/dpdk/examples/tep_termination/main.c:52:28: > > fatal error: rte_virtio_net.h: No such file or directory > > The check before merging was with vhost enabled. > > Jijiang, does it make sense to try make it without vhost? > If not, examples/Makefile must contain > DIRS-$(CONFIG_RTE_LIBRTE_VHOST) += tep_termination
The CONFIG_RTE_LIBRTE_VHOST must be set 'Y' when compiling the VXLAN example.