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 mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by smtp.lore.kernel.org (Postfix) with ESMTP id 75FE5C5DF81 for ; Thu, 20 Aug 2026 13:51:59 +0000 (UTC) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BFA6840150; Thu, 20 Aug 2026 15:51:58 +0200 (CEST) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mails.dpdk.org (Postfix) with ESMTP id 32331400EF for ; Thu, 20 Aug 2026 15:51:57 +0200 (CEST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 9A0E9153B; Thu, 20 Aug 2026 06:51:52 -0700 (PDT) Received: from [10.1.36.55] (JR4XG4HTQC.cambridge.arm.com [10.1.36.55]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 4BD923F763; Thu, 20 Aug 2026 06:51:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1787233916; bh=BAockXz+OxRlmaJtSvuUgbdAmUrH2NHs5eZg0O10EQY=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Hs0B9TaCVxy5pyC4BSSoyKZiDn95a8+AIBBKiXlA0aJEBFP7CXqvI47YAhgBHA6oE xVHkO01mE10k6yJdgCJDqoqROX6X60lV2x2X4Mwh1acFyn1CZ83Doww6mLfOjCYIgK +xeFM59J8rOm0un30rWShxVw9+et9le0Cq+VZ4mQ= Message-ID: Date: Thu, 20 Aug 2026 14:51:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v7 3/7] dts: move context from framework to API Content-Language: en-GB To: Andrew Bailey , dev@dpdk.org, patrickrobb1997@gmail.com Cc: knimoji@iol.unh.edu, lylavoie@iol.unh.edu, dladd@iol.unh.edu, Dean Marx References: <20260806135346.568766-1-abailey@iol.unh.edu> <20260807161642.122310-1-abailey@iol.unh.edu> <20260807161642.122310-4-abailey@iol.unh.edu> From: Luca Vizzarro In-Reply-To: <20260807161642.122310-4-abailey@iol.unh.edu> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org This is mostly ok as context is mostly a definition. The problem here is that this also contains the context state variable which should not be exposed publicly and should not reside in the api package.