From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4] examples/l2fwd-cat: fix build according to API changes Date: Sat, 14 Oct 2017 00:28:07 +0200 Message-ID: <2684122.DIe7DrKBq0@xps> References: <20170919081731.23970-1-v.kuramshin@samsung.com> <20170919094044.15553-1-v.kuramshin@samsung.com> <20170919104736.GA20464@bricha3-MOBL3.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Bruce Richardson , tomasz.kantecki@intel.com To: Vladimir Kuramshin Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 009A71B6DF for ; Sat, 14 Oct 2017 00:28:08 +0200 (CEST) In-Reply-To: <20170919104736.GA20464@bricha3-MOBL3.ger.corp.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" 19/09/2017 12:47, Bruce Richardson: > On Tue, Sep 19, 2017 at 12:40:44PM +0300, Vladimir Kuramshin wrote: > > Current version is compatible with PQOS version 1.3 > > but not compatible with higher versions. This change > > makes l2fwd-cat example compatible with versions since 1.4 > > > > Signed-off-by: Vladimir Kuramshin > > --- > > Version 4 changes: > > Fixed version number - 103 instead of 10300 > > > > Version 3 changes: > > Keep both API versions under #if .. #else .. #endif macro > > > > examples/l2fwd-cat/Makefile | 5 +-- > > examples/l2fwd-cat/cat.c | 85 +++++++++++++++++++++++++++++++++++++++------ > > 2 files changed, 76 insertions(+), 14 deletions(-) > > > > Confirmed this builds fine with latest version of library from git. > > Acked-by: Bruce Richardson Applied, thanks