[lng-odp] [PATCH API-NEXT v1 1/1] linux-gen: timer: control the timer pool polling frequency dynamically

2017-08-04 Thread Github ODP bot
From: Joyce Kong The frequency of timer pool polling needs to be adjusted according to the duration of the timer started in the timer module. And there need to be 0 timer pool polling when no timer pools/timers created. At the same time, enable inline timers when passing

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

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2988 --- Comment #7 from Dmitry Eremin-Solenikov --- Yes, I will take a look. -- You are receiving this mail because: You are on the CC list for the bug.

[lng-odp] [PATCH API-NEXT v1 0/1] linux-gen: timer: control the timer pool polling frequency dynamically

2017-08-04 Thread Github ODP bot
The frequency of timer pool polling needs to be adjusted according to the duration of the timer started in the timer module. And there need to be 0 timer pool polling when no timer pools/timers created. At the same time, enable inline timers when passing NULL for odp_init_global. Signed-off-by:

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

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

2017-08-04 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 API-NEXT v1 3/13] linux-gen: fdserver: mark client_lock as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 0/13] Symbols cleanup

2017-08-04 Thread Github ODP bot
Several low-hanging fruits for https://bugs.linaro.org/show_bug.cgi?id=2988 github /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch: https://github.com/Linaro/odp/pull/108.patch ** Base

[lng-odp] [PATCH API-NEXT v1 6/13] linux-gen: pktio: drop/staticize leftovers from single queue shim

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 8/13] linux-gen: queue: drop two unused functions

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 10/13] linux-gen: sched iquery: mark thread_local as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 13/13] linux-gen: scalable queue: mark queue_shm_pool as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 7/13] linux-gen: pktio: mark pktio_tbl as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 1/13] linux-gen: hide get_qentry

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Replace two last index->qentry lookups with pointers to quentry, thus making it possible to make get_qentry static in odp_queue.c Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created

[lng-odp] [PATCH API-NEXT v1 5/13] linux-gen: scheduler: drop unused callback

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 9/13] linux-gen: sched: mark sched_local as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 11/13] linux-gen: scalable sched: mark several function as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 12/13] linux-gen: scalable sched: mark sched_grp_lock as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [PATCH API-NEXT v1 4/13] linux-gen: classification: mark several functions as static

2017-08-04 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 108 (lumag:symbols-cleanup) ** https://github.com/Linaro/odp/pull/108 ** Patch:

[lng-odp] [Bug 3177] Test case for classification enable

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3177 Bala Manoharan changed: What|Removed |Added Status|IN_PROGRESS |RESOLVED

[lng-odp] [PATCH API-NEXT v8 0/1] comp: compression spec

