From owner-freebsd-current@FreeBSD.ORG Tue Jul 1 20:24:29 2014 Return-Path: Delivered-To: freebsd-current@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 ESMTPS id 1DA68C15 for ; Tue, 1 Jul 2014 20:24:29 +0000 (UTC) Received: from mail-lb0-x229.google.com (mail-lb0-x229.google.com [IPv6:2a00:1450:4010:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BD322B12 for ; Tue, 1 Jul 2014 20:24:28 +0000 (UTC) Received: by mail-lb0-f169.google.com with SMTP id l4so7395237lbv.0 for ; Tue, 01 Jul 2014 13:24:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:cc:content-type; bh=4egX6sEPVa7SlsztlcRUikw1OOL/DNhM05sjXWq/jsI=; b=1C5VhZgjFw1fcIAMHMS4BB0yNeZu8W1EavhF2KboHnD7getstRBH0gnFDrcyzEvlFe y8g0BtGWugCxGB9NoLYXY22xe2ituQ1Q426RTPHhGtYGku8Yc5NSdCrQ4+gp1oGbviz+ lRBsUsmRBuDkQ7+S/rsJmsqxIw4PkdZ3IFSvbBXEwSpM/rsBuWYYNuVswjDLlR9oTzLw FyyZmCSrEj3kfE8qVxecr6hUTtzDdfWY68Yixc22y6bnP3LGXKxQdbZZcMLjMqHN//tM 1C+x2I2sqEPmcj1Zpm3rOBgzvcx2x+9pa+3tXC/VRfAaZMBjz6Y06e0LZIJ7BBfXjsZd vUFg== MIME-Version: 1.0 X-Received: by 10.152.9.234 with SMTP id d10mr3541310lab.56.1404246266576; Tue, 01 Jul 2014 13:24:26 -0700 (PDT) Sender: rizzo.unipi@gmail.com Received: by 10.114.22.100 with HTTP; Tue, 1 Jul 2014 13:24:26 -0700 (PDT) Date: Tue, 1 Jul 2014 22:24:26 +0200 X-Google-Sender-Auth: YXOWPw_BXvEefu8AW-mCHvDzyH4 Message-ID: Subject: Re: Fix Emulex "oce" driver in CURRENT From: Luigi Rizzo To: borjam@sarenet.es Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: freebsd-current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Jul 2014 20:24:29 -0000 On Tue, Jul 1, 2014 at 8:58 PM, wrote: > El 30.06.2014 18:36, Stefano Garzarella escribi=C3=B3: > > Hello, >> I had problems during some experiments with Emulex and "oce" driver in >> CURRENT. >> I found several bugs in the "oce" driver and this patch fixes them. >> > > At least with some cards, the driver simply does not work. It causes a > panic when there is some traffic. > > The relevant bug report is here. > > https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D183391 > > The latest version available from the Emulex website works. But the > version bundled with 9.3 and at least -STABLE (which is the same version > bundled with -CURRENT) does cause panics on 10- and 9- > =E2=80=8Bi compared the code on the emulex website (10.0.747.0 ?) with the one in HEAD and it does not seem=E2=80=8B much different, but perhaps you have some other version in mind ? The bugs found by stefano exist also in the emulex version above. cheers luigi