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

2017-08-29 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| 60

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

2017-09-07 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 2 changes: fixed checkpatch warnings "Prefer 'unsigned int *' to bare u

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

2017-09-18 Thread Vladimir Kuramshin
If there was some spec file I'd add such checking there but I have Makefile only. Regards, Vladimir Kuramshin On 18.09.2017 17:49, Bruce Richardson wrote: On Thu, Sep 07, 2017 at 02:45:27PM +0300, Vladimir Kuramshin wrote: Current version is compatible with PQOS version 1.3 but not comp

[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

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

[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