2017-08-04 Thread Github ODP bot
This patch addresses review comments on v4 Patch. Main changes: -Changed event type to ODP_EVENT_PACKET and subtype to ODP_EVENT_PACKET_COMP github /** Email created from pull request 102 (1234sv:api-next) ** https://github.com/Linaro/odp/pull/102 **

[lng-odp] [PATCH API-NEXT v8 1/1] comp: compression spec

2017-08-04 Thread Github ODP bot
From: Shally Verma Signed-off-by: Shally Verma Signed-off-by: Mahipal Challa Cc prasadathreya.naray...@cavium.com --- /** Email created from pull request 102 (1234sv:api-next) **

Re: [lng-odp] Issues in adding mempool to modular framework

2017-08-04 Thread Bill Fischofer
On Fri, Aug 4, 2017 at 12:35 AM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Hi, >Continuing our discussion from today's cloud call, in > Linux-generic, this is what I found: > > odp_buffer_t is the base class structure for odp_packet_t. So, the >

[lng-odp] [Bug 3177] Test case for classification enable

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3177 --- Comment #6 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/c5436c447df98e0ec78de3620c7fe48141fef760 refs/heads/api-next 2017-08-04T19:28:01+03:00 Balasubramanian Manoharan bala.manoha...@linaro.org

[lng-odp] [Bug 3177] Test case for classification enable

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3177 --- Comment #7 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/641717bac482831a8f9702af7f941cfc349ada91 refs/heads/api-next 2017-08-04T19:28:01+03:00 Balasubramanian Manoharan bala.manoha...@linaro.org validation:

[lng-odp] [Bug 3182] Memory allocation checks

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3182 --- Comment #3 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/ab62d19d4811e2699ac0614bf4ba1d481bb3b2b1 refs/heads/api-next 2017-08-04T19:31:54+03:00 Ilias Apalodimas apa...@gmail.com linux-gen: queue: checks on

[lng-odp] [Bug 3177] Test case for classification enable

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3177 --- Comment #5 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/2fff8b0247a0da108c45c9febc1029bc8e12d347 refs/heads/api-next 2017-08-04T19:28:01+03:00 Balasubramanian Manoharan bala.manoha...@linaro.org

Re: [lng-odp] Issues in adding mempool to modular framework

2017-08-04 Thread Honnappa Nagarahalli
On 4 August 2017 at 08:10, Bill Fischofer wrote: > > > On Fri, Aug 4, 2017 at 12:35 AM, Honnappa Nagarahalli > wrote: >> >> Hi, >>Continuing our discussion from today's cloud call, in >> Linux-generic, this is what I found: >> >>

[lng-odp] [Bug 3177] Test case for classification enable

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3177 --- Comment #2 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/2fff8b0247a0da108c45c9febc1029bc8e12d347 refs/heads/master 2017-08-04T19:28:01+03:00 Balasubramanian Manoharan bala.manoha...@linaro.org linux-generic:

[lng-odp] [Bug 3182] Memory allocation checks

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3182 --- Comment #2 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/ab62d19d4811e2699ac0614bf4ba1d481bb3b2b1 refs/heads/master 2017-08-04T19:31:54+03:00 Ilias Apalodimas apa...@gmail.com linux-gen: queue: checks on

[lng-odp] [Linaro/odp] ab62d1: linux-gen: queue: checks on memory allocations

2017-08-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: ab62d19d4811e2699ac0614bf4ba1d481bb3b2b1 https://github.com/Linaro/odp/commit/ab62d19d4811e2699ac0614bf4ba1d481bb3b2b1 Author: Ilias Apalodimas Date: 2017-08-04 (Fri, 04 Aug 2017)

[lng-odp] [Linaro/odp] 2fff8b: linux-generic: pktio: update classifier enable boo...

2017-08-04 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: 2fff8b0247a0da108c45c9febc1029bc8e12d347 https://github.com/Linaro/odp/commit/2fff8b0247a0da108c45c9febc1029bc8e12d347 Author: Balasubramanian Manoharan Date: 2017-08-04 (Fri,

[lng-odp] [Bug 2861] Remove redundant loop_support parameter in pktio capability

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=2861 Bala Manoharan changed: What|Removed |Added Status|IN_PROGRESS |RESOLVED

[lng-odp] [Linaro/odp] 2fff8b: linux-generic: pktio: update classifier enable boo...

2017-08-04 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 2fff8b0247a0da108c45c9febc1029bc8e12d347 https://github.com/Linaro/odp/commit/2fff8b0247a0da108c45c9febc1029bc8e12d347 Author: Balasubramanian Manoharan Date: 2017-08-04 (Fri, 04

[lng-odp] [Bug 3177] Test case for classification enable

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3177 --- Comment #3 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/c5436c447df98e0ec78de3620c7fe48141fef760 refs/heads/master 2017-08-04T19:28:01+03:00 Balasubramanian Manoharan bala.manoha...@linaro.org linux-generic:

[lng-odp] [Bug 3177] Test case for classification enable

2017-08-04 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3177 --- Comment #4 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/641717bac482831a8f9702af7f941cfc349ada91 refs/heads/master 2017-08-04T19:28:01+03:00 Balasubramanian Manoharan bala.manoha...@linaro.org validation: