[lng-odp] [Bug 3024] odp_traffic_mngr example is broken

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3024 --- Comment #4 from Bill Fischofer --- Verified that bad behavior still present in master: bill@Ubuntu64:~/linaro/odp/example/traffic_mgmt$ gdb ./odp_traffic_mgmt core GNU gdb (Ubuntu 7.12.50.20170314-0ubuntu1.1) 7.12.50.20170314-git Copyright (C) 201

[lng-odp] [Bug 2254] check-odp: valgrind generates "No rule to make target"

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2254 --- Comment #4 from Dmitry Eremin-Solenikov --- Works for me. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [PATCH v4 1/1] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
From: Ilias Apalodimas Using odp_time_local() on each iteration consumes too much cpu for no reason. Netmap pktio reported a boost from ~550kpps to ~1.2Mpps when odp_generator was used as a receiver on 1Gbit links. Signed-off-by: Ilias Apalodimas --- /** Email created from pull request 157 (apa

[lng-odp] [PATCH v4 0/1] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
Using odp_time_local() on each iteration consumes too much cpu for no reason Netmap pktio reported ~550kpps prior to this and ~1.2Mpps after the patch, when odp_generator was used as a receiver. Signed-off-by: Ilias Apalodimas ilias.apalodi...@linaro.org github-

[lng-odp] [Bug 2254] check-odp: valgrind generates "No rule to make target"

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2254 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org,

[lng-odp] [Bug 2988] ODP exposes symbols outside of odp*/_odp* namespace

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2988 Dmitry Eremin-Solenikov changed: What|Removed |Added Resolution|FIXED |--- Status|RESOLVED

[lng-odp] [Bug 2411] linux-generic/odp_schedule_sp.c contains todo items

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2411 --- Comment #6 from Bill Fischofer --- Ping to Petri for update. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 2903] validation: add test case for PMR LD_VNI

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2903 --- Comment #6 from Bill Fischofer --- Ping to Bala for update. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 2976] IP headers checksum functions are incorrect

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2976 Bill Fischofer changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[lng-odp] [Bug 2988] ODP exposes symbols outside of odp*/_odp* namespace

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2988 Bill Fischofer changed: What|Removed |Added Resolution|--- |FIXED Status|UNCONFIRMED

[lng-odp] [Bug 3024] odp_traffic_mngr example is broken

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3024 --- Comment #3 from Bill Fischofer --- Ping to self to take a look at this. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug.

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

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3201 --- Comment #6 from Bill Fischofer --- Expecting update from Petri on packet rework. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [Bug 3210] packet header parsing routines should verify header checksums

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3210 Bill Fischofer changed: What|Removed |Added CC||bill.fischo...@linaro.org --- Comment #1 from

[lng-odp] [Bug 3216] Adding --enable-helper-linux configure flag breaks build

2017-08-31 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3216 Bill Fischofer changed: What|Removed |Added Resolution|--- |FIXED Status|CONFIRMED

