From owner-freebsd-current@FreeBSD.ORG Tue Jul 15 08:43:03 2014 Return-Path: Delivered-To: freebsd-current@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 27219A1C; Tue, 15 Jul 2014 08:43:03 +0000 (UTC) Received: from mail-vc0-x233.google.com (mail-vc0-x233.google.com [IPv6:2607:f8b0:400c:c03::233]) (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 C42C82C8B; Tue, 15 Jul 2014 08:43:02 +0000 (UTC) Received: by mail-vc0-f179.google.com with SMTP id id10so9426257vcb.38 for ; Tue, 15 Jul 2014 01:43:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=skgA9jSlAnEkimEGSYlRjj+9OoTI8li8XYSB7xBlNbA=; b=dFyzRAlpalYRmsWBOFt+XiS7ag80T9/JYZCEhPjPc6G67vZlgD06FBPGmZl+jpouzV t2/bFOZ0RnRJ0ywAJueRjJcXuscY6X1BfqYV8OD9If3hxb85kpw/OVQoT9XN2wwp1Ys6 1FyP/NkZIbRAKJ6eWFa6is9SUrzb50QLGo2vSErCJm+F8LEt2owQa4Wv8ANitBlAKOf0 IxCF+wi8PHLO0ZisV3NsouuVmfd+srvMpVv9cl402tEnW9qBwVKmrOBP7vuAbHE07acq c3yVZ6TnyxS1HrGDeYpuAygTGLuEo7FNccecJptzizWrXQ1hc+Tyh1b3k2W3iHrmykZU XSxA== MIME-Version: 1.0 X-Received: by 10.58.15.129 with SMTP id x1mr926582vec.2.1405413781836; Tue, 15 Jul 2014 01:43:01 -0700 (PDT) Received: by 10.58.161.102 with HTTP; Tue, 15 Jul 2014 01:43:01 -0700 (PDT) In-Reply-To: References: <453BA9EC-BB63-4258-8141-847F41315E1E@sarenet.es> <6C8CF68D-68E2-4168-AA0A-6A629D363371@sarenet.es> Date: Tue, 15 Jul 2014 10:43:01 +0200 Message-ID: Subject: Re: Fix Emulex "oce" driver in CURRENT From: Stefano Garzarella To: Borja Marcos Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: "freebsd-net@freebsd.org" , freebsd-current , Luigi Rizzo , Xin LI 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, 15 Jul 2014 08:43:03 -0000 I used the "oce" driver in CURRENT. I think that this patch in combination with the previous one should work in 10-STABLE. I have only tested if it works with CURRENT, but now I try if it works with 10-STABLE and I'll send you some feedback. Cheers, Stefano 2014-07-15 10:28 GMT+02:00 Borja Marcos : > > On Jul 15, 2014, at 10:22 AM, Stefano Garzarella wrote: > > > Hi, > > I found other problems in the "oce" driver during some experiments with > > netmap in emulation mode. > > What about driver version 10.0.747.0? At least in my configuration it > works perfectly, no crashes despite keeping it running for several days at > full bandwidth. > > I have a server about to go into production. Should this patch work on > 10-STABLE? > > > > > > > Borja. > > > -- Stefano Garzarella