* [PATCH 1/4] Add a connector Index to support HyperV KVP functionality
@ 2010-12-08 22:20 Ky Srinivasan
2010-12-08 22:32 ` Greg KH
0 siblings, 1 reply; 3+ messages in thread
From: Ky Srinivasan @ 2010-12-08 22:20 UTC (permalink / raw)
To: devel, Virtualization; +Cc: Zbr, Haiyang Zhang, Stephen Hemminger, Greg KH
From 5b7c16baf2f310a1e7e119c3df8fd976ca0e2f57 Mon Sep 17 00:00:00 2001
From: ksrinivasan <ksrinivasan@novell.com>
Date: Wed, 8 Dec 2010 09:35:13 -0700
Added a connector index to support key value/pair (KVP) functionality
for Linux guests hosted on a HyperV platform. All KVP related
data gathering will be done in a user-level daemon. The kernel
component of KVP communicates with the data gathering daemon using this
connector index.
Signed-off-by: ksrinivasan <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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/4] Add a connector Index to support HyperV KVP functionality
2010-12-08 22:20 [PATCH 1/4] Add a connector Index to support HyperV KVP functionality Ky Srinivasan
@ 2010-12-08 22:32 ` Greg KH
2010-12-08 22:45 ` Ky Srinivasan
0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2010-12-08 22:32 UTC (permalink / raw)
To: Ky Srinivasan
Cc: Haiyang Zhang, Virtualization, Zbr, devel, Stephen Hemminger
Please make your subject a bit more descriptive, for this one, it would
be:
Subject: [PATCH 1/4] Connector: add index to support HyperV
And what is a "KVP"?
On Wed, Dec 08, 2010 at 03:20:59PM -0700, Ky Srinivasan wrote:
> >From 5b7c16baf2f310a1e7e119c3df8fd976ca0e2f57 Mon Sep 17 00:00:00 2001
> From: ksrinivasan <ksrinivasan@novell.com>
I doubt that's your full name you want as the changelog author
information :)
> Date: Wed, 8 Dec 2010 09:35:13 -0700
Why is this in the body of your message?
>
> Added a connector index to support key value/pair (KVP) functionality
> for Linux guests hosted on a HyperV platform. All KVP related
> data gathering will be done in a user-level daemon. The kernel
> component of KVP communicates with the data gathering daemon using this
> connector index.
>
>
> Signed-off-by: ksrinivasan <ksrinivasan@novell.com>
Same error here with your name :(
Third time's a charm?
greg k-h
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/4] Add a connector Index to support HyperV KVP functionality
2010-12-08 22:32 ` Greg KH
@ 2010-12-08 22:45 ` Ky Srinivasan
0 siblings, 0 replies; 3+ messages in thread
From: Ky Srinivasan @ 2010-12-08 22:45 UTC (permalink / raw)
To: Greg KH; +Cc: Zbr, Haiyang Zhang, Stephen Hemminger, Virtualization, devel
>>> On 12/8/2010 at 5:32 PM, in message <20101208223259.GA6714@suse.de>, Greg KH
<gregkh@suse.de> wrote:
> Please make your subject a bit more descriptive, for this one, it would
> be:
> Subject: [PATCH 1/4] Connector: add index to support HyperV
>
> And what is a "KVP"?
>
> On Wed, Dec 08, 2010 at 03:20:59PM -0700, Ky Srinivasan wrote:
>> >From 5b7c16baf2f310a1e7e119c3df8fd976ca0e2f57 Mon Sep 17 00:00:00 2001
>> From: ksrinivasan <ksrinivasan@novell.com>
>
> I doubt that's your full name you want as the changelog author
> information :)
>
>> Date: Wed, 8 Dec 2010 09:35:13 -0700
>
> Why is this in the body of your message?
>
>>
>> Added a connector index to support key value/pair (KVP) functionality
>> for Linux guests hosted on a HyperV platform. All KVP related
>> data gathering will be done in a user-level daemon. The kernel
>> component of KVP communicates with the data gathering daemon using this
>> connector index.
>>
>>
>> Signed-off-by: ksrinivasan <ksrinivasan@novell.com>
>
> Same error here with your name :(
>
> Third time's a charm?
I hope so! I will resend all the patches.
Thanks,
K. Y
>
> greg k-h
> _______________________________________________
> Virtualization mailing list
> Virtualization@lists.linux-foundation.org
> https://lists.linux-foundation.org/mailman/listinfo/virtualization
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-12-08 22:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-08 22:20 [PATCH 1/4] Add a connector Index to support HyperV KVP functionality Ky Srinivasan
2010-12-08 22:32 ` Greg KH
2010-12-08 22:45 ` Ky Srinivasan
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.