Loading
ut/vhost: add rte_vhost_user.c to UT
vhost.c contains a lot of functionality that is rte_vhost specific. This series is moving rte_vhost specific functionality to rte_vhost_user.c. UT for vhost didn't make a distinction for either. So starting with this patch the rte_vhost_user.c is now included in the UT, only stubing out rte_vhost functions. Signed-off-by:Tomasz Zawadzki <tomasz.zawadzki@intel.com> Change-Id: I0d5f62ad47d1261bbb44c0aa23400d94ece4564e Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/10743 Community-CI: Broadcom CI <spdk-ci.pdl@broadcom.com> Community-CI: Mellanox Build Bot Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Changpeng Liu <changpeng.liu@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Konrad Sztyber <konrad.sztyber@intel.com>