Add additional buffer space for output
so no longer chopped after FECCorrectableBlockCtrLane11 

Signed-off-by: Hal Rosenstock <[email protected]>
---
diff --git a/src/perfquery.c b/src/perfquery.c
index 0dbb80d..c747d11 100644
--- a/src/perfquery.c
+++ b/src/perfquery.c
@@ -377,7 +377,7 @@ static void common_func(ib_portid_t * portid, int port_num, 
int mask,
                        const char *name, uint16_t attr,
                        void dump_func(char *, int, void *, int))
 {
-       char buf[1024];
+       char buf[1536];
 
        if (query) {
                memset(pc, 0, sizeof(pc));
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to