Re: [lng-odp] [API-NEXT PATCH 1/4] api: pool: add maximum packet counts to pool info

2017-04-27 Thread Elo, Matias (Nokia - FI/Espoo)
>> - /** The number of packets that the pool must provide >> - that are packet length 'len' bytes or smaller. >> - The maximum value is defined by pool capability >> - pkt.max_num. */ >> +

Re: [lng-odp] [API-NEXT PATCH 1/4] api: pool: add maximum packet counts to pool info

2017-04-18 Thread Bill Fischofer
See comments below based on today's discussions. On Wed, Apr 12, 2017 at 7:58 AM, Matias Elo wrote: > Add fields to odp_pool_info_t for maximum number of packets of any length, > maximum number of minimum length packets, and maximum number of maximum > length packets. > > odp_pool_param_t docume

Re: [lng-odp] [API-NEXT PATCH 1/4] api: pool: add maximum packet counts to pool info

2017-04-18 Thread Bala Manoharan
Regards, Bala On 12 April 2017 at 18:28, Matias Elo wrote: > Add fields to odp_pool_info_t for maximum number of packets of any length, > maximum number of minimum length packets, and maximum number of maximum > length packets. > > odp_pool_param_t documentation is updated to reflect these new f

[lng-odp] [API-NEXT PATCH 1/4] api: pool: add maximum packet counts to pool info

2017-04-12 Thread Matias Elo
Add fields to odp_pool_info_t for maximum number of packets of any length, maximum number of minimum length packets, and maximum number of maximum length packets. odp_pool_param_t documentation is updated to reflect these new fields. Signed-off-by: Matias Elo --- include/odp/api/spec/pool.h | 4