From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933388AbaFIPQB (ORCPT ); Mon, 9 Jun 2014 11:16:01 -0400 Received: from mail-vc0-f179.google.com ([209.85.220.179]:47374 "EHLO mail-vc0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751611AbaFIPP6 (ORCPT ); Mon, 9 Jun 2014 11:15:58 -0400 MIME-Version: 1.0 In-Reply-To: <5395CE64.6040402@fb.com> References: <1402057225-7312-1-git-send-email-m@bjorling.me> <1402057225-7312-2-git-send-email-m@bjorling.me> <5395BFF2.2080402@fb.com> <5395CE64.6040402@fb.com> Date: Mon, 9 Jun 2014 23:15:58 +0800 Message-ID: Subject: Re: [PATCH v6] NVMe: conversion to blk-mq From: Ming Lei To: Jens Axboe Cc: =?UTF-8?Q?Matias_Bj=C3=B8rling?= , Matthew Wilcox , Keith Busch , "Sam Bradshaw (sbradshaw)" , Linux Kernel Mailing List , linux-nvme Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 9, 2014 at 11:10 PM, Jens Axboe wrote: > On 2014-06-09 09:07, Ming Lei wrote: > > You are right, I didn't get to the bottom of the thread first. > Might be better to just have ->start_time set always, regardless of io stats > being enabled or not. Yes, just like what non-mq code did. Thanks, -- Ming Lei From mboxrd@z Thu Jan 1 00:00:00 1970 From: tom.leiming@gmail.com (Ming Lei) Date: Mon, 9 Jun 2014 23:15:58 +0800 Subject: [PATCH v6] NVMe: conversion to blk-mq In-Reply-To: <5395CE64.6040402@fb.com> References: <1402057225-7312-1-git-send-email-m@bjorling.me> <1402057225-7312-2-git-send-email-m@bjorling.me> <5395BFF2.2080402@fb.com> <5395CE64.6040402@fb.com> Message-ID: On Mon, Jun 9, 2014@11:10 PM, Jens Axboe wrote: > On 2014-06-09 09:07, Ming Lei wrote: > > You are right, I didn't get to the bottom of the thread first. > Might be better to just have ->start_time set always, regardless of io stats > being enabled or not. Yes, just like what non-mq code did. Thanks, -- Ming Lei