<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote gmail_quote_container"><div dir="ltr" class="gmail_attr">On Wed, May 20, 2026 at 4:20 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>
This patch enables configure memory slots in the header define<br>
VHOST_USER_PROTOCOL_FEATURES.<br>
<br>
Signed-off-by: Pravin M Bathija <<a href="mailto:pravin.bathija@dell.com" target="_blank">pravin.bathija@dell.com</a>><br>
Acked-by: Fengchengwen <<a href="mailto:fengchengwen@huawei.com" target="_blank">fengchengwen@huawei.com</a>><br>
Reviewed-by: Stephen Hemminger <<a href="mailto:stephen@networkplumber.com" target="_blank">stephen@networkplumber.com</a>><br>
Acked-by: Maxime Coquelin <<a href="mailto:maxime.coquelin@redhat.com" target="_blank">maxime.coquelin@redhat.com</a>><br>
---<br>
lib/vhost/vhost_user.h | 1 +<br>
1 file changed, 1 insertion(+)<br>
<br>
diff --git a/lib/vhost/vhost_user.h b/lib/vhost/vhost_user.h<br>
index 6435816534..732aa4dc02 100644<br>
--- a/lib/vhost/vhost_user.h<br>
+++ b/lib/vhost/vhost_user.h<br>
@@ -32,6 +32,7 @@<br>
(1ULL << VHOST_USER_PROTOCOL_F_BACKEND_SEND_FD) | \<br>
(1ULL << VHOST_USER_PROTOCOL_F_HOST_NOTIFIER) | \<br>
(1ULL << VHOST_USER_PROTOCOL_F_PAGEFAULT) | \<br>
+ (1ULL << VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS) | \<br>
(1ULL << VHOST_USER_PROTOCOL_F_STATUS))<br>
<br>
typedef enum VhostUserRequest {<br>
-- <br>
2.43.0<br>
<br></blockquote><div>Reviewed-by: Maxime Coquelin <<a href="mailto:maxime.coquelin@redhat.com" target="_blank">maxime.coquelin@redhat.com</a>> </div></div></div>