RE: [PATCH v2 1/3] examples/vhost: update makefile to match meson build system

2022-06-21 Thread Xia, Chenbo
Hi Herakliusz, > -Original Message- > From: Lipiec, Herakliusz > Sent: Tuesday, June 21, 2022 8:13 PM > To: maxime.coque...@redhat.com; Xia, Chenbo ; > Richardson, Bruce > Cc: dev@dpdk.org; Lipiec, Herakliusz > Subject: [PATCH v2 1/3] examples/vhost: update ma

[PATCH v2 1/3] examples/vhost: update makefile to match meson build system

2022-06-21 Thread Herakliusz Lipiec
Meson build system creates a vhost binary but Makefile and docs reference same as vhost-switch. Updating makefile to match meson and the docs accordingly. Signed-off-by: Herakliusz Lipiec Acked-by: Bruce Richardson --- V2: * Moving relevant doc updates here from second patch as per Bruces su