Re: [dpdk-dev] [PATCH v3 8/8] vdpa/mlx5: enable status protocol feature

2020-07-06 Thread Xia, Chenbo
> -Original Message- > From: Adrian Moreno > Sent: Monday, July 6, 2020 7:25 PM > To: dev@dpdk.org; Xia, Chenbo ; Ye, Xiaolong > ; shah...@mellanox.com; ma...@mellanox.com; > maxime.coque...@redhat.com; Wang, Xiao W ; > viachesl...@mellanox.com > Cc: jasow...@redhat.com; l...@redhat.com

[dpdk-dev] [PATCH v3 8/8] vdpa/mlx5: enable status protocol feature

2020-07-06 Thread Adrian Moreno
From: Maxime Coquelin This patch advertises VHOST_USER_PROTOCOL_F_STATUS support in the MLX5 driver so that that the protocol feature is negotiated. Signed-off-by: Maxime Coquelin --- drivers/vdpa/mlx5/mlx5_vdpa.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/vd