提交 eaf0a3cb 编写于 作者: E Ed L. Cashin 提交者: Greg Kroah-Hartman

[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: N"Ed L. Cashin" <ecashin@coraid.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 3ae1c24e
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册