Re: [lng-odp] [PATCH] linux-generic: buffer: removed unused _odp_buffer_type_set

2015-11-03 Thread Bill Fischofer
Ok, turns out that at the time the set function was removed odp_timer.c was still using this function, which is why it wasn't removed as part of that patch. Since then odp_timer.c has been changed to use official odp_event_type() API, so this function is no longer used anywhere. Patch submitted

Re: [lng-odp] [PATCH] linux-generic: buffer: removed unused _odp_buffer_type_set

2015-11-03 Thread Bill Fischofer
Let me investigate and I'll post either a patch to do the delete or an explanation of why we shouldn't do that. On Tue, Nov 3, 2015 at 8:55 AM, Maxim Uvarov wrote: > That commit is for _odp_buffer_type_set but we need to remove > _odp_buffer_type. > > Maxim. > > On

Re: [lng-odp] [PATCH] linux-generic: buffer: removed unused _odp_buffer_type_set

2015-11-03 Thread Mike Holmes
ping On 22 July 2015 at 10:49, Maxim Uvarov wrote: > I will cherry-pick original patch from api-next to master. > > Maxim. > > On 07/22/15 17:46, Bill Fischofer wrote: > >> This is a duplicate of Patch http://patches.opendataplane.org/patch/2215/ >> that I submitted on

Re: [lng-odp] [PATCH] linux-generic: buffer: removed unused _odp_buffer_type_set

2015-11-03 Thread Maxim Uvarov
That commit is for _odp_buffer_type_set but we need to remove _odp_buffer_type. Maxim. On 11/03/2015 17:46, Mike Holmes wrote: ping On 22 July 2015 at 10:49, Maxim Uvarov > wrote: I will cherry-pick original patch from api-next

[lng-odp] [PATCH] linux-generic: buffer: removed unused _odp_buffer_type_set

2015-07-22 Thread Mike Holmes
Signed-off-by: Mike Holmes mike.hol...@linaro.org --- platform/linux-generic/include/odp_buffer_internal.h | 9 - platform/linux-generic/odp_buffer.c | 8 2 files changed, 17 deletions(-) diff --git a/platform/linux-generic/include/odp_buffer_internal.h

Re: [lng-odp] [PATCH] linux-generic: buffer: removed unused _odp_buffer_type_set

2015-07-22 Thread Bill Fischofer
This is a duplicate of Patch http://patches.opendataplane.org/patch/2215/ that I submitted on July 10th. On Wed, Jul 22, 2015 at 9:35 AM, Mike Holmes mike.hol...@linaro.org wrote: Signed-off-by: Mike Holmes mike.hol...@linaro.org --- platform/linux-generic/include/odp_buffer_internal.h | 9

Re: [lng-odp] [PATCH] linux-generic: buffer: removed unused _odp_buffer_type_set

2015-07-22 Thread Maxim Uvarov
I will cherry-pick original patch from api-next to master. Maxim. On 07/22/15 17:46, Bill Fischofer wrote: This is a duplicate of Patch http://patches.opendataplane.org/patch/2215/ that I submitted on July 10th. On Wed, Jul 22, 2015 at 9:35 AM, Mike Holmes mike.hol...@linaro.org