[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1372235039.3301.126.camel@edumazet-glaptop>
Date: Wed, 26 Jun 2013 01:23:59 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: "Michael S. Tsirkin" <mst@...hat.com>
Cc: netdev <netdev@...r.kernel.org>
Subject: [RFC] about "net: orphan frags on receive" insanity
Michael
Following commit added 400 bytes into __netif_receive_skb_core()
Could we revert it, and fix the problem into the callers instead ?
Thanks
commit 1080e512d44d4f67b8beb8edf25a1bbcb1066dc7
Author: Michael S. Tsirkin <mst@...hat.com>
Date: Fri Jul 20 09:23:17 2012 +0000
net: orphan frags on receive
zero copy packets are normally sent to the outside
network, but bridging, tun etc might loop them
back to host networking stack. If this happens
destructors will never be called, so orphan
the frags immediately on receive.
Signed-off-by: Michael S. Tsirkin <mst@...hat.com>
Signed-off-by: David S. Miller <davem@...emloft.net>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists