From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH v2 1/4] ethdev: modify callback process API Date: Thu, 15 Jun 2017 08:43:00 -0700 Message-ID: <20170615084300.00e95ddc@xeon-e3> References: <1495191794-9112-1-git-send-email-bernard.iremonger@intel.com> <1497280691-18641-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, thomas@monjalon.net To: Bernard Iremonger Return-path: Received: from mail-pf0-f171.google.com (mail-pf0-f171.google.com [209.85.192.171]) by dpdk.org (Postfix) with ESMTP id B73DE2BB0 for ; Thu, 15 Jun 2017 17:43:08 +0200 (CEST) Received: by mail-pf0-f171.google.com with SMTP id 83so9166029pfr.0 for ; Thu, 15 Jun 2017 08:43:08 -0700 (PDT) In-Reply-To: <1497280691-18641-2-git-send-email-bernard.iremonger@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" On Mon, 12 Jun 2017 16:18:08 +0100 Bernard Iremonger wrote: > From: "Bernard.Iremonger" > > Change the rte_eth_dev_callback_process function to return int, > and add a void *ret_param parameter. What is the motivation for this? What is return value used for?