Re: [lng-odp] [PATCHv4] test: generator: Updated global statistics calculation to provide useful/easy-to-parse information

2017-04-01 Thread Yi He
For this patch series: Reviewed-and-tested-by: Yi He On 15 March 2017 at 15:48, Bogdan Pricope wrote: > Signed-off-by: Bogdan Pricope > --- > example/generator/odp_generator.c | 57 -- > - > 1 file changed, 35 insertions(+), 22 deletions(-) > > diff --git

Re: [lng-odp] [PATCH v2] helper: iplookuptable: fix prefix_entry_t member order

2017-04-01 Thread Bill Fischofer
On Fri, Mar 31, 2017 at 9:40 AM, Matias Elo wrote: > Depending on the alignment/padding odph_iplookup_table_put_value() could > end up overwriting the wrong fields in prefix_entry_t. Fix this by > reverting the order of prefix_entry_t members. > > Fixes https://bugs.linaro.org/show_bug.cgi?id=2910