On Thu, 1 Dec 2011 08:21:12 -0800 Hal Rosenstock <[email protected]> wrote:
> > Add additional buffer space for output > so no longer chopped after FECCorrectableBlockCtrLane11 > > Signed-off-by: Hal Rosenstock <[email protected]> Thanks applied, Ira > --- > 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)); -- Ira Weiny Math Programmer/Computer Scientist Lawrence Livermore National Lab 925-423-8008 [email protected] -- 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
