From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 82B9B468D6; Wed, 11 Jun 2025 15:24:50 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0075D4066F; Wed, 11 Jun 2025 15:24:50 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 3D437402EF for ; Wed, 11 Jun 2025 15:24:48 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1213) id 036722115193; Wed, 11 Jun 2025 06:24:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 036722115193 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1749648287; bh=ClNOc0boAtM1ftjlZR8H+0EaF8G65Qyl4/GVKMz5tF4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VMqzQy72Qx+PxemTR2hkRE9DFzeaSW9VCOADzxIjEn2crnGryaZLzHEBphRAWHTfL 7ObGp0gOknj+wViIuFUpuVJGBVnHcyr8vHtEdpmiptO462M4w7XvbnoMQfGO59sCyY MroHBwhg8zO2VPWOJkX5qgSy1SyLEGIAcy5uPzhE= Date: Wed, 11 Jun 2025 06:24:46 -0700 From: Andre Muezerie To: David Marchand Cc: dev@dpdk.org, Tyler Retzlaff Subject: Re: [PATCH v7 1/5] dev: hide driver export macros Message-ID: <20250611132446.GA31263@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20250610100947.421877-1-david.marchand@redhat.com> <20250611094532.1242167-1-david.marchand@redhat.com> <20250611094532.1242167-2-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250611094532.1242167-2-david.marchand@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) 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 On Wed, Jun 11, 2025 at 11:45:28AM +0200, David Marchand wrote: > The macros for tagging/exporting informations about a driver do not need > to be exported in the public API. > Move this to driver only header. > > Signed-off-by: David Marchand > --- Acked-by: Andre Muezerie