Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2017-04-06 Thread Bala Manoharan
Hi Bill, I will post a patch implementing this proposal next week. Regards, Bala On 6 April 2017 at 18:07, Bill Fischofer wrote: > Bala, any idea when this can advance from the RFC stage to a real patch? > > On Thu, Apr 6, 2017 at 6:15 AM, Bala Manoharan > wrote: >> Regards, >> Bala >> >> >>

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2017-04-06 Thread Bill Fischofer
Bala, any idea when this can advance from the RFC stage to a real patch? On Thu, Apr 6, 2017 at 6:15 AM, Bala Manoharan wrote: > Regards, > Bala > > > On 6 April 2017 at 00:53, Brian Brooks wrote: >> On Fri, Dec 9, 2016 at 5:54 AM, Balasubramanian Manoharan >> wrote: >>> Adds support to spread

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2017-04-06 Thread Bala Manoharan
Regards, Bala On 6 April 2017 at 00:53, Brian Brooks wrote: > On Fri, Dec 9, 2016 at 5:54 AM, Balasubramanian Manoharan > wrote: >> Adds support to spread packet from a single CoS to multiple queues by >> configuring hashing at CoS level. >> >> Signed-off-by: Balasubramanian Manoharan >> --- >

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2017-04-05 Thread Brian Brooks
On Fri, Dec 9, 2016 at 5:54 AM, Balasubramanian Manoharan wrote: > Adds support to spread packet from a single CoS to multiple queues by > configuring hashing at CoS level. > > Signed-off-by: Balasubramanian Manoharan > --- > include/odp/api/spec/classification.h | 45 >

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2016-12-12 Thread Bala Manoharan
lng-odp-forward ; Savolainen, Petri (Nokia - >> FI/Espoo) >> Subject: Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet >> hashing per class of service >> >> On Fri, Dec 9, 2016 at 9:52 PM, Bala Manoharan >> wrote: >> > Regards, >> >

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2016-12-12 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Bill Fischofer [mailto:bill.fischo...@linaro.org] > Sent: Monday, December 12, 2016 3:01 AM > To: Bala Manoharan > Cc: lng-odp-forward ; Savolainen, Petri (Nokia - > FI/Espoo) > Subject: Re: [lng-odp] [RFC/API-NEXT 1/1] api: classificat

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2016-12-11 Thread Bill Fischofer
On Fri, Dec 9, 2016 at 9:52 PM, Bala Manoharan wrote: > Regards, > Bala > > > On 10 December 2016 at 02:06, Bill Fischofer > wrote: >> Is this supposed to be instead of queue groups or in addition to queue >> group support? > > Yes. Basically the changes is that this proposal merges queue group

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2016-12-09 Thread Bala Manoharan
Regards, Bala On 10 December 2016 at 02:06, Bill Fischofer wrote: > Is this supposed to be instead of queue groups or in addition to queue > group support? Yes. Basically the changes is that this proposal merges queue group and queue together. > > On Fri, Dec 9, 2016 at 5:54 AM, Balasubramania

Re: [lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2016-12-09 Thread Bill Fischofer
Is this supposed to be instead of queue groups or in addition to queue group support? On Fri, Dec 9, 2016 at 5:54 AM, Balasubramanian Manoharan wrote: > Adds support to spread packet from a single CoS to multiple queues by > configuring hashing at CoS level. > > Signed-off-by: Balasubramanian Man

[lng-odp] [RFC/API-NEXT 1/1] api: classification: packet hashing per class of service

2016-12-09 Thread Balasubramanian Manoharan
Adds support to spread packet from a single CoS to multiple queues by configuring hashing at CoS level. Signed-off-by: Balasubramanian Manoharan --- include/odp/api/spec/classification.h | 45 --- 1 file changed, 42 insertions(+), 3 deletions(-) diff --git a/incl