From: fengchengwen <fengchengwen@huawei.com>
To: <pravin.bathija@dell.com>, <dev@dpdk.org>,
<stephen@networkplumber.org>, <maxime.coquelin@redhat.com>
Cc: <thomas@monjalon.net>
Subject: Re: [PATCH v12 1/5] vhost: add user to mailmap and define to vhost hdr
Date: Wed, 13 May 2026 10:22:12 +0800 [thread overview]
Message-ID: <dd00f786-04ad-45d4-9fcf-807fde2d2abb@huawei.com> (raw)
In-Reply-To: <20260506033733.972952-2-pravin.bathija@dell.com>
Acked-by: Chengwen Feng <fengchengwen@huawei.com>
On 5/6/2026 11:37 AM, pravin.bathija@dell.com wrote:
> From: Pravin M Bathija <pravin.bathija@dell.com>
>
> - add user to mailmap file.
> - define a bit-field called VHOST_USER_PROTOCOL_F_CONFIGURE_MEM_SLOTS
> that depicts if the feature/capability to add/remove memory regions
> is supported. This is a part of the overall support for add/remove
> memory region feature in this patchset.
>
> Signed-off-by: Pravin M Bathija <pravin.bathija@dell.com>
> ---
> .mailmap | 1 +
> lib/vhost/rte_vhost.h | 4 ++++
> 2 files changed, 5 insertions(+)
>
> diff --git a/.mailmap b/.mailmap
> index 0e0d83e1c6..cc44e27036 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -1295,6 +1295,7 @@ Prateek Agarwal <prateekag@cse.iitb.ac.in>
> Prathisna Padmasanan <prathisna.padmasanan@intel.com>
> Praveen Kaligineedi <pkaligineedi@google.com>
> Praveen Shetty <praveen.shetty@intel.com>
> +Pravin M Bathija <pravin.bathija@dell.com>
> Pravin Pathak <pravin.pathak.dev@gmail.com> <pravin.pathak@intel.com>
> Prince Takkar <ptakkar@marvell.com>
> Priyalee Kushwaha <priyalee.kushwaha@intel.com>
> 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
next prev parent reply other threads:[~2026-05-13 2:22 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-06 3:37 [PATCH v12 0/5] Support add/remove memory region and get-max-slots pravin.bathija
2026-05-06 3:37 ` [PATCH v12 1/5] vhost: add user to mailmap and define to vhost hdr pravin.bathija
2026-05-13 2:22 ` fengchengwen [this message]
2026-05-06 3:37 ` [PATCH v12 2/5] vhost_user: header defines for add/rem mem region pravin.bathija
2026-05-13 2:30 ` fengchengwen
2026-05-14 2:05 ` Bathija, Pravin
2026-05-06 3:37 ` [PATCH v12 3/5] vhost_user: support function defines for back-end pravin.bathija
2026-05-06 3:37 ` [PATCH v12 4/5] vhost_user: Function defs for add/rem mem regions pravin.bathija
2026-05-13 4:16 ` fengchengwen
2026-05-14 2:07 ` Bathija, Pravin
2026-05-06 3:37 ` [PATCH v12 5/5] vhost_user: enable configure memory slots pravin.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=dd00f786-04ad-45d4-9fcf-807fde2d2abb@huawei.com \
--to=fengchengwen@huawei.com \
--cc=dev@dpdk.org \
--cc=maxime.coquelin@redhat.com \
--cc=pravin.bathija@dell.com \
--cc=stephen@networkplumber.org \
--cc=thomas@monjalon.net \
/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