Re: [lng-odp] ODP_EVENT_CRYPTO_COMPL and ODP_EVENT_IPSEC_STATUS

2017-08-09 Thread Bill Fischofer
On Wed, Aug 9, 2017 at 10:55 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > On 9 August 2017 at 15:54, Bill Fischofer > wrote: > > > > > > On Wed, Aug 9, 2017 at 10:55 AM, Honnappa Nagarahalli > > wrote: > >> > >>

Re: [lng-odp] ODP_EVENT_CRYPTO_COMPL and ODP_EVENT_IPSEC_STATUS

2017-08-09 Thread Honnappa Nagarahalli
On 9 August 2017 at 15:54, Bill Fischofer wrote: > > > On Wed, Aug 9, 2017 at 10:55 AM, Honnappa Nagarahalli > wrote: >> >> Hi, >> I believe ODP_EVENT_CRYPTO_COMPL is being deprecated. I am tying to >> understand

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

2017-08-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3198 Yi He changed: What|Removed |Added Assignee|yi...@linaro.org|bogdan.pric...@linaro.org -- You

Re: [lng-odp] ODP_EVENT_CRYPTO_COMPL and ODP_EVENT_IPSEC_STATUS

2017-08-09 Thread Bill Fischofer
On Wed, Aug 9, 2017 at 10:55 AM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Hi, > I believe ODP_EVENT_CRYPTO_COMPL is being deprecated. I am tying to > understand ODP_EVENT_IPSEC_STATUS. Are we going to have a pool type > corresponding to ODP_EVENT_IPSEC_STATUS (like we

[lng-odp] [Bug 3201] Performance degradation due to no-copy packet reference commits

2017-08-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3201 --- Comment #3 from Bill Fischofer --- Here's an example of what we're dealing with. If you look at the delta in the path for odp_packet_alloc() you see that it consists of exactly three additional odp_packet_hdr_t field

[lng-odp] [Bug 3201] Performance degradation due to no-copy packet reference commits

2017-08-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3201 Bill Fischofer changed: What|Removed |Added CC|

[lng-odp] ODP_EVENT_CRYPTO_COMPL and ODP_EVENT_IPSEC_STATUS

2017-08-09 Thread Honnappa Nagarahalli
Hi, I believe ODP_EVENT_CRYPTO_COMPL is being deprecated. I am tying to understand ODP_EVENT_IPSEC_STATUS. Are we going to have a pool type corresponding to ODP_EVENT_IPSEC_STATUS (like we have for buffers, packets and timeouts)? Thanks, Honnappa

[lng-odp] [Bug 3201] Performance degradation due to no-copy packet reference commits

2017-08-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3201 --- Comment #1 from Bill Fischofer --- Thanks, Petri. The L2fwd numbers are things we should be able to work with. Do you have any sort of "hot spot" analysis to say where the extra pathlength is coming from in those runs?

[lng-odp] [Bug 3201] New: Performance degradation due to no-copy packet reference commits

2017-08-09 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3201 Bug ID: 3201 Summary: Performance degradation due to no-copy packet reference commits Product: OpenDataPlane - linux- generic reference Version: master Hardware: Other

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

2017-08-09 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 API-NEXT v3 1/1] API:IPSEC: IPSEC events may be reported synchronously.

2017-08-09 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 v1 1/2] linux-gen: pool: apply modular framework and create subsystem

2017-08-09 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 API-NEXT v3 0/1] API:IPSEC: IPSEC events may be reported synchronously

2017-08-09 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 CLOUD-DEV v1 0/2] Move pool to modular framework

2017-08-09 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) **

Re: [lng-odp] [PATCH v1 1/1] example: generator : use packet reference API to generate udp and icmp traffic

2017-08-09 Thread Bogdan Pricope
Thank you, Maxim. BR, Bogdan On 9 August 2017 at 10:48, Bogdan Pricope wrote: > Ping. > > I need this to be 'finalized' before updating dpdk hw checksum support PR. > > BR, > Bogdan > > On 8 August 2017 at 14:00, Github ODP bot wrote: >> From:

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

2017-08-09 Thread GitHub
Branch: refs/heads/master 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] [PATCH v1 1/1] linux-gen: dpdk: make sure mbuf memory is allocated from huge pages

2017-08-09 Thread Github ODP bot
From: Matias Elo DPDK requires that mbuf memory is allocated from huge pages to ensure page locking. Modify zero-copy dpdk pktio to fall back to packet copy if transmitted ODP packet is not allocated from huge page memory. Signed-off-by: Matias Elo

[lng-odp] [PATCH v1 0/1] linux-gen: dpdk: make sure mbuf memory is allocated from huge pages

2017-08-09 Thread Github ODP bot
DPDK requires that mbuf memory is allocated from huge pages to ensure page locking. Modify zero-copy dpdk pktio to fall back to packet copy if transmitted ODP packet is not allocated from huge page memory. Signed-off-by: Matias Elo matias@nokia.com

Re: [lng-odp] [PATCH v1 1/1] example: generator : use packet reference API to generate udp and icmp traffic

2017-08-09 Thread Bogdan Pricope
Ping. I need this to be 'finalized' before updating dpdk hw checksum support PR. BR, Bogdan On 8 August 2017 at 14:00, Github ODP bot wrote: > From: Bogdan Pricope > > Signed-off-by: Bogdan Pricope > --- > /** Email