From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 8F95B1A76BB; Thu, 14 May 2026 00:23:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778718195; cv=none; b=QackDUH583WvsQQyLr7iq3Uz2Dk9Gxmx0uJEjgwwNykUZwpj9OFkceqmme8tQZUZNB/nmTYHLlGu4pfilXDWFUbCHwak9NwEuPKCDs4yfVfOGzrk7REkJgjBwpeCxQ2XuwJXQoJOBeK4kHRRyTnCLFh2vOYfCydz7A1X7RrgB7g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1778718195; c=relaxed/simple; bh=LBlMw0rC/Sl8ZWesQ3L3vS8PBcEnOpafwNwjAK7J3iU=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=BHECixMfzGrGQchd3Y8xYPbjnyIr4o67Iw6k4yARYxAjKF/FXeraE9iLKRtR0I5fj5jdUP+bQIn+4Kouw93cejsbkSbKlWib8EQ1/3sYP8+5Y14YU1Duqllr9Fd8DlQ7ibOlg5Mqz/4r5tk0mypiRe6ahJ3Tr5QDok5Y7faG+xg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RkoSgbwJ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="RkoSgbwJ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E7FF5C19425; Thu, 14 May 2026 00:23:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1778718195; bh=LBlMw0rC/Sl8ZWesQ3L3vS8PBcEnOpafwNwjAK7J3iU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RkoSgbwJmWqPbAJACPMSC+HRD/oGmlD1NBCewEkZD/y6GGmQCUp7UsWoaDa6VQVKR j5YcMDdAJxtd6DSDkTtSEB4d4hIE53Ax9oE8tWb2LLjfYfd7dQXD74tlaQ9O5UfnTR kxOD5neDOHvn3e+KR7hvEX/pNYzJapeWcc4XdjYfBvf8knC5uhIyBjLSznP33AcMlO Ef9+GyYrc44ZtILO7gFlUcRaTJtd3Ax/2QfE/uMR2J+xWkQM+9oh4MLDvOSqN2RZKG 3r1biYWk2pz8ENekFtXKwgY++ARTkubNfrFw0B+lXM5QZs3Ndb+J8vQPgntTuRwVhJ +NCXfxCIm40tA== Date: Wed, 13 May 2026 17:23:14 -0700 From: Jakub Kicinski To: Leon Romanovsky Cc: Eric Joyner , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, Brett Creeley , Andrew Lunn , "David S. Miller" , Eric Dumazet , Paolo Abeni , Abhijit Gangurde , Allen Hubbe , Jason Gunthorpe , Greg Kroah-Hartman Subject: Re: [PATCH net-next 3/4] RDMA/ionic: Add debugfs support Message-ID: <20260513172314.35e71e7b@kernel.org> In-Reply-To: <20260513072113.GE15586@unreal> References: <20260506041935.1061-1-eric.joyner@amd.com> <20260506041935.1061-4-eric.joyner@amd.com> <20260513072113.GE15586@unreal> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 13 May 2026 10:21:13 +0300 Leon Romanovsky wrote: > 3. The patch is too large and exposes too many details that should be > gathered through the FW (fwctl). Why? What's wrong with debugfs? Much easier for people to access.