DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] vhost: fix socket initial value
@ 2020-01-03 18:36 Xiao Wang
  2020-01-07  1:49 ` Tiwei Bie
  0 siblings, 1 reply; 3+ messages in thread
From: Xiao Wang @ 2020-01-03 18:36 UTC (permalink / raw)
  To: maxime.coquelin, tiwei.bie, zhihong.wang; +Cc: dev, Xiao Wang, stable

By default, a vhost socket is created without attaching VDPA device,
this patch fixes the initial value of vdpa_dev_id.

Fixes: b4953225cea4 ("vhost: add APIs for datapath configuration")
Cc: stable@dpdk.org

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
---
 lib/librte_vhost/socket.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/librte_vhost/socket.c b/lib/librte_vhost/socket.c
index ebb2ff6c2..834f0b88a 100644
--- a/lib/librte_vhost/socket.c
+++ b/lib/librte_vhost/socket.c
@@ -877,6 +877,7 @@ rte_vhost_driver_register(const char *path, uint64_t flags)
 			"error: failed to init connection mutex\n");
 		goto out_free;
 	}
+	vsocket->vdpa_dev_id = -1;
 	vsocket->dequeue_zero_copy = flags & RTE_VHOST_USER_DEQUEUE_ZERO_COPY;
 	vsocket->extbuf = flags & RTE_VHOST_USER_EXTBUF_SUPPORT;
 	vsocket->linearbuf = flags & RTE_VHOST_USER_LINEARBUF_SUPPORT;
-- 
2.15.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] vhost: fix socket initial value
  2020-01-03 18:36 [dpdk-dev] [PATCH] vhost: fix socket initial value Xiao Wang
@ 2020-01-07  1:49 ` Tiwei Bie
  2020-01-09 15:51   ` Maxime Coquelin
  0 siblings, 1 reply; 3+ messages in thread
From: Tiwei Bie @ 2020-01-07  1:49 UTC (permalink / raw)
  To: Xiao Wang; +Cc: maxime.coquelin, zhihong.wang, dev, stable

On Fri, Jan 03, 2020 at 01:36:21PM -0500, Xiao Wang wrote:
> By default, a vhost socket is created without attaching VDPA device,
> this patch fixes the initial value of vdpa_dev_id.
> 
> Fixes: b4953225cea4 ("vhost: add APIs for datapath configuration")
> Cc: stable@dpdk.org
> 
> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
> ---
>  lib/librte_vhost/socket.c | 1 +
>  1 file changed, 1 insertion(+)

Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-dev] [PATCH] vhost: fix socket initial value
  2020-01-07  1:49 ` Tiwei Bie
@ 2020-01-09 15:51   ` Maxime Coquelin
  0 siblings, 0 replies; 3+ messages in thread
From: Maxime Coquelin @ 2020-01-09 15:51 UTC (permalink / raw)
  To: Tiwei Bie, Xiao Wang; +Cc: zhihong.wang, dev, stable



On 1/7/20 2:49 AM, Tiwei Bie wrote:
> On Fri, Jan 03, 2020 at 01:36:21PM -0500, Xiao Wang wrote:
>> By default, a vhost socket is created without attaching VDPA device,
>> this patch fixes the initial value of vdpa_dev_id.
>>
>> Fixes: b4953225cea4 ("vhost: add APIs for datapath configuration")
>> Cc: stable@dpdk.org
>>
>> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
>> ---
>>  lib/librte_vhost/socket.c | 1 +
>>  1 file changed, 1 insertion(+)
> 
> Reviewed-by: Tiwei Bie <tiwei.bie@intel.com>
> 

Applied to dpdk-next-virtio/master.

Thanks,
Maxime


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-01-09 15:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 18:36 [dpdk-dev] [PATCH] vhost: fix socket initial value Xiao Wang
2020-01-07  1:49 ` Tiwei Bie
2020-01-09 15:51   ` Maxime Coquelin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).