From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v1] doc: announce API change for ethdev function Date: Sun, 13 Nov 2016 10:16:51 +0100 Message-ID: <295831605.tV6BUCUHib@xps13> References: <1476797888-29698-1-git-send-email-bernard.iremonger@intel.com> <1476797888-29698-2-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, "Mcnamara, John" To: "Iremonger, Bernard" Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id D999B3B5 for ; Sun, 13 Nov 2016 10:16:53 +0100 (CET) Received: by mail-wm0-f43.google.com with SMTP id t79so49388660wmt.0 for ; Sun, 13 Nov 2016 01:16:53 -0800 (PST) In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > The _rte_eth_dev_call_process function will change to return "int" > > and a fourth parameter "void* ret_param" will be added. This change > > targets release 17.02. > > > > Signed-off-by: Bernard Iremonger > > Acked-by: John McNamara The real API change is in rte_eth_dev_cb_fn but we understand the idea. Acked-by: Thomas Monjalon Applied