From: Pravin M Bathija <pravin.bathija@dell.com>
To: <dev@dpdk.org>
Cc: <pravin.bathija@dell.com>, <pravin.m.bathija.dev@gmail.com>,
<boris.glimcher@dell.com>
Subject: [PATCH 2/3] vhost_user: configure memory slots
Date: Fri, 8 Aug 2025 04:29:54 +0000 [thread overview]
Message-ID: <20250808042955.2386083-3-pravin.bathija@dell.com> (raw)
In-Reply-To: <20250808042955.2386083-1-pravin.bathija@dell.com>
From: Pravin M Bathija <pravin.m.bathija.dev@gmail.com>
header definition to configure memory slots/regions
Signed-off-by: Pravin M Bathija <pravin.bathija@dell.com>
---
lib/vhost/rte_vhost.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h
index 2f7c4c0080..a7f9700538 100644
--- a/lib/vhost/rte_vhost.h
+++ b/lib/vhost/rte_vhost.h
@@ -109,6 +109,10 @@ extern "C" {
#define VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD 12
#endif
+#ifndef VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
+#define VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS 15
+#endif
+
#ifndef VHOST_USER_PROTOCOL_F_STATUS
#define VHOST_USER_PROTOCOL_F_STATUS 16
#endif
--
2.43.0
next prev parent reply other threads:[~2025-08-08 4:30 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-08 4:29 [PATCH 0/3] " Pravin M Bathija
2025-08-08 4:29 ` [PATCH 1/3] mailmap: add user Pravin M Bathija
2025-08-08 4:29 ` Pravin M Bathija [this message]
2025-08-08 4:29 ` [PATCH 3/3] vhost_user: support for memory regions Pravin M Bathija
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250808042955.2386083-3-pravin.bathija@dell.com \
--to=pravin.bathija@dell.com \
--cc=boris.glimcher@dell.com \
--cc=dev@dpdk.org \
--cc=pravin.m.bathija.dev@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).