From owner-svn-src-all@FreeBSD.ORG Thu May 7 05:22:36 2015 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A7665FE; Thu, 7 May 2015 05:22:36 +0000 (UTC) Received: from mail-wg0-x230.google.com (mail-wg0-x230.google.com [IPv6:2a00:1450:400c:c00::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1D1661566; Thu, 7 May 2015 05:22:36 +0000 (UTC) Received: by wgyo15 with SMTP id o15so31930040wgy.2; Wed, 06 May 2015 22:22:33 -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=4vR8Sk9bqfZI5BV1mpuhEoD/R7LKhYZI8fe4nleVZzo=; b=HKgf2rUHPRigIcLSonqq9KJWfngpf5mnpnB6VoxTaCPNBiqZeFoZWFsisTy2liEyNS SPx7TQ5mvcPIy79zmb37zMasGokDgV2ad8P6C1jT2pQ2fPwijm4VfwEq5iJosS+NkeTu aFFJyADFlOZ3+VckK6a+AXLxvo4cjRCvlJbwxM7t4/3B1S+BBvcRH/IGUJjbHFENd7v+ i4nnqeCiGhWA5+kjxMXznpd0v8wl4UiF3NIWhFbFCJNRTtjfsjZuq4HoTeYlcE3REAmW huJQL7MN/8DuMUgz4nVxKgnqE0lwGpsKvYuWPuATcYjLA+t5jcStYguiNntusE/5d573 yImw== MIME-Version: 1.0 X-Received: by 10.180.91.137 with SMTP id ce9mr3180410wib.76.1430976153359; Wed, 06 May 2015 22:22:33 -0700 (PDT) Received: by 10.27.52.18 with HTTP; Wed, 6 May 2015 22:22:33 -0700 (PDT) In-Reply-To: <5549E62F.8000508@FreeBSD.org> References: <201505041955.t44Jt28d008533@svn.freebsd.org> <5549E62F.8000508@FreeBSD.org> Date: Wed, 6 May 2015 22:22:33 -0700 Message-ID: Subject: Re: svn commit: r282429 - head/usr.sbin/bhyve From: Neel Natu To: Alexander Motin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 May 2015 05:22:36 -0000 Hi Alexander, On Wed, May 6, 2015 at 3:00 AM, Alexander Motin wrote: > On 06.05.2015 08:04, Neel Natu wrote: >> Hi Alexander, >> >> I am getting the following error(?) messages with an ahci-cd device on >> Centos 6.4 x86_64: > > Thanks for the report, r282524 should fix the issue. > Thanks, that does fix the issue. best Neel >> On Mon, May 4, 2015 at 12:55 PM, Alexander Motin wrote: >>> Author: mav >>> Date: Mon May 4 19:55:01 2015 >>> New Revision: 282429 >>> URL: https://svnweb.freebsd.org/changeset/base/282429 >>> >>> Log: >>> Implement in-order execution of non-NCQ commands. >>> >>> Using status updates in r282364, block queue on BSY, DRQ or ERR bits set. >>> This can be a performance penalization for non-NCQ commands, but it is >>> required for proper error recovery and standard compliance. >>> >>> MFC after: 2 weeks >>> >>> Modified: >>> head/usr.sbin/bhyve/pci_ahci.c > > -- > Alexander Motin