projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
076e777
)
net: ucc_geth, increase no. of HW RX descriptors
author
Joakim Tjernlund
<
[email protected]
>
Sun, 29 Apr 2012 22:36:54 +0000
(22:36 +0000)
committer
David S. Miller
<
[email protected]
>
Thu, 3 May 2012 00:09:04 +0000
(20:09 -0400)
In a busy network we see ucc_geth is dropping RX pkgs every now
and then. Increase the RX queues HW descriptors from
16 to 32 to deal with this.
Signed-off-by: Joakim Tjernlund <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/freescale/ucc_geth.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/freescale/ucc_geth.h
b/drivers/net/ethernet/freescale/ucc_geth.h
index 2e395a2566b8d6221747f79828cbdfb70f72947c..f71b3e7b12defe7c92489ca967fbfe72819ab382 100644
(file)
--- a/
drivers/net/ethernet/freescale/ucc_geth.h
+++ b/
drivers/net/ethernet/freescale/ucc_geth.h
@@
-877,7
+877,7
@@
struct ucc_geth_hardware_statistics {
/* Driver definitions */
#define TX_BD_RING_LEN 0x10
-#define RX_BD_RING_LEN 0x
1
0
+#define RX_BD_RING_LEN 0x
2
0
#define TX_RING_MOD_MASK(size) (size-1)
#define RX_RING_MOD_MASK(size) (size-1)