From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1A11A1B2A2 for ; Tue, 13 Feb 2018 12:28:21 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 03:28:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="26908062" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.35]) ([10.237.220.35]) by FMSMGA003.fm.intel.com with ESMTP; 13 Feb 2018 03:28:18 -0800 To: Olivier Matz , Hemant Agrawal Cc: thomas@monjalon.net, pbhagavatula@caviumnetworks.com, nipun.gupta@nxp.com, jerin.jacob@caviumnetworks.com, santosh.shukla@caviumnetworks.com, dev@dpdk.org References: <1517558633-27178-1-git-send-email-hemant.agrawal@nxp.com> <1517560302-27913-1-git-send-email-hemant.agrawal@nxp.com> <20180202140138.orrwvdotxgr3upuj@platinum> From: Ferruh Yigit Message-ID: <487ee606-f68e-54ac-4c5f-413e3dbbb45a@intel.com> Date: Tue, 13 Feb 2018 11:28:17 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180202140138.orrwvdotxgr3upuj@platinum> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] doc: remove eal API for default mempool ops name X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 11:28:22 -0000 On 2/2/2018 2:01 PM, Olivier Matz wrote: > On Fri, Feb 02, 2018 at 02:01:42PM +0530, Hemant Agrawal wrote: >> Signed-off-by: Hemant Agrawal >> --- >> v2: fix checkpatch errors >> >> doc/guides/rel_notes/deprecation.rst | 9 +++++++++ >> 1 file changed, 9 insertions(+) >> >> diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst >> index d59ad59..c7d8f25 100644 >> --- a/doc/guides/rel_notes/deprecation.rst >> +++ b/doc/guides/rel_notes/deprecation.rst >> @@ -8,6 +8,15 @@ API and ABI deprecation notices are to be posted here. >> Deprecation Notices >> ------------------- >> >> +* eal: a new set of mbuf mempool ops name APIs for user, platform and best >> + mempool names have been defined in ``rte_mbuf`` in v18.02. The uses of >> + ``rte_eal_mbuf_default_mempool_ops`` shall be replaced by >> + ``rte_mbuf_best_mempool_ops``. >> + The following function is now redundant and it is target to be deprecated in >> + 18.05: >> + >> + - ``rte_eal_mbuf_default_mempool_ops`` >> + >> * eal: several API and ABI changes are planned for ``rte_devargs`` in v18.02. >> The format of device command line parameters will change. The bus will need >> to be explicitly stated in the device declaration. The enum ``rte_devtype`` > > Acked-by: Olivier Matz Acked-by: Ferruh Yigit