[lng-odp] [Bug 2910] odph_iplookup_table_put_value() uses overlapping pointer addresses

2017-03-15 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2910 Bill Fischofer changed: What|Removed |Added CC|

[lng-odp] [Bug 2910] odph_iplookup_table_put_value() uses overlapping pointer addresses

2017-03-15 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2910 --- Comment #1 from Matias Elo --- The following patch fixes the problem but is it a valid change? helper/iplookuptable.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helper/iplookuptable.c

[lng-odp] [Bug 2910] New: odph_iplookup_table_put_value() uses overlapping pointer addresses

2017-03-15 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2910 Bug ID: 2910 Summary: odph_iplookup_table_put_value() uses overlapping pointer addresses Product: OpenDataPlane - linux- generic reference Version: master Hardware: x86

[lng-odp] Regarding Chained Buffers and Crypto

2017-03-15 Thread Nanda Gopal
*Hi,* *When we pass, odp_crypto_op_params_tparams to odp_crypto_operation (), as per the documentation, if we set params-> out_pkt to INVALID, a new pkt would be created from the original pkt pool, data copied from original pkt and then passed on to DPDK. * *In our test case, we are

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

2017-03-15 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/generator/odp_generator.c | 57 --- 1 file changed, 35 insertions(+), 22 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index

[lng-odp] [PATCHv4] test: generator: Updated global statistics calculation

2017-03-15 Thread Bogdan Pricope
Updated global statistics calculation to provide useful/easy-to-parse information Bogdan Pricope (1): test: generator: Updated global statistics calculation to provide useful/easy-to-parse information example/generator/odp_generator.c | 57 --- 1 file

Re: [lng-odp] [PATCHv2 1/5] test: generator: compose sending packets from reference packet plus differences

2017-03-15 Thread Yi He
For this patch series: Reviewed-and-tested-by: Yi He On 14 March 2017 at 19:13, Bogdan Pricope wrote: > Signed-off-by: Bogdan Pricope > --- > example/generator/odp_generator.c | 130 ++ >

Re: [lng-odp] ABI and deprecated API flag

2017-03-15 Thread Bala Manoharan
On 15 March 2017 at 09:35, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > On 14 March 2017 at 17:18, Bill Fischofer > wrote: > > > > > > On Tue, Mar 14, 2017 at 4:02 PM, Honnappa Nagarahalli > > wrote: > >> > >> On 14