From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akhil Goyal Subject: Re: [PATCH v4 06/12] ethdev: support security APIs Date: Sun, 22 Oct 2017 01:20:23 +0530 Message-ID: <9fabe4fc-b94e-00a1-5b9d-f99097a6b812@nxp.com> References: <20171006181151.4758-1-akhil.goyal@nxp.com> <20171014221734.15511-1-akhil.goyal@nxp.com> <20171014221734.15511-7-akhil.goyal@nxp.com> <1720139.BKQhqR48or@xps> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Cc: , , , , , , , , , , , , To: Thomas Monjalon Return-path: Received: from NAM03-CO1-obe.outbound.protection.outlook.com (mail-co1nam03on0053.outbound.protection.outlook.com [104.47.40.53]) by dpdk.org (Postfix) with ESMTP id 2E5AF1B2A8 for ; Sat, 21 Oct 2017 21:50:34 +0200 (CEST) In-Reply-To: <1720139.BKQhqR48or@xps> Content-Language: en-US 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 10/20/2017 4:28 PM, Thomas Monjalon wrote: > 15/10/2017 00:17, Akhil Goyal: >> --- a/lib/librte_ether/rte_ethdev_version.map >> +++ b/lib/librte_ether/rte_ethdev_version.map >> @@ -194,5 +194,6 @@ DPDK_17.11 { >> rte_eth_dev_pool_ops_supported; >> rte_eth_dev_reset; >> rte_flow_error_set; >> + rte_eth_dev_get_sec_ctx; >> >> } DPDK_17.08; > > Please keep alphabetical order. > > ok. Will fix the same for rte_cryptodev_version.map also.