Re: [PATCH net] selftests: tc-testing: fix parsing of ife type

2019-01-16 Thread David Miller
From: Davide Caratti Date: Mon, 14 Jan 2019 18:16:44 +0100 > In iproute2 commit 90c5c969f0b9 ("fix print_0xhex on 32 bit"), the format > specifier for the ife type changed from 0x%X to %#llX, causing systematic > failures in the following TDC test cases: ... > Change 'matchPattern' values, allow

Re: [PATCH net] selftests: tc-testing: fix parsing of ife type

2019-01-14 Thread Stephen Hemminger
On Mon, 14 Jan 2019 18:16:44 +0100 Davide Caratti wrote: > In iproute2 commit 90c5c969f0b9 ("fix print_0xhex on 32 bit"), the format > specifier for the ife type changed from 0x%X to %#llX, causing systematic > failures in the following TDC test cases: Another alternative would be if the tests l

[PATCH net] selftests: tc-testing: fix parsing of ife type

2019-01-14 Thread Davide Caratti
In iproute2 commit 90c5c969f0b9 ("fix print_0xhex on 32 bit"), the format specifier for the ife type changed from 0x%X to %#llX, causing systematic failures in the following TDC test cases: 7682 - Create valid ife encode action with mark and pass control ef47 - Create valid ife encode action wit