dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/6] Add/Remove memory regions & support funcs
@ 2025-10-08  9:04 Pravin M Bathija
  2025-10-08  9:04 ` [PATCH v2 1/6] vhost: add define for configure mem slot Pravin M Bathija
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Pravin M Bathija @ 2025-10-08  9:04 UTC (permalink / raw)
  To: dev; +Cc: pravin.bathija, pravin.m.bathija.dev

This patchset incorporates support for adding and removal of memory
regions to vhost-user back-end from a virtio front end and the
corresponsing supporting functions. The max number of regions supported
has also been increased from 8 to 128. This has been extensively tested
with multiple instances of fio when running with spdk and qemu performing
add/removal of memory regions to vhost testpmd.

Pravin M Bathija (6):
  vhost: add define for configure mem slot
  virtio: increase number of mem regions to 128
  vhost: hdr file changes for add/remove mem regions
  vhost: add/remove memory region function defines
  vhost: support functions for memory region ops
  vhost: changes to function set_mem_table

 .mailmap                                    |   1 +
 drivers/net/virtio/virtio_user/vhost_user.c |   2 +-
 lib/vhost/rte_vhost.h                       |   4 +
 lib/vhost/vhost_user.c                      | 333 +++++++++++++++++---
 lib/vhost/vhost_user.h                      |  12 +-
 5 files changed, 306 insertions(+), 46 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-10-08  9:05 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-08  9:04 [PATCH v2 0/6] Add/Remove memory regions & support funcs Pravin M Bathija
2025-10-08  9:04 ` [PATCH v2 1/6] vhost: add define for configure mem slot Pravin M Bathija
2025-10-08  9:04 ` [PATCH v2 2/6] virtio: increase number of mem regions to 128 Pravin M Bathija
2025-10-08  9:04 ` [PATCH v2 3/6] vhost: hdr file changes for add/remove mem regions Pravin M Bathija
2025-10-08  9:04 ` [PATCH v2 4/6] vhost: add/remove memory region function defines Pravin M Bathija
2025-10-08  9:04 ` [PATCH v2 5/6] vhost: support functions for memory region ops Pravin M Bathija
2025-10-08  9:04 ` [PATCH v2 6/6] vhost: changes to function set_mem_table Pravin M Bathija

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).