2006-01-03 21:29:38

by Ed L. Cashin

[permalink] [raw]
Subject: [PATCH 2.6.15-rc7] aoe [3/7]: increase allowed outstanding packets

Signed-off-by: "Ed L. Cashin" <[email protected]>

Increase the number of AoE packets per device that can be outstanding
at one time, increasing performance.

Index: 2.6.15-rc7-aoe/drivers/block/aoe/aoecmd.c
===================================================================
--- 2.6.15-rc7-aoe.orig/drivers/block/aoe/aoecmd.c 2006-01-02 13:35:13.000000000 -0500
+++ 2.6.15-rc7-aoe/drivers/block/aoe/aoecmd.c 2006-01-02 13:35:14.000000000 -0500
@@ -655,7 +655,7 @@
ulong 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);


--
Ed L. Cashin <[email protected]>