YaGL: Marshalling buffer changed to 32K
authorStanislav Vorobiov <s.vorobiov@samsung.com>
Mon, 17 Sep 2012 09:22:56 +0000 (13:22 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Tue, 18 Sep 2012 06:19:15 +0000 (10:19 +0400)
hw/yagl_marshal.h
hw/yagl_version.h

index 0088fc4..e229cae 100644 (file)
@@ -22,7 +22,7 @@
 /*
  * Max marshal buffer size.
  */
-#define YAGL_MARSHAL_SIZE 0x1000
+#define YAGL_MARSHAL_SIZE 0x8000
 
 static __inline int yagl_marshal_skip(uint8_t** buff)
 {
index 5832750..6ba7f3c 100644 (file)
@@ -6,6 +6,6 @@
 /*
  * Whenever protocol changes be sure to bump this.
  */
-#define YAGL_VERSION 4
+#define YAGL_VERSION 5
 
 #endif