]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[PATCH] aoe [3/8]: increase allowed outstanding packets
authorEd L. Cashin <ecashin@coraid.com>
Thu, 19 Jan 2006 18:46:20 +0000 (13:46 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 24 Mar 2006 06:01:55 +0000 (22:01 -0800)
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>
drivers/block/aoe/aoecmd.c

index 150eb78cd5a93c0a9b227408f0ae4e67b024091a..34b8c8c13f9adb167045c2b2102c9a31c70de593 100644 (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);