From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 1/5] ethdev: add support of NIC reset Date: Wed, 13 Sep 2017 22:51:45 +0200 Message-ID: <2126863.ezJNGJLpQS@xps> References: <1500304503-41592-1-git-send-email-wei.dai@intel.com> <1500801313-25429-1-git-send-email-wei.dai@intel.com> <1500801313-25429-2-git-send-email-wei.dai@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, wenzhuo.lu@intel.com, konstantin.ananyev@intel.com, jingjing.wu@intel.com, beilei.xing@intel.com To: Wei Dai Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id 9509A7CCD for ; Wed, 13 Sep 2017 22:51:47 +0200 (CEST) In-Reply-To: <1500801313-25429-2-git-send-email-wei.dai@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 23/07/2017 11:15, Wei Dai: > --- a/lib/librte_ether/rte_ether_version.map > +++ b/lib/librte_ether/rte_ether_version.map This file is now lib/librte_ether/rte_ethdev_version.map > @@ -155,6 +155,7 @@ DPDK_17.08 { > rte_eth_dev_adjust_nb_rx_tx_desc; > rte_flow_copy; > rte_flow_isolate; > + rte_eth_dev_reset; > rte_tm_capabilities_get; > rte_tm_get_leaf_nodes; > rte_tm_hierarchy_commit; The function must be added in DPDK_17.11 now. I will do the changes.