From mboxrd@z Thu Jan 1 00:00:00 1970 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 lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 81DC7C2BBCA for ; Tue, 25 Jun 2024 14:40:12 +0000 (UTC) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=oK1oA7w2; dkim-atps=neutral Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4W7nYP74pFz3fph for ; Wed, 26 Jun 2024 00:40:09 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=oK1oA7w2; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=139.178.84.217; helo=dfw.source.kernel.org; envelope-from=kuba@kernel.org; receiver=lists.ozlabs.org) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4W7nXd3mWbz3bsj for ; Wed, 26 Jun 2024 00:39:29 +1000 (AEST) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id DF8F061491; Tue, 25 Jun 2024 14:39:27 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17AB2C32781; Tue, 25 Jun 2024 14:39:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1719326367; bh=LyB86D3k1vBzWqSbP53281A2OWOSd8SaUo1kRPk9I8A=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oK1oA7w2L4+qOb1hhZC+cUiVIQH5UemsLT3orNl2Xe7zTjApMTptv0Ugu83Y+GFfZ lXx9HFddmRZG4j4mB4pi6rpOKEtIDe9IY45uOhyeQ9SGbjRpbDDOZsDCwkPruEXa+w yAfW2a1klXD7gKpKIgB7YafR4rX2jzLnLy5pBH8b8fWRk0hI/zVb9VkIVeDe7uDbLc rnE+uIVRh/z35hyz8KLao0dgq1MoAxQxbONe1AtmRyAJs5xoNnb0xVsORSGshrzw54 o8Ymto7TJ7g8eBIvK4k6fo7D/V14FfRWZfSnYXtIZhc943Xjn1+TJL9MD/4pOaLSBQ haeZv6CaJPm9g== Date: Tue, 25 Jun 2024 07:39:26 -0700 From: Jakub Kicinski To: Breno Leitao Subject: Re: [PATCH 1/4] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST Message-ID: <20240625073926.15591595@kernel.org> In-Reply-To: <20240624162128.1665620-1-leitao@debian.org> References: <20240624162128.1665620-1-leitao@debian.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Herbert Xu , Horia =?UTF-8?B?R2VhbnTEgw==?= , Gaurav Jain , netdev@vger.kernel.org, Roy.Pledge@nxp.com, open list , Pankaj Gupta , horms@kernel.org, linuxppc-dev@lists.ozlabs.org, linux-arm-kernel@lists.infradead.org Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Mon, 24 Jun 2024 09:21:19 -0700 Breno Leitao wrote: > As most of the drivers that depend on ARCH_LAYERSCAPE, make FSL_DPAA > depend on COMPILE_TEST for compilation and testing. > > # grep -r depends.\*ARCH_LAYERSCAPE.\*COMPILE_TEST | wc -l > 29 Cover letter would be good.. Herbert, (Pankaj | Gaurav | Horia) - no rush but once reviewed can we take this via netdev (or a shared branch)? As Breno linked we want to change the netdev allocation API, this is the last chunk of drivers we need to convert.