From owner-freebsd-bugs@FreeBSD.ORG Tue Mar 1 18:19:06 2011 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3E61F106566C; Tue, 1 Mar 2011 18:19:06 +0000 (UTC) (envelope-from yongari@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2E0778FC08; Tue, 1 Mar 2011 18:19:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p21IJ6Yn039234; Tue, 1 Mar 2011 18:19:06 GMT (envelope-from yongari@freefall.freebsd.org) Received: (from yongari@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p21IJ5Bu039230; Tue, 1 Mar 2011 18:19:05 GMT (envelope-from yongari) Date: Tue, 1 Mar 2011 18:19:05 GMT Message-Id: <201103011819.p21IJ5Bu039230@freefall.freebsd.org> To: andrei@ivorde.ro, yongari@FreeBSD.org, freebsd-bugs@FreeBSD.org, yongari@FreeBSD.org From: yongari@FreeBSD.org Cc: Subject: Re: misc/155134: Vlan hwtagging on fxp under 7.4-PRERELEASE doesn't work X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2011 18:19:06 -0000 Synopsis: Vlan hwtagging on fxp under 7.4-PRERELEASE doesn't work State-Changed-From-To: open->feedback State-Changed-By: yongari State-Changed-When: Tue Mar 1 18:16:26 UTC 2011 State-Changed-Why: I'm pretty sure TSO and VLAN hardware tagging worked without problems when I firstly implemented that hardware features. AFAIK FreeBSD is the only OS that takes advantage of these features and Intel's public data sheet does not (intentionally) mention VLAN hardware tag insertion/strip feature of controller. The TSO and VLAN hardware tagging is supported on i82550 and i82551 controllers. >From your description of the issue and tcpdump output I don't see any problems. For instance, I see ping for 192.168.3.1 worked and I also see VLAN encapsulation(ether type 0x8100) header in the tcpdump. If VLAN hardware tagging does not work, you wouldn't get any response from 192.168.30.1. So what is your problem? Responsible-Changed-From-To: freebsd-bugs->yongari Responsible-Changed-By: yongari Responsible-Changed-When: Tue Mar 1 18:16:26 UTC 2011 Responsible-Changed-Why: Grab. http://www.freebsd.org/cgi/query-pr.cgi?pr=155134