Re: [lng-odp] odp_buffer_t usage

2017-02-23 Thread Verma, Shally
From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: 23 February 2017 18:31 To: Verma, Shally Cc: lng-odp@lists.linaro.org Subject: Re: [lng-odp] odp_buffer_t usage On Thu, Feb 23, 2017 at 6:56 AM, Verma, Shally mailto:shally.ve...@cavium.com>> wrote: From: Bill Fis

Re: [lng-odp] odp_buffer_t usage

2017-02-23 Thread Bill Fischofer
On Thu, Feb 23, 2017 at 6:56 AM, Verma, Shally wrote: > > > > > *From:* Bill Fischofer [mailto:bill.fischo...@linaro.org] > *Sent:* 23 February 2017 18:17 > *To:* Verma, Shally > *Cc:* lng-odp@lists.linaro.org > *Subject:* Re: [lng-odp] odp_buffer_t usage > > &g

Re: [lng-odp] odp_buffer_t usage

2017-02-23 Thread Verma, Shally
From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: 23 February 2017 18:17 To: Verma, Shally Cc: lng-odp@lists.linaro.org Subject: Re: [lng-odp] odp_buffer_t usage On Thu, Feb 23, 2017 at 6:28 AM, Verma, Shally mailto:shally.ve...@cavium.com>> wrote: From: Bill Fis

Re: [lng-odp] odp_buffer_t usage

2017-02-23 Thread Bill Fischofer
On Thu, Feb 23, 2017 at 6:28 AM, Verma, Shally wrote: > > > > > *From:* Bill Fischofer [mailto:bill.fischo...@linaro.org] > *Sent:* 23 February 2017 17:51 > *To:* Verma, Shally > *Cc:* lng-odp@lists.linaro.org > *Subject:* Re: [lng-odp] odp_buffer_t usage &

Re: [lng-odp] odp_buffer_t usage

2017-02-23 Thread Verma, Shally
From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: 23 February 2017 17:51 To: Verma, Shally Cc: lng-odp@lists.linaro.org Subject: Re: [lng-odp] odp_buffer_t usage ODP pools provide an abstraction for various types of managed storage. There are currently three types of pools

Re: [lng-odp] odp_buffer_t usage

2017-02-23 Thread Bill Fischofer
ODP pools provide an abstraction for various types of managed storage. There are currently three types of pools supported: - ODP_POOL_BUFFER - ODP_POOL_PACKET - ODP_POOL_TIMEOUT A buffer pool is simply a collection of fixed-sized blocks represented by the odp_buffer_t abstraction. A packet pool s

[lng-odp] odp_buffer_t usage

2017-02-22 Thread Verma, Shally
Hi I was looking into odp_buffer_t to understand its use case from Application stand point. While it is clear for odp_packet_t description that it can be segmented/non-segmented contiguous / non-contiguous memory and APIs are provided to query and hop across segments to access data, but It is