From ecashin@coraid.com Tue Jan 3 13:31:24 2006 From: "Ed L. Cashin" CC: ecashin@coraid.com, Greg K-H Subject: aoe: increase allowed outstanding packets Date: Tue, 03 Jan 2006 16:07:55 -0500 Message-ID: <87aced10lw.fsf@coraid.com> Increase the number of AoE packets per device that can be outstanding at one time, increasing performance. Signed-off-by: "Ed L. Cashin" Signed-off-by: Greg Kroah-Hartman --- drivers/block/aoe/aoecmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- gregkh-2.6.orig/drivers/block/aoe/aoecmd.c +++ gregkh-2.6/drivers/block/aoe/aoecmd.c @@ -655,7 +655,7 @@ aoecmd_cfg_rsp(struct sk_buff *skb) unsigned long flags, sysminor, aoemajor; u16 bufcnt; struct sk_buff *sl; - enum { MAXFRAMES = 8 }; + enum { MAXFRAMES = 16 }; h = (struct aoe_hdr *) skb->mac.raw; ch = (struct aoe_cfghdr *) (h+1);