From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] ethdev: fix ethdev start return value Date: Wed, 05 Jul 2017 19:32:05 +0200 Message-ID: <2793957.y8kMciubDT@xps> References: <1496831648-28048-1-git-send-email-pbhagavatula@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com To: Pavan Nikhilesh Return-path: Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 884192C48 for ; Wed, 5 Jul 2017 19:32:07 +0200 (CEST) In-Reply-To: <1496831648-28048-1-git-send-email-pbhagavatula@caviumnetworks.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" 07/06/2017 12:34, Pavan Nikhilesh: > From: Pavan Nikhilesh Bhagavatula > > If ethdev has already started it should return -EBUSY instead of 0 when > rte_eth_dev_start is called. It is an API change and must be announced in a deprecation notice. > lib/librte_ether/rte_ethdev.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Please update the doxygen in .h.