From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3308D1D1734; Tue, 6 Aug 2024 13:25:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722950720; cv=none; b=ZlrnLYr51lI7lO4J19sghdhaYII4N93VJ2CzFN69lhBxsrVDttU8+9pmyIDLc7qPI86TDjifnXHls+k1CsXepr2yxqK/b6N6JyQ1wirpqEYvqkImFzmu/NhBSYMtkTsD6E0qkwG6p/0yvlc8+qGcE10P/gAdZ2GgX8mK0RxqqZw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722950720; c=relaxed/simple; bh=U5dDV/v2PIx6PWOnrbWyAkbIQP9B98XqOWPeWZdUje8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=vCPw2zxa7Se8B2pzMmU4ePFiquN+RTrE2Rj6vEIb9j913Hx4d9EEm3Q7ss33fqOsMlG8mxwJpAXCYR671BtOFFc3HmqdtqI6OY/c/h2DyNhtk1aI9XXV4/dHYYXYrLkg+KaASYKcLENt6L1NxvDJocm2FAgjEf6CZNhlXA50IYE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 443B368CFE; Tue, 6 Aug 2024 15:25:15 +0200 (CEST) Date: Tue, 6 Aug 2024 15:25:15 +0200 From: Christoph Hellwig To: Daniel Wagner Cc: Jens Axboe , Keith Busch , Sagi Grimberg , Thomas Gleixner , Christoph Hellwig , "Martin K. Petersen" , John Garry , "Michael S. Tsirkin" , Jason Wang , Kashyap Desai , Sumit Saxena , Shivasharan S , Chandrakanth patil , Sathya Prakash Veerichetty , Suganath Prabu Subramani , Nilesh Javali , GR-QLogic-Storage-Upstream@marvell.com, Jonathan Corbet , Frederic Weisbecker , Mel Gorman , Hannes Reinecke , Sridhar Balaraman , "brookxu.cn" , Ming Lei , linux-kernel@vger.kernel.org, linux-block@vger.kernel.org, linux-nvme@lists.infradead.org, linux-scsi@vger.kernel.org, virtualization@lists.linux.dev, megaraidlinux.pdl@broadcom.com, mpi3mr-linuxdrv.pdl@broadcom.com, MPT-FusionLinux.pdl@broadcom.com, storagedev@microchip.com, linux-doc@vger.kernel.org Subject: Re: [PATCH v3 02/15] virito: add APIs for retrieving vq affinity Message-ID: <20240806132515.GB13883@lst.de> References: <20240806-isolcpus-io-queues-v3-0-da0eecfeaf8b@suse.de> <20240806-isolcpus-io-queues-v3-2-da0eecfeaf8b@suse.de> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240806-isolcpus-io-queues-v3-2-da0eecfeaf8b@suse.de> User-Agent: Mutt/1.5.17 (2007-11-01) The title should spell virtio I think, and the commit log could explain a bit more why this is needed.