Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-07-05 Thread Savolainen, Petri (Nokia - FI/Espoo)
Kong <joyce.k...@arm.com>; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler > interface > > The intention of this patch is to clean up odp_schedule_if.h file > alone, there is no other cleanup being done. This file contains >

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-07-04 Thread Honnappa Nagarahalli
[mailto:brian.bro...@arm.com] >> > Sent: Wednesday, June 28, 2017 5:17 PM >> > To: Savolainen, Petri (Nokia - FI/Espoo) <petri.savolai...@nokia.com> >> > Cc: Joyce Kong <joyce.k...@arm.com>; lng-odp@lists.linaro.org >> > Subject: Re: [lng-odp] [PATC

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-29 Thread Brian Brooks
.com> > > Cc: Joyce Kong <joyce.k...@arm.com>; lng-odp@lists.linaro.org > > Subject: Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler > > interface > > > > On 06/28 07:24:08, Savolainen, Petri (Nokia - FI/Espoo) wrote: > > > &g

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-29 Thread Savolainen, Petri (Nokia - FI/Espoo)
lf Of > Joyce > > > Kong > > > Sent: Wednesday, June 28, 2017 5:14 AM > > > To: lng-odp@lists.linaro.org > > > Cc: Joyce Kong <joyce.k...@arm.com> > > > Subject: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler > > > interface >

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-28 Thread Brian Brooks
On 06/28 10:13:40, Joyce Kong wrote: > [This sender failed our fraud detection checks and may not be who they appear > to be. Learn about spoofing at http://aka.ms/LearnAboutSpoofing] > > The modular scheduler interface in odp_schedule_if.h includes functions > from pktio and queue. It needs to

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-28 Thread Brian Brooks
naro.org > > Cc: Joyce Kong <joyce.k...@arm.com> > > Subject: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler > > interface > > > > The modular scheduler interface in odp_schedule_if.h includes functions > > from pktio and queue. It needs to be cle

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-28 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Joyce > Kong > Sent: Wednesday, June 28, 2017 5:14 AM > To: lng-odp@lists.linaro.org > Cc: Joyce Kong <joyce.k...@arm.com> > Subject: [lng-odp] [PATCHv2] linux-gen: s

[lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-27 Thread Joyce Kong
The modular scheduler interface in odp_schedule_if.h includes functions from pktio and queue. It needs to be cleaned out. The pktio/queue related functions should be moved to pktio/queue internal header file. Signed-off-by: Joyce Kong ---