From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v5 01/21] lib/librte_ethdev: change eth-dev-ops API to return int Date: Thu, 17 May 2018 14:55:19 +0100 Message-ID: <20180517135519.GC22288@bricha3-MOBL.ger.corp.intel.com> References: <152656480225.46638.3271983577765861155.stgit@localhost.localdomain> <152656493702.46638.10712692446180001555.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: Andy Green Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id BD0CA7CB9 for ; Thu, 17 May 2018 15:55:22 +0200 (CEST) Content-Disposition: inline In-Reply-To: <152656493702.46638.10712692446180001555.stgit@localhost.localdomain> 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 Thu, May 17, 2018 at 09:48:57PM +0800, Andy Green wrote: > Signed-off-by: Andy Green > --- What's the reason for this change of type?