projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ae1c24
)
[PATCH] aoe [3/8]: increase allowed outstanding packets
author
Ed L. Cashin
<ecashin@coraid.com>
Thu, 19 Jan 2006 18:46:20 +0000
(13:46 -0500)
committer
Greg 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/block/aoe/aoecmd.c
b/drivers/block/aoe/aoecmd.c
index 150eb78cd5a93c0a9b227408f0ae4e67b024091a..34b8c8c13f9adb167045c2b2102c9a31c70de593 100644
(file)
--- a/
drivers/block/aoe/aoecmd.c
+++ b/
drivers/block/aoe/aoecmd.c
@@
-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);