From owner-freebsd-ppc@freebsd.org Mon Mar 6 17:21:16 2017 Return-Path: Delivered-To: freebsd-ppc@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 14F6CCFBD41 for ; Mon, 6 Mar 2017 17:21:16 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from smtp.fgznet.ch (smtp.fgznet.ch [IPv6:2001:4060:1:1001::14:52]) (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 D1704138F for ; Mon, 6 Mar 2017 17:21:15 +0000 (UTC) (envelope-from andreast-list@fgznet.ch) Received: from [192.168.225.14] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by fgznet.ch (Postfix) with ESMTPSA id 56B8EC837C; Mon, 6 Mar 2017 18:21:12 +0100 (CET) Subject: Re: iflib em/igb on -CURRENT To: Kevin Bowling , FreeBSD PowerPC ML References: From: Andreas Tobler Message-ID: <23b491c4-8d10-5ce0-08dc-b2dbab2540c7@fgznet.ch> Date: Mon, 6 Mar 2017 18:21:12 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: Asterix Submit on 127.0.1.1 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Mar 2017 17:21:16 -0000 On 06.03.17 10:46, Kevin Bowling wrote: > Has anyone tried ppc/ppc64 -CURRENT past January with an intel 1g NIC? > > I'm working through some iommu stuff right now with Matt on sparc64. I > suspect that'll catch anything that'd hit other archs, but I am curious if > things are working or not on ppc right now since we haven't heard any > problem reports. On my POWER5+ the em is broken since 311849. Andreas