mbox series

[v2,0/4] Refactor async vhost control path

Message ID 1617368642-131298-1-git-send-email-jiayu.hu@intel.com (mailing list archive)
Headers
Series Refactor async vhost control path |

Message

Hu, Jiayu April 2, 2021, 1:03 p.m. UTC
  This patch set refactors async vhost control path.

Change log
==========
v2:
- correct fix commit
- update commit log

Jiayu Hu (4):
  vhost: fix uninitialized vhost queue
  vhost: remove unnecessary free
  vhost: avoid deadlock on async register
  doc: update async vhost register/unregister

 doc/guides/prog_guide/vhost_lib.rst | 13 ++++++++++---
 lib/librte_vhost/vhost.c            |  2 +-
 lib/librte_vhost/vhost_user.c       | 10 ----------
 3 files changed, 11 insertions(+), 14 deletions(-)
  

Comments

Wang, Yinan April 2, 2021, 8:06 a.m. UTC | #1
Tested-by: Wang, Yinan <yinan.wang@intel.com>

> -----Original Message-----
> From: Hu, Jiayu <jiayu.hu@intel.com>
> Sent: 2021?4?2? 21:04
> To: dev@dpdk.org
> Cc: maxime.coquelin@redhat.com; Xia, Chenbo <chenbo.xia@intel.com>;
> Wang, Yinan <yinan.wang@intel.com>; Pai G, Sunil <sunil.pai.g@intel.com>;
> Jiang, Cheng1 <cheng1.jiang@intel.com>; Hu, Jiayu <jiayu.hu@intel.com>
> Subject: [PATCH v2 0/4] Refactor async vhost control path
> 
> This patch set refactors async vhost control path.
> 
> Change log
> ==========
> v2:
> - correct fix commit
> - update commit log
> 
> Jiayu Hu (4):
>   vhost: fix uninitialized vhost queue
>   vhost: remove unnecessary free
>   vhost: avoid deadlock on async register
>   doc: update async vhost register/unregister
> 
>  doc/guides/prog_guide/vhost_lib.rst | 13 ++++++++++---
>  lib/librte_vhost/vhost.c            |  2 +-
>  lib/librte_vhost/vhost_user.c       | 10 ----------
>  3 files changed, 11 insertions(+), 14 deletions(-)
> 
> --
> 2.7.4