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 0F9E4A0C4A; Wed, 7 Jul 2021 10:37:01 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id EBB3B406FF; Wed, 7 Jul 2021 10:37:00 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id D9F4D406B4 for ; Wed, 7 Jul 2021 10:36:59 +0200 (CEST) X-IronPort-AV: E=McAfee;i="6200,9189,10037"; a="209305966" X-IronPort-AV: E=Sophos;i="5.83,331,1616482800"; d="scan'208";a="209305966" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Jul 2021 01:36:59 -0700 X-IronPort-AV: E=Sophos;i="5.83,331,1616482800"; d="scan'208";a="457398776" Received: from bricha3-mobl.ger.corp.intel.com ([10.252.4.148]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-SHA; 07 Jul 2021 01:36:57 -0700 Date: Wed, 7 Jul 2021 09:36:54 +0100 From: Bruce Richardson To: David Marchand Cc: dev , Chengwen Feng , Jerin Jacob , Jerin Jacob , Morten =?iso-8859-1?Q?Br=F8rup?= Message-ID: References: <1625231891-2963-1-git-send-email-fengchengwen@huawei.com> <20210706202841.661302-1-bruce.richardson@intel.com> <20210706202841.661302-2-bruce.richardson@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [dpdk-dev] [RFC UPDATE PATCH 1/9] dmadev: add missing exports 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 Wed, Jul 07, 2021 at 10:26:36AM +0200, David Marchand wrote: > On Tue, Jul 6, 2021 at 10:29 PM Bruce Richardson > wrote: > > > > Export the rte_dmadevices array and the allocate and release functions > > which are needed by PMDs. > > rte_dmadevices[] might be an issue for inline accesses, but pmd > allocate/release should be internal (driver only). > So if I understand correctly, they still need to be in the version.map file, but with "interal" versioning rather than "experimental", right?