DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: <pravin.bathija@dell.com>
To: <dev@dpdk.org>, <fengchengwen@huawei.com>,
	<stephen@networkplumber.org>, <maxime.coquelin@redhat.com>
Cc: <pravin.bathija@dell.com>, <thomas@monjalon.net>,
	Stephen Hemminger <stephen@networkplumber.com>
Subject: [PATCH v14 5/5] vhost: enable configure memory slots
Date: Wed, 20 May 2026 02:20:12 +0000	[thread overview]
Message-ID: <20260520022012.243619-6-pravin.bathija@dell.com> (raw)
In-Reply-To: <20260520022012.243619-1-pravin.bathija@dell.com>

From: Pravin M Bathija <pravin.bathija@dell.com>

This patch enables configure memory slots in the header define
VHOST_USER_PROTOCOL_FEATURES.

Signed-off-by: Pravin M Bathija <pravin.bathija@dell.com>
Acked-by: Fengchengwen <fengchengwen@huawei.com>
Reviewed-by: Stephen Hemminger <stephen@networkplumber.com>
Acked-by: Maxime Coquelin <maxime.coquelin@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


  parent reply	other threads:[~2026-05-20  2:20 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-20  2:20 [PATCH v14 0/5] Support add/remove memory region and get-max-slots pravin.bathija
2026-05-20  2:20 ` [PATCH v14 1/5] vhost: add user to mailmap and define to vhost hdr pravin.bathija
2026-06-04  9:58   ` Maxime Coquelin
2026-05-20  2:20 ` [PATCH v14 2/5] vhost: header defines for add/rem mem region pravin.bathija
2026-06-04  9:59   ` Maxime Coquelin
2026-05-20  2:20 ` [PATCH v14 3/5] vhost: refactor memory helper functions pravin.bathija
2026-06-04 10:08   ` Maxime Coquelin
2026-05-20  2:20 ` [PATCH v14 4/5] vhost: add mem region add/remove handlers pravin.bathija
2026-06-04 10:26   ` Maxime Coquelin
2026-06-04 23:56     ` Bathija, Pravin
2026-05-20  2:20 ` pravin.bathija [this message]
2026-06-04 11:52   ` [PATCH v14 5/5] vhost: enable configure memory slots Maxime Coquelin

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=20260520022012.243619-6-pravin.bathija@dell.com \
    --to=pravin.bathija@dell.com \
    --cc=dev@dpdk.org \
    --cc=fengchengwen@huawei.com \
    --cc=maxime.coquelin@redhat.com \
    --cc=stephen@networkplumber.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