From: "Ortwin Glück" <odi@odi.ch>
To: linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: Re: xfrm: is pmtu broken with ESP tunneling?
Date: Thu, 13 Feb 2014 20:53:21 +0100 [thread overview]
Message-ID: <52FD22B1.4070301@odi.ch> (raw)
In-Reply-To: <20140213000115.GH11150@order.stressinduktion.org>
On 02/13/2014 01:01 AM, Hannes Frederic Sowa wrote:
> Could you try either dropwatch or perf script net_dropmonitor and flood the
> network with the problematic packets. From the traces we could see where the
> packets get dropped without notification in the kernel.
Not much to see, unfortunately. The COUNT doesn't reflect the number packets
that I am missing.
LOCATION OFFSET COUNT
ieee80211_iface_work 208 1
> Strange that the problem disappears if you enable no_pmtu_disc then.
It seems with PMTU the initial mtu is the one of the device (1500). So the
original packet will have that size, but is subsequently wrapped into ESP and
UDP, which add to that size. And the final packet is then larger than the device
MTU... I know nothing about the ip / xfrm kernel code, so it's hard for me to
verify if that theory is real.
Thanks,
Ortwin
prev parent reply other threads:[~2014-02-13 19:53 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-10 8:41 xfrm: is pmtu broken with ESP tunneling? Ortwin Glück
2014-02-11 2:32 ` Hannes Frederic Sowa
2014-02-11 20:20 ` Ortwin Glück
2014-02-13 0:01 ` Hannes Frederic Sowa
2014-02-13 19:53 ` Ortwin Glück [this message]
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=52FD22B1.4070301@odi.ch \
--to=odi@odi.ch \
--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).