RE: RE: [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING

2022-09-26 Thread Xia, Chenbo
edhat.com; Xia, Chenbo > > > Cc: dev@dpdk.org; xuanz...@linux.alibaba.com; hen...@linux.alibaba.com; > > > jasonw...@redhat.com; m...@redhat.com > > > Subject: [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING > > > > > > To support the reset operation for

Re: RE: [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING

2022-09-22 Thread Xuan Zhuo
om; hen...@linux.alibaba.com; > > jasonw...@redhat.com; m...@redhat.com > > Subject: [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING > > > > To support the reset operation for an individual virtqueue, we > > introduce a new message VHOST_USER_RESET_VRING. When the fe

RE: [PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING

2022-09-22 Thread Xia, Chenbo
> -Original Message- > From: Kangjie Xu > Sent: Monday, September 5, 2022 11:48 AM > To: maxime.coque...@redhat.com; Xia, Chenbo > Cc: dev@dpdk.org; xuanz...@linux.alibaba.com; hen...@linux.alibaba.com; > jasonw...@redhat.com; m...@redhat.com > Subject: [PATCH v2

[PATCH v2 2/2] vhost: introduce VHOST_USER_RESET_VRING

2022-09-04 Thread Kangjie Xu
To support the reset operation for an individual virtqueue, we introduce a new message VHOST_USER_RESET_VRING. When the feature VIRTIO_F_RING_RESET feature has been successfully negotiated, This message is submitted by the front-end to reset an individual virtqueue to initial states in the back-end