netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* skb_warn_if_lro(skb) in ip_forward()
@ 2009-04-27  6:43 Mark Ryden
  2009-04-27  6:53 ` Eric Dumazet
  2009-04-27  7:04 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Ryden @ 2009-04-27  6:43 UTC (permalink / raw)
  To: netdev

Hello,

I would appreciate if somebody will explain in a few sentences, why,
when forwarding
a packet in IPV4 , in ip_forward() method, (net/ipv4/ip_forward.c) we
drop the packet
if it is lro.

To be more specific, why do we have, in ip_forward() :
...
...
if (skb_warn_if_lro(skb))
	goto drop;
...
...

Regards,
Mark Ryden

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

end of thread, other threads:[~2009-04-27  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27  6:43 skb_warn_if_lro(skb) in ip_forward() Mark Ryden
2009-04-27  6:53 ` Eric Dumazet
2009-04-27  7:04 ` David Miller

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).