[PATCH v14 5/5] vhost: enable configure memory slots
Maxime Coquelin
maxime.coquelin at redhat.com
Thu Jun 4 13:52:14 CEST 2026
On Wed, May 20, 2026 at 4:20 AM <pravin.bathija at dell.com> wrote:
> From: Pravin M Bathija <pravin.bathija at dell.com>
>
> This patch enables configure memory slots in the header define
> VHOST_USER_PROTOCOL_FEATURES.
>
> Signed-off-by: Pravin M Bathija <pravin.bathija at dell.com>
> Acked-by: Fengchengwen <fengchengwen at huawei.com>
> Reviewed-by: Stephen Hemminger <stephen at networkplumber.com>
> Acked-by: Maxime Coquelin <maxime.coquelin at redhat.com>
> ---
> lib/vhost/vhost_user.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/vhost/vhost_user.h b/lib/vhost/vhost_user.h
> index 6435816534..732aa4dc02 100644
> --- a/lib/vhost/vhost_user.h
> +++ b/lib/vhost/vhost_user.h
> @@ -32,6 +32,7 @@
> (1ULL <<
> VHOST_USER_PROTOCOL_F_BACKEND_SEND_FD) | \
> (1ULL <<
> VHOST_USER_PROTOCOL_F_HOST_NOTIFIER) | \
> (1ULL <<
> VHOST_USER_PROTOCOL_F_PAGEFAULT) | \
> + (1ULL <<
> VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS) | \
> (1ULL <<
> VHOST_USER_PROTOCOL_F_STATUS))
>
> typedef enum VhostUserRequest {
> --
> 2.43.0
>
> Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20260604/17f21c15/attachment-0001.htm>
More information about the dev
mailing list