Linux virtualization list
 help / color / mirror / Atom feed
From: "Ky Srinivasan" <ksrinivasan@novell.com>
To: devel@linuxdriverproject.org, Virtualization@lists.osdl.org
Cc: Zbr@ioremap.net, Haiyang Zhang <haiyangz@microsoft.com>,
	Stephen Hemminger <shemminger@vyatta.com>,
	Greg KH <gregkh@suse.de>
Subject: [PATCH 1/4] Connector: Add an index to support key/value pair (KVP) functionality
Date: Thu, 16 Dec 2010 18:35:00 -0700	[thread overview]
Message-ID: <4D0A86C6.E57C.0030.1@novell.com> (raw)
In-Reply-To: 1292530752-14180-1-git-send-email-ksrinivasan@novell.com



Added a connector index to support key value/pair (KVP) functionality
for Linux guests hosted on a HyperV platform.



Signed-off-by: K. Y. Srinivasan <ksrinivasan@novell.com>
---
 include/linux/connector.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/linux/connector.h b/include/linux/connector.h
index 7e8ca75..2e9759c 100644
--- a/include/linux/connector.h
+++ b/include/linux/connector.h
@@ -42,8 +42,9 @@
 #define CN_VAL_DM_USERSPACE_LOG		0x1
 #define CN_IDX_DRBD			0x8
 #define CN_VAL_DRBD			0x1
+#define CN_KVP_IDX			0x9	/* HyperV KVP */
 
-#define CN_NETLINK_USERS		8
+#define CN_NETLINK_USERS		9
 
 /*
  * Maximum connector's message size.
-- 
1.7.1

           reply	other threads:[~2010-12-17  1:35 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1292530752-14180-1-git-send-email-ksrinivasan@novell.com>]

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=4D0A86C6.E57C.0030.1@novell.com \
    --to=ksrinivasan@novell.com \
    --cc=Virtualization@lists.osdl.org \
    --cc=Zbr@ioremap.net \
    --cc=devel@linuxdriverproject.org \
    --cc=gregkh@suse.de \
    --cc=haiyangz@microsoft.com \
    --cc=shemminger@vyatta.com \
    /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