From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Lameter Subject: Re: UDP multicast packet loss not reported if TX ring overrun? Date: Mon, 17 Aug 2009 20:25:03 -0400 (EDT) Message-ID: References: <4A89C026.4030402@us.ibm.com> <1250545839.25939.21.camel@w-sridhar.beaverton.ibm.com> <1250549034.25939.30.camel@w-sridhar.beaverton.ibm.com> <1250554332.25939.46.camel@w-sridhar.beaverton.ibm.com> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Nivedita Singhvi , netdev@vger.kernel.org, Eric Dumazet To: Sridhar Samudrala Return-path: Received: from smtp3.ultrahosting.com ([74.213.175.254]:40646 "EHLO smtp.ultrahosting.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755380AbZHRAZU (ORCPT ); Mon, 17 Aug 2009 20:25:20 -0400 Received: from localhost (smtp.ultrahosting.com [127.0.0.1]) by smtp.ultrahosting.com (Postfix) with ESMTP id 4FE7D82C804 for ; Mon, 17 Aug 2009 20:25:27 -0400 (EDT) Received: from smtp.ultrahosting.com ([74.213.175.254]) by localhost (smtp.ultrahosting.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id YiOsN9zxzFMs for ; Mon, 17 Aug 2009 20:25:21 -0400 (EDT) Received: from gentwo.org (unknown [74.213.171.31]) by smtp.ultrahosting.com (Postfix) with ESMTP id 875D182C3C5 for ; Mon, 17 Aug 2009 20:25:21 -0400 (EDT) In-Reply-To: <1250554332.25939.46.camel@w-sridhar.beaverton.ibm.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 17 Aug 2009, Sridhar Samudrala wrote: > The first 3 are rx stats and the last one is a tx stat. > Anyway, only the first field(total packets received) seems to be non-zero > in your softnet_stat output on both sender and receiver. > So it is possible that there is some other place in the stack where the packets > are gettting dropped but not counted. Is the driver responsible? I noticed no rx_drop++ in there.