Re: [lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: Adds MTU set function.

2017-08-10 Thread vamsi a
On Tue, Aug 8, 2017 at 5:08 PM, Bill Fischofer wrote: > > > On Tue, Aug 8, 2017 at 2:38 AM, Vamsi Attunuru > wrote: > >> Signed-off-by: Vamsi Attunuru >> Signed-off-by: Shally Verma >> Signed-off-by:

Re: [lng-odp] [EXT] Re: ODP1.15 buffer alignment issue

2017-08-10 Thread shally verma
just to add for some implementation Buffer == data itself (without any metadata or headroom). So while you work on this, please get us clarity for such implementations as well. On Fri, Aug 11, 2017 at 12:36 AM, Maxim Uvarov wrote: > On 08/10/17 21:41, Liron Himi wrote:

Re: [lng-odp] [EXT] Re: ODP1.15 buffer alignment issue

2017-08-10 Thread Maxim Uvarov
On 08/10/17 21:41, Liron Himi wrote: > Hi, > > I think it is more than just naming replacement. > The odp-pool API state that the alignment is for buffer alignment and not for > data. So it seems like a bug, right? > > Here is a snipped from the API: > /** Minimum buffer

Re: [lng-odp] [EXT] Re: ODP1.15 buffer alignment issue

2017-08-10 Thread Liron Himi
Hi, I think it is more than just naming replacement. The odp-pool API state that the alignment is for buffer alignment and not for data. So it seems like a bug, right? Here is a snipped from the API: /** Minimum buffer alignment in bytes. Valid values are

Re: [lng-odp] ODP1.15 buffer alignment issue

2017-08-10 Thread Maxim Uvarov
On 08/08/17 09:49, Liron Himi wrote: > Hi, > > See comments inline > > Regards, > Liron > > -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Maxim > Uvarov > Sent: Monday, August 07, 2017 23:21 > To: lng-odp@lists.linaro.org > Subject: Re:

[lng-odp] [Bug 3043] user guide error

2017-08-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3043 --- Comment #7 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/90d4ce1b3b25ca18446131906007571cc0ed0191 refs/heads/master 2017-08-10T13:55:29+03:00 Bill Fischofer bill.fischo...@linaro.org doc: images: correct

[lng-odp] [Linaro/odp] 90d4ce: doc: images: correct packet segment diagram

2017-08-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 90d4ce1b3b25ca18446131906007571cc0ed0191 https://github.com/Linaro/odp/commit/90d4ce1b3b25ca18446131906007571cc0ed0191 Author: Bill Fischofer Date: 2017-08-10 (Thu, 10 Aug 2017)

[lng-odp] [Linaro/odp] edc288: example: generator : use packet reference API to g...

2017-08-10 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: edc288690b65167b347a0e8c2c171198e4d2fbe3 https://github.com/Linaro/odp/commit/edc288690b65167b347a0e8c2c171198e4d2fbe3 Author: Bogdan Pricope Date: 2017-08-09 (Wed, 09 Aug 2017)

[lng-odp] [Linaro/odp] 65d0fb: linux-gen: dpdk: make sure mbuf memory is allocate...

2017-08-10 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 65d0fbba8366f68a8fe24426bc0e16ea3cd3cd04 https://github.com/Linaro/odp/commit/65d0fbba8366f68a8fe24426bc0e16ea3cd3cd04 Author: Matias Elo Date: 2017-08-10 (Thu, 10 Aug 2017) Changed

[lng-odp] [Bug 3198] example ddf_app link failures with DPDK PMDs

2017-08-10 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3198 Yi He changed: What|Removed |Added Resolution|--- |FIXED

[lng-odp] [Linaro/odp] 7dce7a: example: ddf_app: fix build failure with dpdk PMDs

2017-08-10 Thread GitHub
Branch: refs/heads/cloud-dev Home: https://github.com/Linaro/odp Commit: 7dce7af2c3a936f711e845ffcf765bfb1cc3c95a https://github.com/Linaro/odp/commit/7dce7af2c3a936f711e845ffcf765bfb1cc3c95a Author: Bogdan Pricope Date: 2017-08-10 (Thu, 10 Aug

[lng-odp] [PATCH CLOUD-DEV v1 0/1] Fix ddf_app example build failure

2017-08-10 Thread Github ODP bot
Signed-off-by: Bogdan Pricope bogdan.pric...@linaro.org github /** Email created from pull request 121 (bogdanPricope:ddf_app_cloud_dev_pr) ** https://github.com/Linaro/odp/pull/121 ** Patch: https://github.com/Linaro/odp/pull/121.patch ** Base sha:

[lng-odp] [PATCH CLOUD-DEV v1 1/1] Fix ddf_app example build failure

2017-08-10 Thread Github ODP bot
From: Bogdan Pricope Signed-off-by: Bogdan Pricope --- /** Email created from pull request 121 (bogdanPricope:ddf_app_cloud_dev_pr) ** https://github.com/Linaro/odp/pull/121 ** Patch: https://github.com/Linaro/odp/pull/121.patch ** Base

[lng-odp] [PATCH API-NEXT v5 0/1] API:IPSEC: IPSEC events may be reported synchronously

2017-08-10 Thread Github ODP bot
IPSEC events may be delivered synchronous or ansynchrous depending on implementation. Application will know based on return value of odp_ipsec_sa_disable API. Signed-off-by: Nikhil Agarwal nikhil.agar...@linaro.org github /** Email created from pull request

[lng-odp] [PATCH API-NEXT v5 1/1] API:IPSEC: IPSEC events may be reported synchronously.

2017-08-10 Thread Github ODP bot
From: Nikhil Agarwal IPSEC events may be delivered synchronous or ansynchrous depending on implementation. Application will know based on return value of odp_ipsec_sa_disable API. Signed-off-by: Nikhil Agarwal --- /** Email created from

[lng-odp] [PATCH CLOUD-DEV v2 2/2] linux-gen: pool: add generic pool module to mempool subsystem

2017-08-10 Thread Github ODP bot
From: Kevin Wang Signed-off-by: Kevin Wang --- /** Email created from pull request 120 (kevinwangsk:cloud-dev-pool-modular) ** https://github.com/Linaro/odp/pull/120 ** Patch: https://github.com/Linaro/odp/pull/120.patch ** Base sha:

[lng-odp] [PATCH CLOUD-DEV v2 1/2] linux-gen: pool: apply modular framework and create subsystem

2017-08-10 Thread Github ODP bot
From: Kevin Wang Signed-off-by: Kevin Wang --- /** Email created from pull request 120 (kevinwangsk:cloud-dev-pool-modular) ** https://github.com/Linaro/odp/pull/120 ** Patch: https://github.com/Linaro/odp/pull/120.patch ** Base sha:

[lng-odp] [PATCH CLOUD-DEV v2 0/2] Move pool to modular framework

2017-08-10 Thread Github ODP bot
Separate with two commits. First one is to add the pool subsystem in modular framework. Second one is to add the generic pool implementation to the pool subsystem. github /** Email created from pull request 120 (kevinwangsk:cloud-dev-pool-modular) **