]> git.droids-corp.org - dpdk.git/commit
vhost: support vhost message for get/set config
authorAndy Pei <andy.pei@intel.com>
Tue, 24 May 2022 02:48:07 +0000 (10:48 +0800)
committerMaxime Coquelin <maxime.coquelin@redhat.com>
Wed, 1 Jun 2022 09:50:09 +0000 (11:50 +0200)
commit7a3ac9842873cba9f17cdffd7a8c661185b3e82e
tree57012e5ae50e7d17b678c824ed5f2a7a4a159236
parentfb2315564e70a1a7a91955c0c39f6e5f0ca2b686
vhost: support vhost message for get/set config

Add support for VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG.
VHOST_USER_GET_CONFIG and VHOST_USER_SET_CONFIG message is only
supported by virtio blk VDPA device.

Signed-off-by: Andy Pei <andy.pei@intel.com>
Reviewed-by: Chenbo Xia <chenbo.xia@intel.com>
lib/vhost/vhost_user.c
lib/vhost/vhost_user.h