[dpdk-dev] [RFC 0/2] vhost: packed ring support completion

Maxime Coquelin maxime.coquelin at redhat.com
Wed Aug 8 17:23:21 CEST 2018


Initial series ading packed ring layout support to the
vhost library was missing the save and restore of the
wrap counter on vring base requests used for migration.

First patch saves/restores the wrap counter value into/
from bit 31 of the vring state num field.

Patch 2 advertise support for the packed ring.

Maxime Coquelin (2):
  vhost: add packed ring support to vring base requests
  vhost: advertize packed ring layout support

 lib/librte_vhost/vhost.h      |  3 ++-
 lib/librte_vhost/vhost_user.c | 16 ++++++++++++----
 2 files changed, 14 insertions(+), 5 deletions(-)

-- 
2.17.1



More information about the dev mailing list