<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Tue, May 5, 2026 at 7:53 AM <<a href="mailto:pravin.bathija@dell.com">pravin.bathija@dell.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">From: Pravin M Bathija <<a href="mailto:pravin.bathija@dell.com" target="_blank">pravin.bathija@dell.com</a>><br>
<br>
- add user to mailmap file.<br>
- define a bit-field called VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS<br>
  that depicts if the feature/capability to add/remove memory regions<br>
  is supported. This is a part of the overall support for add/remove<br>
  memory region feature in this patchset.<br>
<br>
Signed-off-by: Pravin M Bathija <<a href="mailto:pravin.bathija@dell.com" target="_blank">pravin.bathija@dell.com</a>><br>
---<br>
 .mailmap              | 1 +<br>
 lib/vhost/rte_vhost.h | 4 ++++<br>
 2 files changed, 5 insertions(+)<br>
<br>
diff --git a/.mailmap b/.mailmap<br>
index 0e0d83e1c6..cc44e27036 100644<br>
--- a/.mailmap<br>
+++ b/.mailmap<br>
@@ -1295,6 +1295,7 @@ Prateek Agarwal <<a href="mailto:prateekag@cse.iitb.ac.in" target="_blank">prateekag@cse.iitb.ac.in</a>><br>
 Prathisna Padmasanan <<a href="mailto:prathisna.padmasanan@intel.com" target="_blank">prathisna.padmasanan@intel.com</a>><br>
 Praveen Kaligineedi <<a href="mailto:pkaligineedi@google.com" target="_blank">pkaligineedi@google.com</a>><br>
 Praveen Shetty <<a href="mailto:praveen.shetty@intel.com" target="_blank">praveen.shetty@intel.com</a>><br>
+Pravin M Bathija <<a href="mailto:pravin.bathija@dell.com" target="_blank">pravin.bathija@dell.com</a>><br>
 Pravin Pathak <<a href="mailto:pravin.pathak.dev@gmail.com" target="_blank">pravin.pathak.dev@gmail.com</a>> <<a href="mailto:pravin.pathak@intel.com" target="_blank">pravin.pathak@intel.com</a>><br>
 Prince Takkar <<a href="mailto:ptakkar@marvell.com" target="_blank">ptakkar@marvell.com</a>><br>
 Priyalee Kushwaha <<a href="mailto:priyalee.kushwaha@intel.com" target="_blank">priyalee.kushwaha@intel.com</a>><br>
diff --git a/lib/vhost/rte_vhost.h b/lib/vhost/rte_vhost.h<br>
index 2f7c4c0080..a7f9700538 100644<br>
--- a/lib/vhost/rte_vhost.h<br>
+++ b/lib/vhost/rte_vhost.h<br>
@@ -109,6 +109,10 @@ extern "C" {<br>
 #define VHOST_USER_PROTOCOL_F_INFLIGHT_SHMFD 12<br>
 #endif<br>
<br>
+#ifndef VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS<br>
+#define VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS 15<br>
+#endif<br>
+<br>
 #ifndef VHOST_USER_PROTOCOL_F_STATUS<br>
 #define VHOST_USER_PROTOCOL_F_STATUS 16<br>
 #endif<br>
-- <br>
2.43.0<br>
<br></blockquote><div><br></div><div>Reviewed-by: Maxime Coquelin <<a href="mailto:maxime.coquelin@redhat.com">maxime.coquelin@redhat.com</a>></div><div><br></div><div>Thanks,</div><div>Maxime </div></div></div>