* GSO packets on lower MTU retaining gso_size?
@ 2016-06-07 6:05 Yuval Mintz
2016-06-07 6:46 ` Du, Fan
0 siblings, 1 reply; 2+ messages in thread
From: Yuval Mintz @ 2016-06-07 6:05 UTC (permalink / raw)
To: netdev
While experimenting with Vxlan tunnels, I've reached a topology where the
Vxlan interface's MTU was 1500 while base-interface was smaller [600].
While 'regular' packets broke via ip-fragmentation, GSO SKBs passing from
the vxlan interface to the base interface remained whole, and their
`gso_size' remained matching to that of the vxlan-interface's MTU;
This caused the HW to drop said packets, as it would have resulted with
the device sending to the line packets with length larger than the mtu.
Is this broken on the udp-tunnel transmit path, the setup or the driver [qede]?
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: GSO packets on lower MTU retaining gso_size?
2016-06-07 6:05 GSO packets on lower MTU retaining gso_size? Yuval Mintz
@ 2016-06-07 6:46 ` Du, Fan
0 siblings, 0 replies; 2+ messages in thread
From: Du, Fan @ 2016-06-07 6:46 UTC (permalink / raw)
To: Yuval Mintz; +Cc: netdev
On 2016/6/7 14:05, Yuval Mintz wrote:
> While experimenting with Vxlan tunnels, I've reached a topology where the
> Vxlan interface's MTU was 1500 while base-interface was smaller [600].
>
> While 'regular' packets broke via ip-fragmentation, GSO SKBs passing from
> the vxlan interface to the base interface remained whole, and their
> `gso_size' remained matching to that of the vxlan-interface's MTU;
> This caused the HW to drop said packets, as it would have resulted with
> the device sending to the line packets with length larger than the mtu.
>
> Is this broken on the udp-tunnel transmit path, the setup or the driver [qede]?
I believe it's identical to issue I met before[1], the owner of the
offending code
believe a host can't generate packet size larger than the underlying NIC
MTU and
refuse to do the GSO here.
[1]: https://patchwork.ozlabs.org/patch/415791/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-06-07 6:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-07 6:05 GSO packets on lower MTU retaining gso_size? Yuval Mintz
2016-06-07 6:46 ` Du, Fan
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).