From owner-freebsd-net@FreeBSD.ORG Fri Mar 14 00:17:16 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 457CB106566B for ; Fri, 14 Mar 2008 00:17:16 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from el-out-1112.google.com (el-out-1112.google.com [209.85.162.180]) by mx1.freebsd.org (Postfix) with ESMTP id CC7268FC13 for ; Fri, 14 Mar 2008 00:17:15 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by el-out-1112.google.com with SMTP id v27so2117837ele.12 for ; Thu, 13 Mar 2008 17:17:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; bh=MkS6MWXN5gTUswCWBbxQVGGBEmpHtnHrPLn4PVtMivI=; b=Z7Z9wMn9MjyKxsSxg4bqeSrG+8MVK/SyGJlWiLfmAM1rZtTAEmt+FEBiESkKe8S/BtTr4JBV5+LpkkHY1xAKJghwbHjxWoO6OMFDAiXKakd0mL210Lq2p9kZmaw89nmR3OGawMmlVYBqLEzKgPeTSxAPzMLh6e9ggRTwlrLC1Mw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=oPDGWR7FyHuYiXiid484cZKuf3a86PiVj0VSf8g9Ct3khW32GLxj37+zT/spFfLCprJ932939ujvuwTH4L+14ok1DxdUXKeXegSwdiQEfXGrwTxuJ7LK4JQsXYHR1lbDtQqQgnoElWfSR1qd6g7pSSVx14zbrk+o9CI009uFCuk= Received: by 10.151.78.15 with SMTP id f15mr5810691ybl.187.1205453834920; Thu, 13 Mar 2008 17:17:14 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTPS id 9sm19978096wrl.31.2008.03.13.17.17.11 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 13 Mar 2008 17:17:13 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m2E0H66s022991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Mar 2008 09:17:06 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m2E0H5Kf022990; Fri, 14 Mar 2008 09:17:05 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 14 Mar 2008 09:17:04 +0900 From: Pyun YongHyeon To: Giulio Ferro Message-ID: <20080314001704.GA22788@cdnetworks.co.kr> References: <47D7C34E.8060805@zirakzigil.org> <47D817D2.9010306@errno.com> <47D8499A.5070605@zirakzigil.org> <20080313033029.GF16972@cdnetworks.co.kr> <47D92F9D.4070701@zirakzigil.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <47D92F9D.4070701@zirakzigil.org> User-Agent: Mutt/1.4.2.1i Cc: Andrew Thompson , freebsd-net@freebsd.org Subject: Re: VLAN trunking and fragmentation X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Mar 2008 00:17:16 -0000 On Thu, Mar 13, 2008 at 02:43:57PM +0100, Giulio Ferro wrote: > Pyun YongHyeon wrote: > >To rule out other possible issues, would you try the following > >files on your box? > > > >http://people.freebsd.org/~yongari/re/if_re.c > >http://people.freebsd.org/~yongari/re/if_rereg.h ^^^^^^^^^^ Should be read if_rlreg.h > > > > > The latter is if_rlreg.h, I guess... Oops, yes. > > Anyway they don't compile: > Maybe you don't copy if_rlreg.h to /usr/src/sys/pci directory? The above files have latest fixes I'd like to commit and it should build without problems on CURRENT/RELENG_7/7.0-RELEASE. -- Regards, Pyun YongHyeon