mbox series

[v2,0/2] vhost: fix some async vhost index calculation issues

Message ID 20221011030803.16746-1-cheng1.jiang@intel.com (mailing list archive)
Headers
Series vhost: fix some async vhost index calculation issues |

Message

Jiang, Cheng1 Oct. 11, 2022, 3:08 a.m. UTC
  Fix some async vhost index calculation issues.

v2: fixed fixes tag and replaced some words in commit message.

Cheng Jiang (2):
  vhost: fix descs count in async vhost packed ring
  vhost: fix slot index calculation in async vhost

 lib/vhost/virtio_net.c | 40 +++++++++++++++++++++++++++++-----------
 1 file changed, 29 insertions(+), 11 deletions(-)

--
2.35.1
  

Comments

Chenbo Xia Oct. 26, 2022, 9:27 a.m. UTC | #1
> -----Original Message-----
> From: Jiang, Cheng1 <cheng1.jiang@intel.com>
> Sent: Tuesday, October 11, 2022 11:08 AM
> To: maxime.coquelin@redhat.com; Xia, Chenbo <chenbo.xia@intel.com>
> Cc: dev@dpdk.org; Hu, Jiayu <jiayu.hu@intel.com>; Ding, Xuan
> <xuan.ding@intel.com>; Ma, WenwuX <wenwux.ma@intel.com>; Wang, YuanX
> <yuanx.wang@intel.com>; Yang, YvonneX <yvonnex.yang@intel.com>; He,
> Xingguang <xingguang.he@intel.com>; Jiang, Cheng1 <cheng1.jiang@intel.com>
> Subject: [PATCH v2 0/2] vhost: fix some async vhost index calculation
> issues
> 
> Fix some async vhost index calculation issues.
> 
> v2: fixed fixes tag and replaced some words in commit message.
> 
> Cheng Jiang (2):
>   vhost: fix descs count in async vhost packed ring
>   vhost: fix slot index calculation in async vhost
> 
>  lib/vhost/virtio_net.c | 40 +++++++++++++++++++++++++++++-----------
>  1 file changed, 29 insertions(+), 11 deletions(-)
> 
> --
> 2.35.1

Series applied to next-virtio/main, thanks