Skip to content

Commit

Permalink
[NET]: Increase default IFB device count.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Richard Lucassen authored and David S. Miller committed Feb 24, 2006
1 parent 4da3089 commit 35eaa31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ifb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 35eaa31

Please sign in to comment.