From owner-freebsd-current@FreeBSD.ORG Fri Feb 22 11:11:19 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1097516A412 for ; Fri, 22 Feb 2008 11:11:19 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id BE96413C4EC for ; Fri, 22 Feb 2008 11:11:18 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:c0c5:e0bd:595c:f41b] (unknown [IPv6:2001:7b8:3a7:0:c0c5:e0bd:595c:f41b]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTP id 858533C; Fri, 22 Feb 2008 12:11:17 +0100 (CET) Message-ID: <47BEADD5.3000506@andric.com> Date: Fri, 22 Feb 2008 12:11:17 +0100 From: Dimitry Andric User-Agent: Thunderbird 2.0.0.13pre (Windows/20080218) MIME-Version: 1.0 To: Sam Leffler References: <20080221035014.GB26427@cdnetworks.co.kr> <20080221050635.GC26427@cdnetworks.co.kr> <47BDBB1A.9040701@andric.com> <47BE2FEF.7010709@andric.com> <47BE6D86.6050801@errno.com> In-Reply-To: <47BE6D86.6050801@errno.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: pyunyh@gmail.com, FreeBSD Current , Robert Backhaus Subject: Re: Packet corruption in re0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Feb 2008 11:11:19 -0000 On 2008-02-22 07:36, Sam Leffler wrote: >> Actually, m_defrag() DOES exist in RELENG_7, it's m_collapse() that >> isn't yet MFC'd, apparently. So that is the function that needs to >> copied from HEAD's uipc_mbuf.c instead. > m_collapsed has been mfc'd: Ah I see, to RELENG_7, but not to RELENG_7_0 (I'm using the latter).