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 0C19F45EBC; Mon, 16 Dec 2024 10:13:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9159740261; Mon, 16 Dec 2024 10:13:26 +0100 (CET) Received: from shelob.oktetlabs.ru (unknown [91.220.146.113]) by mails.dpdk.org (Postfix) with ESMTP id C2EF34025A for ; Mon, 16 Dec 2024 10:13:23 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 shelob.oktetlabs.ru DAFC750 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=oktetlabs.ru; s=default; t=1734340402; bh=rd3xQtmEoYmWk8+cJiJDwECT+YOY7DQUdyavwAaLoJE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=OLyRu0Fs+sq/1PGPEctG1M8zll7SxwG7sGzZNhERH1tgRdKymIWCX/Ztza8+urcdx /+JACvV6Z4TxgIqWFnkOCH39A6KWHn1cwa/ZRldFpIdEJLu51QKXeK0bXDFWZ7Im+M dg8V7bcDXUy4Ok+nr6VvOu4nZVGETV1g3zuayxWA= Received: from [192.168.38.17] (aros.oktetlabs.ru [192.168.38.17]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by shelob.oktetlabs.ru (Postfix) with ESMTPSA id DAFC750; Mon, 16 Dec 2024 12:13:22 +0300 (MSK) Message-ID: <6aa3bd07-e5ef-474f-bff1-b7d6b01051a7@oktetlabs.ru> Date: Mon, 16 Dec 2024 12:13:22 +0300 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v2 2/6] drivers: drop export of driver headers To: Bruce Richardson , David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, Nicolas Chautru , Ferruh Yigit , Srikanth Yalavarthi , Sachin Saxena , Hemant Agrawal , Ori Kam , Akhil Goyal , Anoob Joseph References: <20241127112617.1331125-1-david.marchand@redhat.com> <20241213105010.1527683-1-david.marchand@redhat.com> <20241213105010.1527683-3-david.marchand@redhat.com> Content-Language: en-US From: Andrew Rybchenko Organization: OKTET Labs In-Reply-To: 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 On 12/13/24 14:03, Bruce Richardson wrote: > On Fri, Dec 13, 2024 at 11:50:06AM +0100, David Marchand wrote: >> Many classes are exposing driver only headers as public headers. >> Move them to the driver_sdk_headers list. >> >> Signed-off-by: David Marchand >> --- > > LGTM. The names of most of the headers are pretty clear that they should be > sdk-only headers. > > Acked-by: Bruce Richardson > Acked-by: Andrew Rybchenko