> -----Original Message----- > From: Pei, Andy <andy....@intel.com> > Sent: Tuesday, May 24, 2022 10:48 AM > To: dev@dpdk.org > Cc: Xia, Chenbo <chenbo....@intel.com>; maxime.coque...@redhat.com; Cao, > Gang <gang....@intel.com>; Liu, Changpeng <changpeng....@intel.com>; Xu, > Rosen <rosen...@intel.com>; Xiao, QimaiX <qimaix.x...@intel.com> > Subject: [PATCH v10 03/13] vhost: add vhost msg support 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....@intel.com> > --- > lib/vhost/vhost_user.c | 85 > ++++++++++++++++++++++++++++++++++++++++++++++++++ > lib/vhost/vhost_user.h | 13 ++++++++ > 2 files changed, 98 insertions(+)
Reviewed-by: Chenbo Xia <chenbo....@intel.com>