On 03/10/2018 11:01 AM, Zhihong Wang wrote:
This patch exports vhost-user protocol features to support device driver development. Signed-off-by: Zhihong Wang <zhihong.w...@intel.com> --- Changes in v3: 1. Keep macro names the same as in the spec. lib/librte_vhost/rte_vhost.h | 30 ++++++++++++++++++++++++++++++ lib/librte_vhost/vhost.h | 2 -- lib/librte_vhost/vhost_user.h | 7 ------- 3 files changed, 30 insertions(+), 9 deletions(-)
Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime