Re: [PATCH 1/3]: An implementation of HyperV KVP functionality

2010-12-08 Thread Ky Srinivasan



 
 Care to fix this, and address the connector issues, and then resend them
 all?

Evgeniy  has acked the patch for adding a new connector index for implementing 
the KVP functionality. The concern Evgeniy had  was with regards to the code 
currently in the upstream tree and Hank is planning to submit a patch to fix 
that issue.

Regards,

K. Y
 
 thanks,
 
 greg k-h
 ___
 Virtualization mailing list
 Virtualization@lists.linux-foundation.org
 https://lists.linux-foundation.org/mailman/listinfo/virtualization


___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


Re: [PATCH 1/3]: An implementation of HyperV KVP functionality

2010-12-08 Thread Evgeniy Polyakov
On Wed, Dec 08, 2010 at 02:31:47PM -0700, Ky Srinivasan 
(ksriniva...@novell.com) wrote:
  Care to fix this, and address the connector issues, and then resend them
  all?
 
 Evgeniy  has acked the patch for adding a new connector index for 
 implementing the KVP functionality. The concern Evgeniy had  was with regards 
 to the code currently in the upstream tree and Hank is planning to submit a 
 patch to fix that issue.

Connector is ok, but rest of the code looks wrong sometimes,
so please resumbit the whole series with proper descriptions
and subject lines.

Thank you.

-- 
Evgeniy Polyakov
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


[PATCH 1/3]: An implementation of HyperV KVP functionality

2010-12-07 Thread Ky Srinivasan
This patch is re-based on the latest linux-next tree.

From: K. Y. Srinivasan ksriniva...@novell.com
Subject: Reserve a connector index for implementing HyperV Key Value Pair
(KVP) functionality.

Signed-off-by: K. Y. Srinivasan ksriniva...@novell.com

Index: linux.trees.git/include/linux/connector.h
===
--- linux.trees.git.orig/include/linux/connector.h  2010-11-05 
16:45:32.0 -0400
+++ linux.trees.git/include/linux/connector.h   2010-12-07 06:58:34.0 
-0500
@@ -42,8 +42,9 @@
 #define CN_VAL_DM_USERSPACE_LOG0x1
 #define CN_IDX_DRBD0x8
 #define CN_VAL_DRBD0x1
+#define CN_KVP_IDX 0x9 /* HyperV KVP */
 
-#define CN_NETLINK_USERS   8
+#define CN_NETLINK_USERS   9
 
 /*
  * Maximum connector's message size.


From: K. Y. Srinivasan ksriniva...@novell.com
Subject: Reserve a connector index for implementing HyperV Key Value Pair
(KVP) functionality.

Signed-off-by: K. Y. Srinivasan ksriniva...@novell.com

Index: linux.trees.git/include/linux/connector.h
===
--- linux.trees.git.orig/include/linux/connector.h  2010-11-05 
16:45:32.0 -0400
+++ linux.trees.git/include/linux/connector.h   2010-12-07 06:58:34.0 
-0500
@@ -42,8 +42,9 @@
 #define CN_VAL_DM_USERSPACE_LOG0x1
 #define CN_IDX_DRBD0x8
 #define CN_VAL_DRBD0x1
+#define CN_KVP_IDX 0x9 /* HyperV KVP */
 
-#define CN_NETLINK_USERS   8
+#define CN_NETLINK_USERS   9
 
 /*
  * Maximum connector's message size.
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization

Re: [PATCH 1/3]: An implementation of HyperV KVP functionality

2010-12-07 Thread Greg KH
On Tue, Dec 07, 2010 at 03:09:52PM -0700, Ky Srinivasan wrote:
 This patch is re-based on the latest linux-next tree.
 
 From: K. Y. Srinivasan ksriniva...@novell.com
 Subject: Reserve a connector index for implementing HyperV Key Value Pair
 (KVP) functionality.

A hint, this is not how you submit a patch.  Please put the Subject line
up above in the real Subject for the email.

Also provide a bit of a description in the body of the email that
explains what is going on.

 
 Signed-off-by: K. Y. Srinivasan ksriniva...@novell.com
 
 Index: linux.trees.git/include/linux/connector.h
 ===

What are these lines from?  Surely you aren't using cvs these days, are
you?

I should be able to take the email and directly feed it to 'git am' to
apply it, without editing it at all.

Care to fix this, and address the connector issues, and then resend them
all?

thanks,

greg k-h
___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization


[PATCH 1/3]: An implementation of HyperV KVP functionality

2010-11-22 Thread Ky Srinivasan
From: K. Y. Srinivasan ksriniva...@novell.com
Subject: Reserve a connector index for implementing HyperV Key Value Pair
(KVP) functionality.

Signed-off-by: K. Y. Srinivasan ksriniva...@novell.com

Index: linux.trees.git/include/linux/connector.h
===
--- linux.trees.git.orig/include/linux/connector.h  2010-11-15 
06:50:30.0 -0500
+++ linux.trees.git/include/linux/connector.h   2010-11-15 07:00:52.0 
-0500
@@ -42,8 +42,9 @@
 #define CN_VAL_DM_USERSPACE_LOG0x1
 #define CN_IDX_DRBD0x8
 #define CN_VAL_DRBD0x1
+#define CN_KVP_IDX 0x9 /* HyperV KVP */
 
-#define CN_NETLINK_USERS   8
+#define CN_NETLINK_USERS   9
 
 /*
  * Maximum connector's message size.


___
Virtualization mailing list
Virtualization@lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/virtualization