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 0088fc4d610f000261863dba05c8ac2d14d64d62..e229caec77f3a1364097282cdbf9363cf3db57b8 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 5832750f4b8b360f1015802dc31c171116aa8e22..6ba7f3cb3c4e73518ab9cbc3242a2ccb289ccf8a 100644 (file)
@@ -6,6 +6,6 @@
 /*
  * Whenever protocol changes be sure to bump this.
  */
-#define YAGL_VERSION 4
+#define YAGL_VERSION 5
 
 #endif