Hi Yigit, > -----Original Message----- > From: Yigit, Ferruh > Sent: Thursday, June 23, 2016 5:02 PM > To: Tan, Jianfeng; dev at dpdk.org > Cc: Xie, Huawei; rich.lane at bigswitch.com; yuanhan.liu at linux.intel.com; > mst at redhat.com; nakajima.yoshihiro at lab.ntt.co.jp; p.fedin at > samsung.com; > ann.zhuangyanying at huawei.com; mukawa at igel.co.jp; > nhorman at tuxdriver.com > Subject: Re: [dpdk-dev] [PATCH v9 3/6] virtio-user: add vhost user adapter > layer > > On 6/15/2016 10:03 AM, Jianfeng Tan wrote: > > ... > > > > > diff --git a/config/common_linuxapp b/config/common_linuxapp > > index 7e698e2..2483dfa 100644 > > --- a/config/common_linuxapp > > +++ b/config/common_linuxapp > > @@ -43,3 +43,4 @@ CONFIG_RTE_LIBRTE_VHOST=y > > CONFIG_RTE_LIBRTE_PMD_VHOST=y > > CONFIG_RTE_LIBRTE_PMD_AF_PACKET=y > > CONFIG_RTE_LIBRTE_POWER=y > > +CONFIG_RTE_VIRTIO_USER=y > > With current config structure, all configuration parameters put into > common_base with a default value, and overwritten in environment file if > required, VIRTIO_USER is missing in common_base. > You can check CONFIG_RTE_LIBRTE_VHOST as sample.
Oh yes, I need to add CONFIG_RTE_VIRTIO_USER=n in common_base. I'll send a patch to fix this. Thank you for suggestion! Thanks, Jianfeng