From owner-freebsd-net@FreeBSD.ORG Wed Jun 17 12:52:14 2015 Return-Path: Delivered-To: freebsd-net@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1CB070D for ; Wed, 17 Jun 2015 12:52:14 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from cu01176a.smtpx.saremail.com (cu01176a.smtpx.saremail.com [195.16.150.151]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 71110A70 for ; Wed, 17 Jun 2015 12:52:14 +0000 (UTC) (envelope-from borjam@sarenet.es) Received: from [172.16.2.2] (izaro.sarenet.es [192.148.167.11]) by proxypop03.sare.net (Postfix) with ESMTPSA id 6139F9DDFBD; Wed, 17 Jun 2015 14:42:13 +0200 (CEST) Subject: Re: oce(4) promiscous mode bug(?) Mime-Version: 1.0 (Apple Message framework v1283) Content-Type: text/plain; charset=windows-1252 From: Borja Marcos In-Reply-To: <5581427D.9070007@genossen.ru> Date: Wed, 17 Jun 2015 14:42:11 +0200 Cc: freebsd-net@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <106C87E2-7097-416B-841B-B1C4D74E9ABA@sarenet.es> References: <5581427D.9070007@genossen.ru> To: Sergey Akhmatov X-Mailer: Apple Mail (2.1283) X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Jun 2015 12:52:14 -0000 On Jun 17, 2015, at 11:48 AM, Sergey Akhmatov wrote: > Hi, >=20 > I=92ve got problems with HP NC550SFP NIC = (http://www.emulex.com/products/ethernet-networking-storage-connectivity/e= thernet-networking-adapters/hp-branded/nc550sfp/overview/ ) Beware The driver was unusable until fixes were applied on 21st December. http://svnweb.freebsd.org/base/stable/10/sys/dev/oce/?view=3Dlog Better use a recent 10-STABLE if possible. Borja.