Re: [lng-odp] [PATCH] linux-generic: buffer: init all the odp_buffer_bits_t struct to avoid valgrind warnings

2015-05-13 Thread Maxim Uvarov
Merged, Thank you, Maxim. On 05/05/2015 11:14, Nicolas Morey-Chaisemartin wrote: odp_buffer_encode_handle initializes only the useful bits but not all of them which causes error in valgrind: ==1192== Conditional jump or move depends on uninitialised value(s) ==1192==at 0x40CB01:

[lng-odp] [PATCH] linux-generic: buffer: init all the odp_buffer_bits_t struct to avoid valgrind warnings

2015-05-05 Thread Nicolas Morey-Chaisemartin
odp_buffer_encode_handle initializes only the useful bits but not all of them which causes error in valgrind: ==1192== Conditional jump or move depends on uninitialised value(s) ==1192==at 0x40CB01: odp_timeout_alloc (odp_timer.c:861) ==1192==by 0x402A2A: test_timeout_pool_alloc

Re: [lng-odp] [PATCH] linux-generic: buffer: init all the odp_buffer_bits_t struct to avoid valgrind warnings

2015-05-05 Thread Maxim Uvarov
Looks good. Thanks, Maxim. On 05/05/2015 11:14, Nicolas Morey-Chaisemartin wrote: odp_buffer_encode_handle initializes only the useful bits but not all of them which causes error in valgrind: ==1192== Conditional jump or move depends on uninitialised value(s) ==1192==at 0x40CB01: