From owner-freebsd-net@FreeBSD.ORG Wed Jun 18 14:07:45 2014 Return-Path: Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62DB32B0 for ; Wed, 18 Jun 2014 14:07:45 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 49E66276A for ; Wed, 18 Jun 2014 14:07:45 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.8/8.14.8) with ESMTP id s5IE7jgi064722 for ; Wed, 18 Jun 2014 15:07:45 +0100 (BST) (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 183391] [oce] 10GbE networking problems with Emulex OCE 11102 CNA Date: Wed, 18 Jun 2014 14:07:45 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 9.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: borjam@sarenet.es X-Bugzilla-Status: In Discussion X-Bugzilla-Priority: Normal X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 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, 18 Jun 2014 14:07:45 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=183391 --- Comment #12 from borjam@sarenet.es --- I've compiled the latest driver supplied by Emulex. Jun 18 17:47:22 pruebas kernel: oce0: mem 0xdf478000-0xdf47bfff,0xdf480000-0xdf49ffff,0xdf4a0000-0xdf4bffff irq 38 at device 0.0 on pci3 Jun 18 17:47:22 pruebas kernel: oce1: mem 0xdf47c000-0xdf47ffff,0xdf4c0000-0xdf4dffff,0xdf4e0000-0xdf4fffff irq 45 at device 0.1 on pci3 Running with this latest driver on 9.3-BETA3 it doesn't crash or freeze. At least I managed to keep a lot of traffic running for a couple of minutes. The driver doesn't compile cleanly, I just commented out a couple of ifdefs and probably I broke something. Some adult please check this ;) --- oce_if.c 2014-06-18 17:33:34.000000000 +0200 +++ oce_if.c.orig 2013-12-05 14:26:55.000000000 +0100 @@ -1232,7 +1232,7 @@ } -// #if __FreeBSD_version >= 1000000 +#if __FreeBSD_version >= 1000000 static __inline void drbr_stats_update(struct ifnet *ifp, int len, int mflags) { @@ -1242,7 +1242,7 @@ ifp->if_omcasts++; #endif } -// #endif +#endif static int oce_multiq_transmit(struct ifnet *ifp, struct mbuf *m, struct oce_wq *wq) -- You are receiving this mail because: You are the assignee for the bug.