From owner-freebsd-hackers@freebsd.org Tue Nov 22 22:29:35 2016 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DD497C4F999 for ; Tue, 22 Nov 2016 22:29:35 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from rayleigh.systella.fr (newton-ipv6.systella.fr [IPv6:2001:7a8:a8ed:253::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "rayleigh.systella.fr", Issuer "rayleigh.systella.fr" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id A25E676A for ; Tue, 22 Nov 2016 22:29:35 +0000 (UTC) (envelope-from joel.bertrand@systella.fr) Received: from [192.168.254.1] (bertrand@rayleigh.systella.fr [192.168.254.1]) (authenticated bits=0) by rayleigh.systella.fr (8.15.2/8.15.2/Debian-6) with ESMTPSA id uAMMTMMb029796 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for ; Tue, 22 Nov 2016 23:29:22 +0100 Subject: Re: RTL 8111G To: freebsd-hackers@freebsd.org References: <582AEEAE.2030702@systella.fr> <58341ECB.8080605@systella.fr> <66187adb-2240-e63f-3800-b454cd4cbc0b@davenulle.org> From: =?UTF-8?Q?BERTRAND_Jo=c3=abl?= Message-ID: <5834C6C2.4070102@systella.fr> Date: Tue, 22 Nov 2016 23:29:22 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0 SeaMonkey/2.40 MIME-Version: 1.0 In-Reply-To: <66187adb-2240-e63f-3800-b454cd4cbc0b@davenulle.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.99.2 at rayleigh X-Virus-Status: Clean X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 22:29:36 -0000 David Marec a écrit : > On 22.11.2016 11:32, BERTRAND Joël wrote: >> >> Anyone ? Does someone try to use this kind of ethernet controller ? > > I m currently running FreeBSD 11 ( after running 10.3 one season ), > with this chipset embedded on the motherboard (MSI H81M-P33) . > > I didn't encounter any issue, but I mostly use this system as a desktop. > > While, at times, It runs a whole night long, to receive zfs backups > from remote servers. Even then, I didn't notice anything that may have > gone wrong. Thanks a lot for your answer. > Just in case, > to pass through the failure on 'M_DONTWAIT', you have to replace this > flag with the /new/ (FreeBSD 9) mbuf allocation parameter: M_NOWAIT. > > But doing so, I guess you'll trigger a error related to another > interface evolution. I don't understand your last sentences. What is the failure on 'M_DONTWAIT' ? My motherboard is also an MSI (mini-ITX, MSI H97I AC). With FreeBSD 10.x driver, ethernet controller randomly hangs (after a long uptime). It doesn't hang with Realtek driver. Regards, JKB