From owner-freebsd-net@FreeBSD.ORG Sat Dec 6 18:55:53 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 33A011065672 for ; Sat, 6 Dec 2008 18:55:53 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 05F918FC17 for ; Sat, 6 Dec 2008 18:55:52 +0000 (UTC) (envelope-from samflanker@gmail.com) Received: by wa-out-1112.google.com with SMTP id m34so241666wag.27 for ; Sat, 06 Dec 2008 10:55:52 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; 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; bh=DeadQQXYPhyqVy7V4Q5PGk1lm1GKlZjrkzW/vzn5Gww=; b=clTX+ZnQ4lRqwZSSEV4/ncdfX5vWlmY+an8EQorekgKQCw3rYzl519KekzFqPqQnds jj8K5alS9MytXOKk/iuy/H7k0Mv85fwigFHUvWKo/C/HUzA5i7XzBooywoELCpoyuCLt Morq7L4c4bgRzr3D/JMTvz94sqfdIOm9sAkXg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=HNnA+MCIA3vnv38cH5MwfWw0bzr4ge2GlNJRFUNMYfj7wgO2l2TggO+eCiC5nR5LiZ 3M/f4cuhxjAe7HF5nwm6eIt8nKvCohkP8tpy7n0s7Rw96h0e1zdS4Vf3nyG5tPq2stm1 YqxmqQkBm6xLqw1NngVwJl8MeHSlYQHdKfJPA= Received: by 10.115.78.1 with SMTP id f1mr1073105wal.157.1228589752694; Sat, 06 Dec 2008 10:55:52 -0800 (PST) Received: by 10.114.135.19 with HTTP; Sat, 6 Dec 2008 10:55:52 -0800 (PST) Message-ID: Date: Sat, 6 Dec 2008 21:55:52 +0300 From: "Vladimir Ermakov" To: pyunyh@gmail.com In-Reply-To: <20081206022205.GD22093@cdnetworks.co.kr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <49392FDD.8050209@gmail.com> <20081206022205.GD22093@cdnetworks.co.kr> Cc: freebsd-net@freebsd.org Subject: Re: vlan support trouble in if_sis driver ? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Dec 2008 18:55:53 -0000 > I don't have sis(4) hardwares so I'm not sure it's bug. Since you > see Ierrs on parent interface sis0, I guess the hardware might set > a giant bit when it receives VLAN frames. Driver might think it > received errored frames which in turn make driver drop these VLAN > frames. Thanks, your patch fixes a problem with the card (sis). in the output of netstat no errors and files downloaded through fget what tests need to try? /Vladimir Ermakov