From: Chris Friesen <chris.friesen@genband.com>
To: netdev <netdev@vger.kernel.org>
Subject: [RFC] ip autoconfig: allow specifying a list of devices rather than one or all
Date: Thu, 06 Sep 2012 16:35:51 -0600 [thread overview]
Message-ID: <50492547.8070307@genband.com> (raw)
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
next reply other threads:[~2012-09-06 22:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-09-06 22:35 Chris Friesen [this message]
2012-09-07 0:31 ` [PATCH] ip autoconfig: allow specifying a list of devices rather than one or all Chris Friesen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50492547.8070307@genband.com \
--to=chris.friesen@genband.com \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.