Re: [lng-odp] [API-NEXT PATCHv3 1/6] linux-generic:tm:Add missing name table initialization call.

2016-02-20 Thread Maxim Uvarov
On 02/18/16 16:21, Bill Fischofer wrote: Ok, I'll do a v4 based on all of your review comments. Please advise when they're complete. Bill, I think it's complete. Might be it's reasonable to send v4 just after Petri's patches. I did not run that tests but I think we can do it after merge

Re: [lng-odp] [API-NEXT PATCHv3 1/6] linux-generic:tm:Add missing name table initialization call.

2016-02-18 Thread Bill Fischofer
Ok, I'll do a v4 based on all of your review comments. Please advise when they're complete. On Thu, Feb 18, 2016 at 7:14 AM, Maxim Uvarov wrote: > On 02/18/16 15:51, Bill Fischofer wrote: > >> This was just a rebase. I agree we should add a stage. I'll do that in >>

Re: [lng-odp] [API-NEXT PATCHv3 1/6] linux-generic:tm:Add missing name table initialization call.

2016-02-18 Thread Maxim Uvarov
On 02/18/16 15:51, Bill Fischofer wrote: This was just a rebase. I agree we should add a stage. I'll do that in a separate patch if this one is acceptable. Or would you prefer to see that added directly here? If possible that changes should be in that serries to not postpone clean up

Re: [lng-odp] [API-NEXT PATCHv3 1/6] linux-generic:tm:Add missing name table initialization call.

2016-02-18 Thread Bill Fischofer
This was just a rebase. I agree we should add a stage. I'll do that in a separate patch if this one is acceptable. Or would you prefer to see that added directly here? On Thu, Feb 18, 2016 at 6:41 AM, Maxim Uvarov wrote: > On 02/18/16 05:03, Bill Fischofer wrote: >

Re: [lng-odp] [API-NEXT PATCHv3 1/6] linux-generic:tm:Add missing name table initialization call.

2016-02-18 Thread Maxim Uvarov
On 02/18/16 05:03, Bill Fischofer wrote: From: Barry Spinney This patch adds a call from odp_init.c to _odp_int_name_tbl_init(). Signed-off-by: Barry Spinney Signed-off-by: Bill Fischofer ---

[lng-odp] [API-NEXT PATCHv3 1/6] linux-generic:tm:Add missing name table initialization call.

2016-02-17 Thread Bill Fischofer
From: Barry Spinney This patch adds a call from odp_init.c to _odp_int_name_tbl_init(). Signed-off-by: Barry Spinney Signed-off-by: Bill Fischofer --- platform/linux-generic/include/odp_internal.h | 3 ++-