From owner-freebsd-stable@FreeBSD.ORG Fri Jan 16 18:19:42 2015 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 56ACD6EA for ; Fri, 16 Jan 2015 18:19:42 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (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 DFE9598E for ; Fri, 16 Jan 2015 18:19:41 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so21706463wes.1 for ; Fri, 16 Jan 2015 10:19:40 -0800 (PST) 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=AHUQ3/rhi1/VHomrfAon4Sl20Fg2KupwKoZlGAgjw3U=; b=z6oHPWE1b534CQFREKGRVziNHHxfFo/YbIjx01ujJmQtwlLg4yyRJTbwxJlvW21Vp6 RWiugubgfyXQP/p6kM9DmOUhepFg3Na+RR4aA4Ef94ghSD3tnJ6F/sl49TQh8gOzRug2 rBW3I0hN4cKGCew1+H31UaBl7ncK/Ws1YDsTdSSu5CmvZLTGckMSqwB3aprWCcNuDxjX TfeqsQiXAPGLUPU9uOtqpHO+CynUeuQ2y78ynVy/kLoU3Ag3bVuSU35T5rQIVLZhHslx Z3DJ2y8UYeoVZuBdimDm9A5kZiGjixt2a9GtJnogWC0ZqrQbtRVtIYWV+LgF7BnYclBx ru8w== MIME-Version: 1.0 X-Received: by 10.180.210.228 with SMTP id mx4mr8768744wic.57.1421432380261; Fri, 16 Jan 2015 10:19:40 -0800 (PST) Received: by 10.27.6.143 with HTTP; Fri, 16 Jan 2015 10:19:40 -0800 (PST) In-Reply-To: <54B8C7E9.3030602@gmail.com> References: <54B7F769.40605@gmail.com> <20150115175927.GA19071@zxy.spb.ru> <54B8C7E9.3030602@gmail.com> Date: Fri, 16 Jan 2015 10:19:40 -0800 Message-ID: Subject: Re: Poor performance on Intel P3600 NVME driver From: Chuck Tuffli To: Mihai Vintila Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-stable@freebsd.org" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jan 2015 18:19:42 -0000 On Fri, Jan 16, 2015 at 12:12 AM, Mihai Vintila wrote: > I've tried to increase it and obtained around 90k iops for write, but now i > only get : > > nvme0: WRITE sqid:6 cid:125 nsid:1 lba:3907028496 len:16 > nvme0: WRITE FAULTS (02/80) sqid:6 cid:125 cdw0:0 > nvme0: async event occurred (log page id=0x1) > nvme0: WRITE sqid:6 cid:126 nsid:1 lba:528 len:16 > nvme0: WRITE FAULTS (02/80) sqid:6 cid:126 cdw0:0 > nvme0: async event occurred (log page id=0x1) > nvme0: WRITE sqid:6 cid:127 nsid:1 lba:3907027984 len:16 > nvme0: WRITE FAULTS (02/80) sqid:6 cid:127 cdw0:0 > nvme0: async event occurred (log page id=0x1) If it helps, 02/80 means media error / LBA out of range, and log page 0x1 contains command error information which will probably show that the starting LBA field for the write command was the issue. --chuck