mbox

[0/2] vhost: packed ring support completion

Message ID 20181002133026.21527-1-maxime.coquelin@redhat.com (mailing list archive)
Headers

Message

Maxime Coquelin Oct. 2, 2018, 1:30 p.m. UTC
  This first non-RFC version is just a rebase.

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 | 17 +++++++++++++----
 2 files changed, 15 insertions(+), 5 deletions(-)