From owner-freebsd-stable@FreeBSD.ORG Wed Sep 25 17:20:39 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4057E5A7; Wed, 25 Sep 2013 17:20:39 +0000 (UTC) (envelope-from oleg@lath.rinet.ru) Received: from lath.rinet.ru (lath.rinet.ru [195.54.192.90]) by mx1.freebsd.org (Postfix) with ESMTP id ED0D524FD; Wed, 25 Sep 2013 17:20:38 +0000 (UTC) Received: by lath.rinet.ru (Postfix, from userid 222) id 04133E32; Wed, 25 Sep 2013 21:20:38 +0400 (MSK) Date: Wed, 25 Sep 2013 21:20:37 +0400 From: Oleg Bulyzhin To: Rumen Telbizov Subject: Re: FreeBSD 9.1 ix driver vlan problem Message-ID: <20130925172037.GA98000@lath.rinet.ru> References: <20130925164053.GB76403@lath.rinet.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Cc: "freebsd-stable@freebsd.org" , Oleg Bulyzhin , Jack Vogel X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Sep 2013 17:20:39 -0000 On Wed, Sep 25, 2013 at 09:57:07AM -0700, Rumen Telbizov wrote: > Thanks for the patch Oleg. > I'll give it a try but I would also like to hear back from Jack. > > Oleg, can you confirm that you're experiencing the exact same > problem/behavior? What kind of switch is connected on the other end? It looks very similar. I've tested with dlink dgs-3620-28tc + Cisco SFP-H10GB-CU1M and (i'm not sure here) with loopback to 2nd port of Intel X520-DA2 card. I've found 2 problems in current ixgbe driver: 1) few seconds link loss on vlan reconfiguration (both create/destroy). 2) if you have configured vlans over ix0 and then run ifconfig ix0 vlanhwfilter your vlans will stop working until you "touch" ix0 vlan configuration (create one more vlan or destroy existing one). Patch solves both for me. -- Oleg. ================================================================ === Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru === ================================================================