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 A3EA5A0A0B; Mon, 1 Feb 2021 20:04:50 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 66923160652; Mon, 1 Feb 2021 20:04:50 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id 9A6B240693 for ; Mon, 1 Feb 2021 20:04:48 +0100 (CET) IronPort-SDR: 7P3G5cWRxtNlTmul7wQrMnE4KXvGHxt3ioNjD2QrcfzpDCRO3eo5GqyBhUV1MAW/+BghJz6XPV a4D5O5A+eoAw== X-IronPort-AV: E=McAfee;i="6000,8403,9882"; a="179960438" X-IronPort-AV: E=Sophos;i="5.79,393,1602572400"; d="scan'208";a="179960438" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Feb 2021 11:03:34 -0800 IronPort-SDR: cZZVctepAGYtf2o3Dj5RRsmyMqciAID1fAifz6/q68abRSaA6EzobhX8ySqao0gUywTPLltJh9 nvK6PPsjVlAg== X-IronPort-AV: E=Sophos;i="5.79,393,1602572400"; d="scan'208";a="391044690" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.210.23]) ([10.213.210.23]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Feb 2021 11:03:31 -0800 To: David Marchand , dev@dpdk.org Cc: dodji@redhat.com, Ray Kinsella , Neil Horman , Maxime Coquelin , Bruce Richardson , Steven Webster , Thomas Monjalon References: <20210201180852.1624-1-david.marchand@redhat.com> From: Ferruh Yigit Message-ID: <11a4c68c-98a3-9d25-2676-978802bdb299@intel.com> Date: Mon, 1 Feb 2021 19:03:26 +0000 MIME-Version: 1.0 In-Reply-To: <20210201180852.1624-1-david.marchand@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] devtools: remove ethdev ABI exception 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 Sender: "dev" On 2/1/2021 6:08 PM, David Marchand wrote: > Now that the ethernet driver dev_ops structure definition is not > exported anymore, there is no need for an exception. > abidiff will only consider structures defined in the installed headers > (passed with --headers-dirX options). > > Fixes: df96fd0d7395 ("ethdev: make driver-only headers private") > > Signed-off-by: David Marchand Acked-by: Ferruh Yigit