[dpdk-stable] [PATCH 17.11 0/2] Backport GPA dirty page logging
    Adrian Moreno 
    amorenoz at redhat.com
       
    Thu Jan  9 18:58:40 CET 2020
    
    
  
The backport had the following conflicts:
094b643d9b vhost: un-inline dirty pages logging functions
    lib/librte_vhost/vhost.h: Because b473ec1131ee has not been
    backported the rte_smp_wmb() is still assumed to be called before
    calling vhost_log_cache_sync(). So, remove (from destination:
    vhost.c) to avoid calling the barrier twice
1fc3b3f06a  vhost: convert buffer addresses to GPA for logging
    lib/librte_vhost/vdpa.c: Deleted file
    lib/librte_vhost/vhost.c: Positional conflict for not having 
    084fac96ca
    lib/librte_vhost/virtio-net.c: The RX paths differ a lot but the
    changes are simple, use the new iova-aware logging functions
Adrian Moreno (1):
  vhost: convert buffer addresses to GPA for logging
Maxime Coquelin (1):
  vhost: un-inline dirty pages logging functions
 lib/librte_vhost/rte_vhost.h  |   2 +-
 lib/librte_vhost/vhost.c      | 174 ++++++++++++++++++++++++++++++++++
 lib/librte_vhost/vhost.h      | 161 ++++++++-----------------------
 lib/librte_vhost/virtio_net.c |  18 ++--
 4 files changed, 227 insertions(+), 128 deletions(-)
-- 
2.21.1
    
    
More information about the stable
mailing list