From: Rick Jones <rick.jones2@hp.com>
To: Chris Friesen <cfriesen@nortel.com>
Cc: linux-kernel@vger.kernel.org,
Linux Network Development list <netdev@vger.kernel.org>
Subject: Re: dhcp-based netboot over jumbo-frame network?
Date: Wed, 08 Apr 2009 12:15:46 -0700 [thread overview]
Message-ID: <49DCF7E2.2060304@hp.com> (raw)
In-Reply-To: <49DCE470.9060109@nortel.com>
Chris Friesen wrote:
>
> Hi all,
>
> We have an existing system that loads a bare kernel using tftp, then
> mounts a rootfs via NFS. The wrinkle is that this is on a jumbo-frame
> enabled network, so somehow the MTU needs to be set before mounting the
> rootfs.
Why? Is the NFS mount not TCP? If it is TCP, then the TCP MSS exchange will
provide you cover as it will (should) cause TCP in the NFS server to segment to
the MSS option your system with the then-smaller MTU sends.
I would think that only if the NFS mount is UDP that you would have a problem
with the system initially booting with a small MTU.
> In a previous version we patched ipconfig.c to support the DHCP option
> to specify the MTU value, but I'm wondering about the "proper" way to do
> this on current kernels.
Was the change submitted to upstream and rejected?
rick jones
next prev parent reply other threads:[~2009-04-08 19:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-08 17:52 dhcp-based netboot over jumbo-frame network? Chris Friesen
2009-04-08 19:15 ` Rick Jones [this message]
2009-04-08 22:10 ` 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=49DCF7E2.2060304@hp.com \
--to=rick.jones2@hp.com \
--cc=cfriesen@nortel.com \
--cc=linux-kernel@vger.kernel.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).