From owner-freebsd-net@FreeBSD.ORG Thu Feb 27 23:16:22 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6A57F6C; Thu, 27 Feb 2014 23:16:22 +0000 (UTC) Received: from esa-annu.net.uoguelph.ca (esa-annu.mail.uoguelph.ca [131.104.91.36]) by mx1.freebsd.org (Postfix) with ESMTP id 781491229; Thu, 27 Feb 2014 23:16:21 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AqQEABLGD1ODaFve/2dsb2JhbABag0FXgwO9Pk+BMXSCJQEBAQQBAQEgKyALBRYOCgICDRkCKQEJJgYIBwQBHASHWA2qUqBwF4EpjEoQAgEbNAeCboFJBIlKjBiECJB4g0seMXsHOw X-IronPort-AV: E=Sophos;i="4.97,557,1389762000"; d="scan'208";a="100543303" Received: from muskoka.cs.uoguelph.ca (HELO zcs3.mail.uoguelph.ca) ([131.104.91.222]) by esa-annu.net.uoguelph.ca with ESMTP; 27 Feb 2014 18:16:21 -0500 Received: from zcs3.mail.uoguelph.ca (localhost.localdomain [127.0.0.1]) by zcs3.mail.uoguelph.ca (Postfix) with ESMTP id 5E80CB406D; Thu, 27 Feb 2014 18:16:21 -0500 (EST) Date: Thu, 27 Feb 2014 18:16:21 -0500 (EST) From: Rick Macklem To: Ryan Stone Message-ID: <917817504.14529709.1393542981376.JavaMail.root@uoguelph.ca> In-Reply-To: Subject: Re: Network loss MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [172.17.91.201] X-Mailer: Zimbra 7.2.1_GA_2790 (ZimbraWebClient - IE8 (Win)/7.2.1_GA_2790) Cc: Johan Kooijman , freebsd-net , Jack Vogel , John Baldwin X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Feb 2014 23:16:22 -0000 Ryan Stone wrote: > On Wed, Feb 26, 2014 at 8:00 PM, Rick Macklem > wrote: > > And please email if you try it and let us know if it helps. > > > > I've think I've figured out how 64K NFS read replies can do this, > > but I'll admit "ping" is a mystery? (Doesn't it just send a single > > packet that would be in a single mbuf?) > > ixgbe currently returns an error from its if_transmit function if it > gets an error sending *any* packet that is queued for transmit. So > if > there is a 64K NFS request queued then ping could see an EFBIG error. > I can't explain the packet loss, unless ping is counting errors from > send() as lost packets (which would be completely reasonable). Yep, I just noticed that when I took another glance at the driver. (Things still look a bit weird, since if m_defrag() returns NULL, the second attempt fails with ENOBUFS in ixgbe_xmit(). It seems that m_defrag() returns a new mbuf list, but it is still > 32 mbufs in length?) rick > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to > "freebsd-net-unsubscribe@freebsd.org" >