From owner-freebsd-current@FreeBSD.ORG Wed May 30 07:13:42 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CECA716A421 for ; Wed, 30 May 2007 07:13:42 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.173]) by mx1.freebsd.org (Postfix) with ESMTP id 68AA313C44C for ; Wed, 30 May 2007 07:13:42 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by ug-out-1314.google.com with SMTP id u2so127526uge for ; Wed, 30 May 2007 00:13:41 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qF7pVQZyuQuaWadXZFZN8xXP7naSrs+V6dRL9WIW3BOLMOMJDfAmoe5LoUL4fYf2lJUy2AsidarNGVAZhZ0B2+DQKRz4Q14dy9QxtAzpmWu8XqPuat4PqNknP9BZg9cTkWgOQH+7TAHeGaYAyRuGSp94/vSthVswBAJ3ghLGgxw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=JC3CzCx3nbl314LF28Ar26L0bSft4pZ8S73Q0hXLxoVE2KVtidurqiEWxUo6s2+MSCy/p+aOshKvaK/3U2B2pHgt7LIyt6rHkbY9Zi4drJ9rDhfHO2qOM1oBANGx9vC6rGwjdnZvVLZT4qCZUdDnepYiWTO0CnjjGT152l+9TTA= Received: by 10.78.162.4 with SMTP id k4mr2166267hue.1180509221151; Wed, 30 May 2007 00:13:41 -0700 (PDT) Received: by 10.78.107.13 with HTTP; Wed, 30 May 2007 00:13:41 -0700 (PDT) Message-ID: Date: Wed, 30 May 2007 00:13:41 -0700 From: "Kip Macy" To: "Jack Vogel" In-Reply-To: <2a41acea0705291732h6a3eb08fse22eef65010ab28e@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <2a41acea0705291732h6a3eb08fse22eef65010ab28e@mail.gmail.com> Cc: FreeBSD Current Subject: Re: MFC plans for TSO and VLAN?? 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: Wed, 30 May 2007 07:13:42 -0000 On 5/29/07, Jack Vogel wrote: > Since there is now MSI/X in STABLE I thought I'd see how easily code > working in CURRENT would be to backport. The major issues are > these two, it would SURE be nice if the VLAN interface matched, and > of course if the TSO changes were there. > > Any chance of this getting done before 6.3, would make lots of > people happy :) Provided TSO is stable, MFC'ing it would be fine. However, as much as I'd like RELENG_6 to have the same VLAN interface as HEAD (cxgb doesn't support VLANs on RELENG_6 in part for that reason), doing so would break ABI compatibility which I believe to be a non-starter. -Kip