From owner-freebsd-stable@freebsd.org Sun Jun 3 19:36:18 2018 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6BD13FF18DB for ; Sun, 3 Jun 2018 19:36:18 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from constantine.ingresso.co.uk (unknown [IPv6:2a02:b90:3002:411::3]) (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 ECBA477A88; Sun, 3 Jun 2018 19:36:17 +0000 (UTC) (envelope-from petefrench@ingresso.co.uk) Received: from ec2-35-176-108-86.eu-west-2.compute.amazonaws.com ([35.176.108.86] helo=foula.local) by constantine.ingresso.co.uk with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.89 (FreeBSD)) (envelope-from ) id 1fPYnW-00052D-Ay; Sun, 03 Jun 2018 19:36:14 +0000 Subject: Re: Ryzen issues on FreeBSD ? (with sort of workaround) To: Mike Tancsa , Don Lewis Cc: eric@vangyzen.net, freebsd-stable@freebsd.org, freebsd@hda3.com, avg@freebsd.org References: <0e8b197f-15b2-b865-b532-cee2a20f2b42@ingresso.co.uk> <2a54be25-f845-e493-37e7-403247383e9e@sentex.net> From: Pete French Message-ID: Date: Sun, 3 Jun 2018 20:36:28 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:52.0) Gecko/20100101 Thunderbird/52.8.0 MIME-Version: 1.0 In-Reply-To: <2a54be25-f845-e493-37e7-403247383e9e@sentex.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Jun 2018 19:36:18 -0000 On 03/06/2018 18:49, Mike Tancsa wrote: > I have c-states disabled on the ryzen both for FreeBSD and Linux. To > disable SMP on the Epyc doesnt seem to be possible. But then again kill > off 31 cores is a heavy cost to pay for stability :( When I am back at > the office, I will see if a recent checkout of HEAD still freezes the Epyc. Agreed about the performance hit turning off SMP! Am hoping its a temporary thing, and if we can show it *is* SMP then maybe that will hepl with a fix, as there cant be that many places where SMP is handled differently to real cores I would think. If you could test then that would be great! cheers, -pete.