From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:50241 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751332AbdBYCyh (ORCPT ); Fri, 24 Feb 2017 21:54:37 -0500 Subject: Re: [PATCH V2 1/3] blk-mq: allocate blk_mq_tags and requests in correct node To: Shaohua Li , , References: CC: , From: Jens Axboe Message-ID: Date: Fri, 24 Feb 2017 19:54:24 -0700 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Sender: linux-block-owner@vger.kernel.org List-Id: linux-block@vger.kernel.org On 02/01/2017 10:53 AM, Shaohua Li wrote: > blk_mq_tags/requests of specific hardware queue are mostly used in > specific cpus, which might not be in the same numa node as disk. For > example, a nvme card is in node 0. half hardware queue will be used by > node 0, the other node 1. Applied 1-3 for this series, thanks Shaohua! -- Jens Axboe