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

2017-10-13 Thread Thomas Monjalon
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-o

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

2017-09-19 Thread 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 cha

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

2017-09-19 Thread Vladimir Kuramshin
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