[dpdk-dev] [PATCH v4] examples/l2fwd-cat: fix build according to API changes

Thomas Monjalon thomas at monjalon.net
Sat Oct 14 00:28:07 CEST 2017


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 <v.kuramshin at samsung.com>
> > ---
> > 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 <bruce.richardson at intel.com>

Applied, thanks


More information about the dev mailing list