From owner-freebsd-net@FreeBSD.ORG Sun Oct 21 05:19:32 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BF11C37; Sun, 21 Oct 2012 05:19:32 +0000 (UTC) (envelope-from nevzorovn@gmail.com) Received: from mail-la0-f54.google.com (mail-la0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 4C8098FC0A; Sun, 21 Oct 2012 05:19:30 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id e12so1296816lag.13 for ; Sat, 20 Oct 2012 22:19:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=hC2XunksSu064KAu/65fRk5n4ot1I9KVGJwvmjDosQg=; b=XEsq1eYQ4ktWE0ppf/YLpdyy+ozyIpWvUb4addE2ggtrYHTU26oI6Z044hZr3DCu84 cv2VdxTCk7zG5vEJ5WXQKp/vZCUMi/cIREW912AJ/Ze7h/Rx5O0rAJ2xDrVnTklS2AjO MohMnjVYqX0/IZfFu0I2pXPKPSyEbwKQjDK+wd3qeGY9Kq+Jdx+UPb1YCd6UPnP4pN1P jVoDR+Yy3ITeFtPyCNjlMYp8Pqs5m54m9DuwsyNkpcUORv2bNtTpgcxtVQo+cX7Fs2Nn 5wMwy1lCXHA0MgW7kv58IzSwOW0rLsuynd6rhNbFBkh9BdtTt5rV6F4k3m/N+t4Rm25x 3OxQ== MIME-Version: 1.0 Received: by 10.152.106.110 with SMTP id gt14mr4891093lab.1.1350796768914; Sat, 20 Oct 2012 22:19:28 -0700 (PDT) Received: by 10.112.42.70 with HTTP; Sat, 20 Oct 2012 22:19:28 -0700 (PDT) In-Reply-To: <50830F8B.4030204@rdtc.ru> References: <201210180141.q9I1f53s052539@freefall.freebsd.org> <50830F8B.4030204@rdtc.ru> Date: Sun, 21 Oct 2012 11:19:28 +0600 Message-ID: Subject: Re: kern/171520: [alc] alc network driver + tso + vlan does not work. From: Nikolay Nevzorov To: Eugene Grosbein Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-net@freebsd.org, yongari@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Oct 2012 05:19:32 -0000 There is libalias in my kernel config, and i use it on ng0, not on alc0. And libalias used not in ipfw - netgraph with it builded by mpd. Anyway this bug? 2012/10/21 Eugene Grosbein > 20.10.2012 20:06, Nikolay Nevzorov wrote: > > >> Synopsis: [alc] alc network driver + tso + vlan does not work. > > It seems you use libalias-based NAT, don't you? > > man ipfw says in the BUGS section: > > Due to the architecture of libalias(3), ipfw nat is not compatible > with > the TCP segmentation offloading (TSO). Thus, to reliably nat your > net- > work traffic, please disable TSO on your NICs using ifconfig(8). > > Eugene Grosbein >