DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] vhost_user: configure memory slots
@ 2025-08-12  2:33 Pravin M Bathija
  2025-08-12  2:33 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Pravin M Bathija @ 2025-08-12  2:33 UTC (permalink / raw)
  To: dev; +Cc: pravin.bathija, pravin.m.bathija.dev

- add protocol feature support add and removal of memory
regions/slots dynamically.
- this patch set has been tested with multiple instances of fio
connected via libblkio to spdk target backed unix domain socket.
- please apply this this patch-set to dpdk mainline as well as
version 25.03.0.

v2:
- fixed warnings with e-mail address
- fixed warnings with typos
- there is a warning about __rte_packed_begin not being in
pair with __rte_packed_end which on reading the code turns 
out to be false. It is an anomaly of how git-format 
generates the patch and how check-patch checks it.


Pravin M Bathija (3):
  mailmap: add user
  vhost_user: configure memory slots
  vhost_user: support for memory regions

 .mailmap               |   1 +
 lib/vhost/rte_vhost.h  |   4 +
 lib/vhost/vhost_user.c | 325 +++++++++++++++++++++++++++++++++++------
 lib/vhost/vhost_user.h |  10 ++
 4 files changed, 296 insertions(+), 44 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] vhost_user: configure memory slots
@ 2025-08-08  4:29 Pravin M Bathija
  2025-08-08  4:29 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
  0 siblings, 1 reply; 7+ messages in thread
From: Pravin M Bathija @ 2025-08-08  4:29 UTC (permalink / raw)
  To: dev; +Cc: pravin.bathija, pravin.m.bathija.dev, boris.glimcher

add protocol feature support add and removal of memory
regions/slots dynamically.
this patch set has been tested with multiple instances of fio
connected via libblkio to spdk target backed unix domain socket.
please apply this this patch-set to dpdk mainline as well as
version 25.03.0.

Pravin M Bathija (3):
  mailmap: add user
  vhost_user: configure memory slots
  vhost_user: support for memory regions

 .mailmap               |   1 +
 lib/vhost/rte_vhost.h  |   4 +
 lib/vhost/vhost_user.c | 325 +++++++++++++++++++++++++++++++++++------
 lib/vhost/vhost_user.h |  10 ++
 4 files changed, 296 insertions(+), 44 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] *** vhost_user: configure memory slots ***
@ 2025-08-01 22:22 Pravin M Bathija
  2025-08-01 22:22 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
  0 siblings, 1 reply; 7+ messages in thread
From: Pravin M Bathija @ 2025-08-01 22:22 UTC (permalink / raw)
  To: dev; +Cc: pravin.bathija, pravin.m.bathija.dev

add protocol feature support add and removal of memory
regions/slots dynamically.
this patch set has been tested with multiple instances of fio
connected via libblkio to spdk target backed unix domain socket.
please apply this this patch-set to dpdk mainline as well as
version 25.03.0.

Pravin M Bathija (3):
  mailmap: add user
  vhost_user: configure memory slots
  vhost_user: support for memory regions

 .mailmap               |   1 +
 lib/vhost/rte_vhost.h  |   4 +
 lib/vhost/vhost_user.c | 325 +++++++++++++++++++++++++++++++++++------
 lib/vhost/vhost_user.h |  10 ++
 4 files changed, 296 insertions(+), 44 deletions(-)

-- 
2.43.0


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/3] *** vhost_user: configure memory slots ***
@ 2025-07-30  4:56 Pravin M Bathija
  2025-07-30  4:56 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
  0 siblings, 1 reply; 7+ messages in thread
From: Pravin M Bathija @ 2025-07-30  4:56 UTC (permalink / raw)
  To: dev; +Cc: pravin.bathija, pravin.m.bathija.dev

add protocol feature support add and removal of memory
regions/slots dynamically.
this patch set has been tested with multiple instances of fio 
connected via libblkio to spdk target backed unix domain socket.
please apply this this patch-set to dpdk mainline as well as
version 25.03.0.

Pravin M Bathija (3):
  mailmap: add user
  vhost_user: configure memory slots
  vhost_user: support for memory regions

 .mailmap               |   1 +
 lib/vhost/rte_vhost.h  |   4 +
 lib/vhost/vhost_user.c | 325 +++++++++++++++++++++++++++++++++++------
 lib/vhost/vhost_user.h |  10 ++
 4 files changed, 296 insertions(+), 44 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-08-12  2:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-12  2:33 [PATCH 0/3] vhost_user: configure memory slots Pravin M Bathija
2025-08-12  2:33 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
2025-08-12  2:33 ` [PATCH 2/3] vhost_user: configure memory slots Pravin M Bathija
2025-08-12  2:33 ` [PATCH 3/3] vhost_user: support for memory regions Pravin M Bathija
  -- strict thread matches above, loose matches on Subject: below --
2025-08-08  4:29 [PATCH 0/3] vhost_user: configure memory slots Pravin M Bathija
2025-08-08  4:29 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
2025-08-01 22:22 [PATCH 0/3] *** vhost_user: configure memory slots *** Pravin M Bathija
2025-08-01 22:22 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
2025-07-30  4:56 [PATCH 0/3] *** vhost_user: configure memory slots *** Pravin M Bathija
2025-07-30  4:56 ` [PATCH 1/3] mailmap: add user 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).