All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 vfio 0/6] vfio/pds: Clean-ups and multi-region support
@ 2023-11-17  0:12 Brett Creeley
  2023-11-17  0:12 ` [PATCH v2 vfio 1/6] vfio/pds: Fix calculations in pds_vfio_dirty_sync Brett Creeley
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Brett Creeley @ 2023-11-17  0:12 UTC (permalink / raw)
  To: jgg, yishaih, shameerali.kolothum.thodi, kevin.tian,
	alex.williamson, kvm, linux-kernel
  Cc: shannon.nelson, brett.creeley

This series contains various clean-ups, improvements, and support
for multiple dirty tracking regions. The majority of clean-up and
improvements are in preparation for the last patch in the series,
which adds support for multiple dirty tracking regions.

Changes:

v2:
- Make use of BITS_PER_BYTE #define
- Use C99 style for loops
- Fix subject line to use vfio/pds instead of pds-vfio-pci
- Separate out some calculation fixes into another patch
  so it can be backported to 6.6-stable
- Fix bounds check in pds_vfio_get_region()

v1:
https://lore.kernel.org/kvm/20231114210129.34318-1-brett.creeley@amd.com/T/

Brett Creeley (6):
  vfio/pds: Fix calculations in pds_vfio_dirty_sync
  vfio/pds: Only use a single SGL for both seq and ack
  vfio/pds: Move and rename region specific info
  vfio/pds: Pass region info to relevant functions
  vfio/pds: Move seq/ack bitmaps into region struct
  vfio/pds: Add multi-region support

 drivers/vfio/pci/pds/dirty.c | 309 ++++++++++++++++++++++-------------
 drivers/vfio/pci/pds/dirty.h |  18 +-
 2 files changed, 204 insertions(+), 123 deletions(-)

-- 
2.17.1


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

end of thread, other threads:[~2023-12-05  0:01 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-17  0:12 [PATCH v2 vfio 0/6] vfio/pds: Clean-ups and multi-region support Brett Creeley
2023-11-17  0:12 ` [PATCH v2 vfio 1/6] vfio/pds: Fix calculations in pds_vfio_dirty_sync Brett Creeley
2023-11-17  0:12 ` [PATCH v2 vfio 2/6] vfio/pds: Only use a single SGL for both seq and ack Brett Creeley
2023-11-17  0:12 ` [PATCH v2 vfio 3/6] vfio/pds: Move and rename region specific info Brett Creeley
2023-11-17  0:12 ` [PATCH v2 vfio 4/6] vfio/pds: Pass region info to relevant functions Brett Creeley
2023-11-17  0:12 ` [PATCH v2 vfio 5/6] vfio/pds: Move seq/ack bitmaps into region struct Brett Creeley
2023-11-17  0:12 ` [PATCH v2 vfio 6/6] vfio/pds: Add multi-region support Brett Creeley
2023-11-29 20:18 ` [PATCH v2 vfio 0/6] vfio/pds: Clean-ups and " Jason Gunthorpe
2023-12-05  0:00 ` Alex Williamson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.