public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] Drivers: hv: vmbus: Include the limit on the number of pfns we can handle
@ 2014-03-07  7:15 K. Y. Srinivasan
  2014-03-07  6:48 ` Greg KH
  2014-03-07  8:16 ` Dan Carpenter
  0 siblings, 2 replies; 7+ messages in thread
From: K. Y. Srinivasan @ 2014-03-07  7:15 UTC (permalink / raw)
  To: gregkh, linux-kernel, devel, olaf, apw, jasowang; +Cc: K. Y. Srinivasan

Increase the maximum number of pfns we can handle is a single vmbus packet.

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

diff --git a/include/linux/hyperv.h b/include/linux/hyperv.h
index 330ec44..ab7359f 100644
--- a/include/linux/hyperv.h
+++ b/include/linux/hyperv.h
@@ -37,7 +37,7 @@
 #include <linux/mod_devicetable.h>
 
 
-#define MAX_PAGE_BUFFER_COUNT				19
+#define MAX_PAGE_BUFFER_COUNT				32
 #define MAX_MULTIPAGE_BUFFER_COUNT			32 /* 128K */
 
 #pragma pack(push, 1)
-- 
1.7.4.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-03-07 15:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-07  7:15 [PATCH 1/1] Drivers: hv: vmbus: Include the limit on the number of pfns we can handle K. Y. Srinivasan
2014-03-07  6:48 ` Greg KH
2014-03-07  6:58   ` KY Srinivasan
2014-03-07  8:16 ` Dan Carpenter
2014-03-07  9:07   ` KY Srinivasan
2014-03-07  9:20     ` Dan Carpenter
2014-03-07 15:50       ` KY Srinivasan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox