From owner-freebsd-net@FreeBSD.ORG Tue Aug 26 03:07:41 2014 Return-Path: Delivered-To: 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 528E9CF9; Tue, 26 Aug 2014 03:07:41 +0000 (UTC) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1DED43C19; Tue, 26 Aug 2014 03:07:41 +0000 (UTC) Received: from ralph.baldwin.cx (pool-173-70-85-31.nwrknj.fios.verizon.net [173.70.85.31]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E9496B987; Mon, 25 Aug 2014 23:07:39 -0400 (EDT) From: John Baldwin To: freebsd-current@freebsd.org Subject: Re: [PATCH] Packet loss when 'control' messages are present with large data (sendmsg(2)) Date: Mon, 25 Aug 2014 15:52:29 -0400 Message-ID: <2204059.7tqSNWvxzC@ralph.baldwin.cx> User-Agent: KMail/4.10.5 (FreeBSD/10.0-STABLE; KDE/4.10.5; amd64; ; ) In-Reply-To: <53F72AC4.7040108@omnilan.de> References: <522300E3.6050303@rawbw.com> <522419F4.5010605@rawbw.com> <53F72AC4.7040108@omnilan.de> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 25 Aug 2014 23:07:40 -0400 (EDT) Cc: Harald Schmalzbauer , net@freebsd.org, current@freebsd.org, asomers@freebsd.org, Yuri X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Aug 2014 03:07:41 -0000 On Friday, August 22, 2014 01:34:28 PM Harald Schmalzbauer wrote: > Bez=FCglich Yuri's Nachricht vom 02.09.2013 06:54 (localtime): > > Please check in this patch: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D181741 > > Please MFC into 9.X > >=20 > > Description of the problem is within PR. > >=20 > > Thanks, > > Yuri >=20 > Hello, >=20 > I guess this fix should make it into 10.1. > Can someone check please? A fix has to make into HEAD first. I've cc'd Alan who responded to the= bug. =20 Alan, note that glebius@ already committed the test case to HEAD a whil= e ago. --=20 John Baldwin