patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 17.11 0/2] Backport GPA dirty page logging
@ 2020-01-09 17:58 Adrian Moreno
  2020-01-09 17:58 ` [dpdk-stable] [PATCH 17.11 1/2] vhost: un-inline dirty pages logging functions Adrian Moreno
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Adrian Moreno @ 2020-01-09 17:58 UTC (permalink / raw)
  To: stable; +Cc: luca.boccassi, maxime.coquelin, Adrian Moreno

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-09 19:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-09 17:58 [dpdk-stable] [PATCH 17.11 0/2] Backport GPA dirty page logging Adrian Moreno
2020-01-09 17:58 ` [dpdk-stable] [PATCH 17.11 1/2] vhost: un-inline dirty pages logging functions Adrian Moreno
2020-01-09 17:58 ` [dpdk-stable] [PATCH 17.11 2/2] vhost: convert buffer addresses to GPA for logging Adrian Moreno
2020-01-09 19:40 ` [dpdk-stable] [PATCH 17.11 0/2] Backport GPA dirty page logging Luca Boccassi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).