diff options
author | Ed L. Cashin <ecashin@coraid.com> | 2006-01-19 13:46:20 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-03-24 01:01:55 -0500 |
commit | eaf0a3cbe5d0713eca3278b3b18f08dba4fb914b (patch) | |
tree | 0e93aab480e5b8166a84ab85fd2d0cfbba30988d /drivers/block/aoe | |
parent | 3ae1c24e395b2b65326439622223d88d92bfa03a (diff) |
[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>
Diffstat (limited to 'drivers/block/aoe')
-rw-r--r-- | drivers/block/aoe/aoecmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/aoe/aoecmd.c b/drivers/block/aoe/aoecmd.c index 150eb78cd5a9..34b8c8c13f9a 100644 --- a/drivers/block/aoe/aoecmd.c +++ b/drivers/block/aoe/aoecmd.c | |||
@@ -647,7 +647,7 @@ aoecmd_cfg_rsp(struct sk_buff *skb) | |||
647 | ulong flags, sysminor, aoemajor; | 647 | ulong flags, sysminor, aoemajor; |
648 | u16 bufcnt; | 648 | u16 bufcnt; |
649 | struct sk_buff *sl; | 649 | struct sk_buff *sl; |
650 | enum { MAXFRAMES = 8 }; | 650 | enum { MAXFRAMES = 16 }; |
651 | 651 | ||
652 | h = (struct aoe_hdr *) skb->mac.raw; | 652 | h = (struct aoe_hdr *) skb->mac.raw; |
653 | ch = (struct aoe_cfghdr *) (h+1); | 653 | ch = (struct aoe_cfghdr *) (h+1); |