Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Bala Manoharan
Regards, Bala On 5 June 2017 at 21:52, Bill Fischofer wrote: > On Mon, Jun 5, 2017 at 8:24 AM, Bala Manoharan > wrote: >> Regards, >> Bala >> >> >> On 5 June 2017 at 18:24, Bill Fischofer wrote: >>> On Mon, Jun 5, 2017 at 7:32 AM, Stanislaw Kardach wrote: Best Regards, Sta

Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Bill Fischofer
On Mon, Jun 5, 2017 at 8:24 AM, Bala Manoharan wrote: > Regards, > Bala > > > On 5 June 2017 at 18:24, Bill Fischofer wrote: >> On Mon, Jun 5, 2017 at 7:32 AM, Stanislaw Kardach wrote: >>> >>> >>> Best Regards, >>> Stanislaw Kardach >>> >>> On 06/05/2017 02:27 PM, Balasubramanian Manoharan wrote

Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Bala Manoharan
Regards, Bala On 5 June 2017 at 18:24, Bill Fischofer wrote: > On Mon, Jun 5, 2017 at 7:32 AM, Stanislaw Kardach wrote: >> >> >> Best Regards, >> Stanislaw Kardach >> >> On 06/05/2017 02:27 PM, Balasubramanian Manoharan wrote: >>> Adds threshold limit of the pool to the pool parameters. >>> Thi

Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Bala Manoharan
Regards, Bala On 5 June 2017 at 18:42, Stanislaw Kardach wrote: > > > Best Regards, > Stanislaw Kardach > > On 06/05/2017 02:54 PM, Bill Fischofer wrote: >> On Mon, Jun 5, 2017 at 7:32 AM, Stanislaw Kardach wrote: >>> >>> >>> Best Regards, >>> Stanislaw Kardach >>> >>> On 06/05/2017 02:27 PM, B

Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Bala Manoharan
Regards, Bala On 5 June 2017 at 18:02, Stanislaw Kardach wrote: > > > Best Regards, > Stanislaw Kardach > > On 06/05/2017 02:27 PM, Balasubramanian Manoharan wrote: >> Adds threshold limit of the pool to the pool parameters. >> This threshold limit is a percentage of total size of the pool. >> >

Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Stanislaw Kardach
Best Regards, Stanislaw Kardach On 06/05/2017 02:54 PM, Bill Fischofer wrote: > On Mon, Jun 5, 2017 at 7:32 AM, Stanislaw Kardach wrote: >> >> >> Best Regards, >> Stanislaw Kardach >> >> On 06/05/2017 02:27 PM, Balasubramanian Manoharan wrote: >>> Adds threshold limit of the pool to the pool pa

Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Bill Fischofer
On Mon, Jun 5, 2017 at 7:32 AM, Stanislaw Kardach wrote: > > > Best Regards, > Stanislaw Kardach > > On 06/05/2017 02:27 PM, Balasubramanian Manoharan wrote: >> Adds threshold limit of the pool to the pool parameters. >> This threshold limit is a percentage of total size of the pool. >> >> Signed-

Re: [lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Stanislaw Kardach
Best Regards, Stanislaw Kardach On 06/05/2017 02:27 PM, Balasubramanian Manoharan wrote: > Adds threshold limit of the pool to the pool parameters. > This threshold limit is a percentage of total size of the pool. > > Signed-off-by: Balasubramanian Manoharan > --- > include/odp/api/spec/pool.

[lng-odp] [RFC] api: pool: add threshold limit to the pool

2017-06-05 Thread Balasubramanian Manoharan
Adds threshold limit of the pool to the pool parameters. This threshold limit is a percentage of total size of the pool. Signed-off-by: Balasubramanian Manoharan --- include/odp/api/spec/pool.h | 32 1 file changed, 32 insertions(+) diff --git a/include/odp/api/