Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1DB2DC7618D for ; Mon, 20 Mar 2023 12:57:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229506AbjCTM5P (ORCPT ); Mon, 20 Mar 2023 08:57:15 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231442AbjCTM4o (ORCPT ); Mon, 20 Mar 2023 08:56:44 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F125818B1E; Mon, 20 Mar 2023 05:55:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=ADLNbCBgARDvGliHTHsRdELELKEzlWyTEbb1tm2A9/c=; b=GMRbDaSTe+fcRst0OrIuX0irjc Na41Xcouc+1VcuTRyNwCUNGMZvIskZisv6JaurOnwGkqpHzXkPtV+48aJeU78jwYvy6FyQrcqQUJX Hk+ISH5eVK+k4PHookOCMR4wRxHqyNwTYxOM0kwO5WA+lKpJ2qzqjCPW0K4/yXv9MQICPnnq1b6cx /w4VMJXqUCWgU3K3G3pLDzJ2hOC8x2Js9HOgycgVgXOXWXIoFsLfMncosIn/tHhbyREnjKdYeC7lP wjKHW7sgFi61LOE7Gp29R/CdS4oY7w8USgxDhsp8SKxB/WxmsRxppbt8VFTxnykM3uF/o2SBKpGJj Widf4exw==; Received: from hch by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1peF2V-0091J8-13; Mon, 20 Mar 2023 12:55:03 +0000 Date: Mon, 20 Mar 2023 05:55:03 -0700 From: Christoph Hellwig To: Jaegeuk Kim Cc: Christoph Hellwig , linux-kernel@vger.kernel.org, linux-scsi@vger.kernel.org, "Martin K . Petersen" , Bart Van Assche , Adrian Hunter , Avri Altman , Bean Huo , Stanley Chu , Can Guo Subject: Re: [PATCH] scsi: ufs: support IO traces for zoned block device Message-ID: References: <20230215190448.1687786-1-jaegeuk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 27, 2023 at 03:15:51PM -0800, Jaegeuk Kim wrote: > On 02/15, Christoph Hellwig wrote: > > Why does UFS even have it's own common tracing instad of just relying > > on the core SCSI one, and even worse pokes into command set specifics > > which is a no-go for LLDDs. This code simply needs to go away instead > > of beeing "enhanced". > > I'm not sure how all the other vendors use the trace tho, at least to me, > it's quite useful when debugging any UFS-specific information such as > group_id The group ID isn't even ever set, how can it be useful to you?