On 7/19/21 10:10 AM, Cheng Jiang wrote: > Applications need to stop DMA transfers and finish all the inflight > packets when in VM memory hot-plug case and async vhost is used. This > patch is to provide an unsafe API to clear inflight packets which > are submitted to DMA engine in vhost async data path. > > Signed-off-by: Cheng Jiang <cheng1.ji...@intel.com> > --- > lib/vhost/rte_vhost_async.h | 22 +++++++++ > lib/vhost/version.map | 3 ++ > lib/vhost/virtio_net.c | 93 +++++++++++++++++++++++++++---------- > 3 files changed, 94 insertions(+), 24 deletions(-) > Reviewed-by: Maxime Coquelin <maxime.coque...@redhat.com> Thanks, Maxime
- [dpdk-dev] [PATCH v6 0/5] vhost: handle memory hotplug for... Cheng Jiang
- [dpdk-dev] [PATCH v6 1/5] vhost: fix async vhost ops ... Cheng Jiang
- Re: [dpdk-dev] [PATCH v6 1/5] vhost: fix async vh... Maxime Coquelin
- [dpdk-dev] [PATCH v6 2/5] vhost: add unsafe API to cl... Cheng Jiang
- Re: [dpdk-dev] [PATCH v6 2/5] vhost: add unsafe A... Maxime Coquelin
- [dpdk-dev] [PATCH v6 3/5] vhost: handle memory hotplu... Cheng Jiang
- Re: [dpdk-dev] [PATCH v6 3/5] vhost: handle memor... Maxime Coquelin
- [dpdk-dev] [PATCH v6 4/5] examples/vhost: handle memo... Cheng Jiang
- Re: [dpdk-dev] [PATCH v6 4/5] examples/vhost: han... Maxime Coquelin
- [dpdk-dev] [PATCH v6 5/5] doc: update doc for infligh... Cheng Jiang
- Re: [dpdk-dev] [PATCH v6 5/5] doc: update doc for... Maxime Coquelin