Re: [lng-odp] [PATCH] example: traffic_mgmt: use PRIu32 instead of %u

2016-12-13 Thread Nicolas Morey-Chaisemartin
Weirdly it worked for me on master, but not in monarch. I might have missed a clean between rebuilds. I'll repost a new one Nicolas Le 12/13/2016 à 05:44 PM, Bill Fischofer a écrit : > Sorry about that. Yes, the file is missing: > > #include > > in the #include list, then it compiles and

Re: [lng-odp] [PATCH] example: traffic_mgmt: use PRIu32 instead of %u

2016-12-13 Thread Bill Fischofer
Sorry about that. Yes, the file is missing: #include in the #include list, then it compiles and runs fine. Nicolas, can you submit a v2? On Tue, Dec 13, 2016 at 8:51 AM, Maxim Uvarov wrote: > On 12/13/16 06:41, Bill Fischofer wrote: >> On Tue, Dec 6, 2016 at 9:25

Re: [lng-odp] [PATCH] example: traffic_mgmt: use PRIu32 instead of %u

2016-12-13 Thread Maxim Uvarov
On 12/13/16 06:41, Bill Fischofer wrote: > On Tue, Dec 6, 2016 at 9:25 AM, Nicolas Morey-Chaisemartin > wrote: >> Signed-off-by: Nicolas Morey-Chaisemartin > > Reviewed-by: Bill Fischofer > >> --- >> >> This should be backported

Re: [lng-odp] [PATCH] example: traffic_mgmt: use PRIu32 instead of %u

2016-12-12 Thread Bill Fischofer
On Tue, Dec 6, 2016 at 9:25 AM, Nicolas Morey-Chaisemartin wrote: > Signed-off-by: Nicolas Morey-Chaisemartin Reviewed-by: Bill Fischofer > --- > > This should be backported to monarch_lts too. However it requires an extra >

[lng-odp] [PATCH] example: traffic_mgmt: use PRIu32 instead of %u

2016-12-06 Thread Nicolas Morey-Chaisemartin
Signed-off-by: Nicolas Morey-Chaisemartin --- This should be backported to monarch_lts too. However it requires an extra #include example/traffic_mgmt/odp_traffic_mgmt.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git