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

2017-09-19 Thread Vladimir Kuramshin
On 19.09.2017 11:56, Bruce Richardson wrote: On Tue, Sep 19, 2017 at 11:17:31AM +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: Vla

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

2017-09-19 Thread Bruce Richardson
On Tue, Sep 19, 2017 at 11:17:31AM +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 > --- > examples/l2f

[dpdk-dev] [PATCH v3] 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 --- examples/l2fwd-cat/Makefile | 5 +-- examples/l2fwd-cat/cat.c| 85 +++