[lng-odp] [PATCH v3 1/1] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
From: Ilias Apalodimas Using odp_time_local() on each iteration consumes too much cpu for no reason Netmap pktio reported ~550kpps prior to this and ~1.2Mpps after the patch, when odp_generator was used as a receiver. Signed-off-by: Ilias Apalodimas --- /** Email created from pull request 157 (

[lng-odp] [PATCH v3 0/1] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
Using odp_time_local() on each iteration consumes too much cpu for no reason Netmap pktio reported ~550kpps prior to this and ~1.2Mpps after the patch, when odp_generator was used as a receiver. Signed-off-by: Ilias Apalodimas ilias.apalodi...@linaro.org github-

[lng-odp] [PATCH v2 2/2] odp-generator: Remove whitespace after cast as checkpatch.pl suggested

2017-08-31 Thread Github ODP bot
From: Ilias Apalodimas Signed-off-by: Ilias Apalodimas --- /** Email created from pull request 157 (apalos:gen_cpu_fix) ** https://github.com/Linaro/odp/pull/157 ** Patch: https://github.com/Linaro/odp/pull/157.patch ** Base sha: 7508c5ac906bb7cb1d339b4c5e924f3a18e504ca ** Merge commit sha:

[lng-odp] [PATCH v2 1/2] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
From: Ilias Apalodimas Using odp_time_local() on each iteration consumes too much cpu for no reason Netmap pktio reported ~550kpps prior to this and ~1.2Mpps after the patch, when odp_generator was used as a receiver. Signed-off-by: Ilias Apalodimas --- /** Email created from pull request 157 (a

[lng-odp] [PATCH v2 0/2] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
Using odp_time_local() on each iteration consumes too much cpu for no reason Netmap pktio reported ~550kpps prior to this and ~1.2Mpps after the patch, when odp_generator was used as a receiver. Signed-off-by: Ilias Apalodimas ilias.apalodi...@linaro.org github-

[lng-odp] [CLOUD-DEV, RFCv1] examples: register custom pktio_ops module

2017-08-31 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/ddf_app/odp_ddf_app.c | 16 +++- example/ddf_ifs/Makefile.am| 4 +- example/ddf_ifs/ddf_ifs_driver.c | 88 ++ frameworks/modular/odp_module.h| 10 +++

[lng-odp] [CLOUD-DEV,RFCv1] Register custom pktio

2017-08-31 Thread Bogdan Pricope
To be applied on top of PR139 and '[CLOUD-DEV,RFCv1] Add generic ops_data support' patch Bogdan Pricope (1): examples: register custom pktio_ops module example/ddf_app/odp_ddf_app.c | 16 +++- example/ddf_ifs/Makefile.am| 4 +- example/ddf_ifs/ddf

[lng-odp] [PATCH v1 1/1] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
From: Ilias Apalodimas Using odp_time_local() on each iteration consumes too much cpu for no reason Netmap pktio reported ~550kpps prior to this and ~1.2Mpps after the patch, when odp_generator was used as a receiver. Signed-off-by: Ilias Apalodimas --- /** Email created from pull request 157 (a

[lng-odp] [PATCH v1 0/1] odp-generator: Use clock related functions less when printing

2017-08-31 Thread Github ODP bot
Using odp_time_local() on each iteration consumes too much cpu for no reason Netmap pktio reported ~550kpps prior to this and ~1.2Mpps after the patch, when odp_generator was used as a receiver. Signed-off-by: Ilias Apalodimas ilias.apalodi...@linaro.org github-

[lng-odp] [PATCH API-NEXT v1 1/1] api: comp: introduce compression API

2017-08-31 Thread Github ODP bot
From: Shally Verma This patch incorporates review comments made over API-NEXT PATCH v8 PR#102 - Add description to Comp API hash algorithm - Add specific reference of SHA-2 for SHA256 - Rename algorithm parameters in odp_comp_capability_t - Add more description to odp_comp_alg

[lng-odp] [PATCH API-NEXT v1 0/1] api: comp: introduce compression API

2017-08-31 Thread Github ODP bot
This patch incorporates review comments made over API-NEXT PATCH v8 PR#102 - Add description to Comp API hash algorithm - Add specific reference of SHA-2 for SHA256 - Rename algorithm parameters in odp_comp_capability_t - Add more description to odp_comp_alg_param_t Signed-off-by: Shally Verma Si

Re: [lng-odp] api-next broken?

2017-08-31 Thread Verma, Shally
-Original Message- From: Dmitry Eremin-Solenikov [mailto:dmitry.ereminsoleni...@linaro.org] Sent: 31 August 2017 16:13 To: shally verma ; lng-odp-forward Cc: Pimpalkar, Shrutika ; Verma, Shally ; Nilla, Subrahmanyam Subject: Re: [lng-odp] api-next broken? On 31/08/17 13:25, shally ve

Re: [lng-odp] api-next broken?

2017-08-31 Thread Dmitry Eremin-Solenikov
On 31/08/17 13:25, shally verma wrote: > I was trying api-next from linaro/odp as of today and am seeing this > error. Am I missing anything here? > > I simply use > ./bootstrap > ./configure > ./make > > make[2]: Entering directory > `/home/shrutika/zip/zip-linux/83xx/odp/odp/example/ipfragreass

Re: [lng-odp] api-next broken?

2017-08-31 Thread Maxim Uvarov
-latomic is not installed and ./configure did not detect that. Can you please write compiler version? On 31 August 2017 at 13:25, shally verma wrote: > I was trying api-next from linaro/odp as of today and am seeing this > error. Am I missing anything here? > > I simply use > ./bootstrap > ./co

[lng-odp] api-next broken?

2017-08-31 Thread shally verma
I was trying api-next from linaro/odp as of today and am seeing this error. Am I missing anything here? I simply use ./bootstrap ./configure ./make make[2]: Entering directory `/home/shrutika/zip/zip-linux/83xx/odp/odp/example/ipfragreass' CC odp_ipfragreass-odp_ipfragreass.o CC o

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

2017-08-31 Thread vamsi a
On Tue, Aug 29, 2017 at 3:36 PM, Vamsi Attunuru wrote: > Signed-off-by: Vamsi Attunuru > Signed-off-by: Shally Verma > Signed-off-by: Mahipal Challa > > --- > include/odp/api/spec/packet_io.h | 43 +- > -- > 1 file changed, 23 insertions(+), 20 deletions(-)