Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754478Ab0ARU52 (ORCPT ); Mon, 18 Jan 2010 15:57:28 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754332Ab0ARU51 (ORCPT ); Mon, 18 Jan 2010 15:57:27 -0500 Received: from mta3.srv.hcvlny.cv.net ([167.206.4.198]:45233 "EHLO mta3.srv.hcvlny.cv.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754245Ab0ARU50 (ORCPT ); Mon, 18 Jan 2010 15:57:26 -0500 Date: Mon, 18 Jan 2010 15:56:45 -0500 From: Michael Breuer Subject: Re: [PATCH] af_packet: Don't use skb after dev_queue_xmit() In-reply-to: <20100118204658.GC3157@del.dom.local> To: Jarek Poplawski Cc: Stephen Hemminger , David Miller , akpm@linux-foundation.org, flyboy@gmail.com, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Message-id: <4B54CB0D.5070604@majjas.com> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7BIT References: <4B4E2F89.2050606@majjas.com> <20100113210908.GA3065@del.dom.local> <4B4E3834.3000609@majjas.com> <4B533A46.9050600@majjas.com> <20100117221746.GA3161@del.dom.local> <4B53906B.2020608@majjas.com> <20100117230531.GC3161@del.dom.local> <4B539A0A.2000504@majjas.com> <20100118073018.GA6270@ff.dom.local> <4B548C6B.10607@majjas.com> <20100118204658.GC3157@del.dom.local> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b2pre Thunderbird/3.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3207 Lines: 69 On 1/18/2010 3:46 PM, Jarek Poplawski wrote: > On Mon, Jan 18, 2010 at 11:29:31AM -0500, Michael Breuer wrote: > >> Ok - up on the two patches, no DMAR. Some early observations: >> >> 1. There's an early on MMAP oops (see below). This happens once, at >> the completion of the transition to runlevel 5 (I've seen it >> entering runlevel 3 as well). This does not recur when runlevels are >> subsequently changed. I do not see this when running with DMAR >> enabled. >> > OK, you mentioned this oops (actually a warning only) happened during > previous tests too. > Yes - dk if it's significant or not. Only obvious difference between DMAR and not. > >> 2. The dropped tx packet (DHCP) is a bit harder to recreate, but it >> still happens. >> > Btw, I guess you improved the test because you didn't mention it here, > even after my explicit question?: > http://permalink.gmane.org/gmane.linux.network/149171 > I had been focusing on the hangs - dhcp causing the initial crash from December. After things stabilized with the af patch & skb may pull I started noticing the dropped tx packets. I reported the TX loss on the 16th of January after confirming the issue. > >> Interestingly, I initially saw no dropped packets >> with ping - but after I went the DCHP route and eventually >> reconnected, I could then cause dropped tx packets with ping. To >> clarify: >> >> a) start throughput >> b) ping device - no packet loss - this was true for the entire test run. >> c) start throughput again >> d) ping - no loss. >> e) drop wifi on the device& restart - first attempt worked. Repeat >> attempt yielded the dropped DHCPOFFER packets. After about 6 tries, >> the device reconnected to wifi. >> f) ping again (after the reconnection) - packet loss rate about 80%. >> g) simultaneously ping the wifi router - no loss. >> h) After a while, packets are no longer dropped during ping. If I >> manage to cause the dhcp drop again, and then ping after the device >> finally reconnects, packet loss is significant for a while (maybe 30 >> sec to a minute). Then things return to normal. Note that the packet >> loss continues even if the reported throughput drops to nil. >> i) I can't cause the initial packet loss at RX rates below about >> 30,000KBPS (as reported by nethogs). At rates over 40 I can >> reproduce this on this set of patches& config about 60% of the >> time. >> > I forgot to mention, but did you try to check if these lost ping > packets are "being dropped somewhere after wireshark sees them and > before hitting the wire" like DHCPOFFER? Aren't there any sky2 > warnings/resets while this happens? > > Jarek P. > Yes. There are no errors, and no statistics anywhere that I know to look reflect the loss. Nothing in netstat; ethtool -S; etc. The only loss reported is RX. The recent TX warnings/resets happened while the machine was up for several days and while unattended and under high RX load. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/