[dpdk-dev] [PATCH] vhost: fix meson build issues

Ferruh Yigit ferruh.yigit at intel.com
Wed Apr 11 19:38:08 CEST 2018


On 4/5/2018 9:03 PM, Maxime Coquelin wrote:
> 
> 
> On 04/05/2018 10:08 AM, Tomasz Duszynski wrote:
>> This patch addresses following meson build issues:
>>
>> 1) Since rte_vdpa.h includes rte_pci.h it introduces pci
>>     dependency thus deps array should be updated accordingly.
>>
>> 2) Since vhost.h includes rte_vdpa.h vdpa.c should be added to
>>     the sources list. Otherwise we end up with linker errors
>>     caused by undefined references.
>>
>> Fixes: 34b30b2e7e42 ("vhost: add apis for datapath configuration")
>> Cc: zhihong.wang at intel.com
>>
>> Signed-off-by: Tomasz Duszynski <tdu at semihalf.com>
>> ---
>>   lib/librte_vhost/meson.build | 4 ++--
>>   1 file changed, 2 insertions(+), 2 deletions(-)
>>
> 
> Applied to dpdk-next-virtio/master.

Squashed into relevant commit in next-net, thanks.


More information about the dev mailing list