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

Reply via email to