1
0
Fork 0

[PATCH] aoe [3/8]: increase allowed outstanding packets

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

Signed-off-by: "Ed L. Cashin" <ecashin@coraid.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Ed L. Cashin 2006-01-19 13:46:20 -05:00 committed by Greg Kroah-Hartman
parent 3ae1c24e39
commit eaf0a3cbe5
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ aoecmd_cfg_rsp(struct sk_buff *skb)
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);