projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4da3089
)
[NET]: Increase default IFB device count.
author
Richard Lucassen
<spamtrap@lucassen.org>
Fri, 24 Feb 2006 00:23:51 +0000
(16:23 -0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 24 Feb 2006 00:23:51 +0000
(16:23 -0800)
The most usable number of ifb devices is 2. Change the default to 2.
Signed-off-by: Richard Lucassen <spamtrap@lucassen.org>
Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ifb.c
patch
|
blob
|
history
diff --git
a/drivers/net/ifb.c
b/drivers/net/ifb.c
index
1b69925
..
31fb2d7
100644
(file)
--- a/
drivers/net/ifb.c
+++ b/
drivers/net/ifb.c
@@
-57,7
+57,7
@@
struct ifb_private {
struct sk_buff_head tq;
};
-static int numifbs =
1
;
+static int numifbs =
2
;
static void ri_tasklet(unsigned long dev);
static int ifb_xmit(struct sk_buff *skb, struct net_device *dev);