[dpdk-dev] [PATCH v1 0/4] optimize async data path

Patrick Fu patrick.fu at intel.com
Fri Sep 11 03:53:12 CEST 2020


This series applies optimization and fixes to the vhost
async data path.

Patrick Fu (4):
  vhost: simplify async copy completion
  vhost: dynamically alloc async memory
  vhost: fix async vec buf overrun
  vhost: fix async register/unregister deadlock

 lib/librte_vhost/rte_vhost_async.h |  15 ++-
 lib/librte_vhost/vhost.c           |  66 ++++++------
 lib/librte_vhost/vhost.h           |  14 +--
 lib/librte_vhost/vhost_user.c      |  10 +-
 lib/librte_vhost/virtio_net.c      | 156 ++++++++++++-----------------
 5 files changed, 127 insertions(+), 134 deletions(-)

-- 
2.18.4



More information about the dev mailing list