All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC] ip autoconfig: allow specifying a list of devices rather than one or all
@ 2012-09-06 22:35 Chris Friesen
  2012-09-07  0:31 ` [PATCH] " Chris Friesen
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Friesen @ 2012-09-06 22:35 UTC (permalink / raw)
  To: netdev


We have an embedded system that boots of the network.  This system has a 
pair of bonded gigE links used for booting and management, and a pair of 
bonded 10G links used for data traffic.

What we're seeing is that when ip_auto_config() calls
ic_open_devs() to open up all the network ports, the data ports 
immediately start getting *hammered* with traffic, we get "nf_conntrack: 
table full, dropping packet", errors, and we sometimes lose the DHCP 
responses because of this.

We need to be able to boot off of both the gigE ports for redundancy, so 
it seems like it might be a reasonable idea to extend the "ip=" boot arg 
to allow specifying a list of devices rather than choosing between a 
single device or all of them.

Thoughts?  Anyone ever done this?

Chris


-- 

Chris Friesen
Software Designer

3500 Carling Avenue
Ottawa, Ontario K2H 8E9
www.genband.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-07  0:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 22:35 [RFC] ip autoconfig: allow specifying a list of devices rather than one or all Chris Friesen
2012-09-07  0:31 ` [PATCH] " Chris Friesen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.