Re: [lng-odp] Regarding github pull request

2017-08-02 Thread shally verma
On Wed, Aug 2, 2017 at 10:04 PM, shally verma wrote: > On Wed, Aug 2, 2017 at 6:03 PM, Dmitry Eremin-Solenikov > wrote: >> On 2 August 2017 at 15:18, shally verma wrote: >>> On Wed, Aug 2, 2017 at 4:37

[lng-odp] [PATCH CLOUD-DEV v4 3/3] odp: add modular framework

2017-08-02 Thread Github ODP bot
From: Yi He Add modular programming framework to support selectable implementations for variant software subsystems. Signed-off-by: Yi He --- /** Email created from pull request 65 (heyi-linaro:modular-framework) ** https://github.com/Linaro/odp/pull/65 **

[lng-odp] [PATCH CLOUD-DEV v4 1/3] example: ddf_app: add .gitignore

2017-08-02 Thread Github ODP bot
From: Yi He Signed-off-by: Yi He --- /** Email created from pull request 65 (heyi-linaro:modular-framework) ** https://github.com/Linaro/odp/pull/65 ** Patch: https://github.com/Linaro/odp/pull/65.patch ** Base sha: 1ba26aa5650c05718c177842178de6d0f70b7fc1

[lng-odp] [PATCH CLOUD-DEV v4 2/3] validation: pktio: disable socket mmsg pktio

2017-08-02 Thread Github ODP bot
From: Yi He It was not working already, the problem are obscured in make check because with static pktio_if_ops array socket mmap pktio always take precedence over socket mmsg pktio. Signed-off-by: Yi He --- /** Email created from pull request 65

[lng-odp] [PATCH CLOUD-DEV v4 0/3] odp: add modular framework

2017-08-02 Thread Github ODP bot
Since v2, v3 changed: list.h - remove unused macros atomic.h, rwlock.h - revise documentations module.h/module.c - revise various comments and descriptions - add prefix ODP_ to all external macros/APIs - replace SUBSYSTEM() to SUBSYSTEM_DECLARE()/_DEFINE() - change the way user defines derived

Re: [lng-odp] odp_buffer_t and odp_packet_t

2017-08-02 Thread Bill Fischofer
On Tue, Aug 1, 2017 at 1:37 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > On 1 August 2017 at 06:57, Bill Fischofer > wrote: > > ODP pools are objects of type odp_pool_t that store objects that can be > > allocated and freed via their own

Re: [lng-odp] odp_buffer_t and odp_packet_t

2017-08-02 Thread Bill Fischofer
On Tue, Aug 1, 2017 at 12:04 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > On 1 August 2017 at 06:57, Bill Fischofer > wrote: > > ODP pools are objects of type odp_pool_t that store objects that can be > > allocated and freed via their own

[lng-odp] topic for Connect presentation wanted!

2017-08-02 Thread Maxim Uvarov
Hello ODP community, As you probably know at the end of September we will have Linaro Connect conference. There will be several presentations related to different ODP topics. If you have some topic in mind of wish something to be described more detail please let us know. Presentation will be

[lng-odp] [Linaro/odp] a2040d: linux-gen: crypto: check packet length during oper...

2017-08-02 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: a2040db93b114fb9e1da9aeca1d0a1ea91699448 https://github.com/Linaro/odp/commit/a2040db93b114fb9e1da9aeca1d0a1ea91699448 Author: Dmitry Eremin-Solenikov Date: 2017-08-02

[lng-odp] [Linaro/odp] 4537d0: travis: another attempt to fix cache configuration

2017-08-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 4537d096721a753086592ed5a989beab5647bcfa https://github.com/Linaro/odp/commit/4537d096721a753086592ed5a989beab5647bcfa Author: Dmitry Eremin-Solenikov Date: 2017-08-02

[lng-odp] [Linaro/odp] ded091: travis: cache netmap build

2017-08-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: ded0918391865956e3b00df3c43e4311a7285d4b https://github.com/Linaro/odp/commit/ded0918391865956e3b00df3c43e4311a7285d4b Author: Maxim Uvarov Date: 2017-08-02 (Wed, 02 Aug 2017)

[lng-odp] [PATCH v3 3/3] validation: classification: add test case for classifier enable boolean

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan updates test suite to enable classifier in odp_pktin_queue_param_t config adds test case for classifier enable boolean Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 Signed-off-by: Balasubramanian Manoharan

[lng-odp] [PATCH v3 1/3] linux-generic: pktio: update classifier enable boolean

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan sets classifer enable based on boolean setting on odp_pktin_queue_param_t Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request

[lng-odp] [PATCH v3 2/3] linux-generic: classification: update classifier enable boolean

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan removes classifier enable boolean default setting Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request 103

[lng-odp] [PATCH v3 0/3] validation: classification: support for classifier_enable boolean

2017-08-02 Thread Github ODP bot
Adds implementation and test case for classifier_enable boolean in odp_pktin_queue_param_t struct. Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 github /** Email created from pull request 103 (bala-manoharan:BUG3177) **

[lng-odp] [PATCH v2 1/1] api: packetio: deprecate redundant loop_supported field in capability

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan removes redundant loop_supported boolean in odp_pktio_capability_t Fixes https://bugs.linaro.org/show_bug.cgi?id=2861 Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request 105

[lng-odp] [PATCH v2 0/1] api: pktio: deprecate redundant loop_supported field in capability

2017-08-02 Thread Github ODP bot
removes redundant loop_supported boolean in odp_pktio_capability_t Fixes https://bugs.linaro.org/show_bug.cgi?id=2861 Signed-off-by: Balasubramanian Manoharan bala.manoha...@linaro.org github /** Email created from pull request 105 (bala-manoharan:BUG2861)

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread shally verma
On Wed, Aug 2, 2017 at 6:03 PM, Dmitry Eremin-Solenikov wrote: > On 2 August 2017 at 15:18, shally verma wrote: >> On Wed, Aug 2, 2017 at 4:37 PM, Maxim Uvarov wrote: >>> >>> >>> On 2 August 2017 at 14:05,

[lng-odp] [Linaro/odp] a2040d: linux-gen: crypto: check packet length during oper...

2017-08-02 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: a2040db93b114fb9e1da9aeca1d0a1ea91699448 https://github.com/Linaro/odp/commit/a2040db93b114fb9e1da9aeca1d0a1ea91699448 Author: Dmitry Eremin-Solenikov Date: 2017-08-02

[lng-odp] [Linaro/odp] 999042: linux-gen: timer: set sigev_value in timer_res_ini...

2017-08-02 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: 999042e51837a7ed8c7fb616f75707349515fc3d https://github.com/Linaro/odp/commit/999042e51837a7ed8c7fb616f75707349515fc3d Author: Dmitry Eremin-Solenikov Date: 2017-08-02

[lng-odp] [PATCH v2 3/3] validation: classification: add test case for classifier enable boolean

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan updates test suite to enable classifier in odp_pktin_queue_param_t config adds test case for classifier enable boolean Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 Signed-off-by: Balasubramanian Manoharan

[lng-odp] [PATCH v1 0/3] travis: cache cunit and netmap

2017-08-02 Thread Github ODP bot
Adding cache for cunit and netmap decreases each test about 3 minutes. Most of the tests now run in less then 10 minutes. github /** Email created from pull request 104 (muvarov:master_travis_cache) ** https://github.com/Linaro/odp/pull/104 ** Patch:

[lng-odp] [PATCH v1 2/3] tavis: cache cunit

2017-08-02 Thread Github ODP bot
From: Maxim Uvarov Signed-off-by: Maxim Uvarov --- /** Email created from pull request 104 (muvarov:master_travis_cache) ** https://github.com/Linaro/odp/pull/104 ** Patch: https://github.com/Linaro/odp/pull/104.patch ** Base sha:

[lng-odp] [PATCH v2 2/3] linux-generic: classification: update classifier enable boolean

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan removes classifier enable boolean default setting Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request 103

[lng-odp] [PATCH v2 1/3] linux-generic: pktio: update classifier enable boolean

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan sets classifer enable based on boolean setting on odp_pktin_queue_param_t Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request

[lng-odp] [PATCH v2 0/3] validation: classification: support for classifier_enable boolean

2017-08-02 Thread Github ODP bot
Adds implementation and test case for classifier_enable boolean in odp_pktin_queue_param_t struct. Fixes https://bugs.linaro.org/show_bug.cgi?id=3177 github /** Email created from pull request 103 (bala-manoharan:BUG3177) **

[lng-odp] [PATCH v1 1/3] travis: cache netmap build

2017-08-02 Thread Github ODP bot
From: Maxim Uvarov Signed-off-by: Maxim Uvarov --- /** Email created from pull request 104 (muvarov:master_travis_cache) ** https://github.com/Linaro/odp/pull/104 ** Patch: https://github.com/Linaro/odp/pull/104.patch ** Base sha:

[lng-odp] [PATCH v1 3/3] travis: make distcheck work with custom cunit

2017-08-02 Thread Github ODP bot
From: Maxim Uvarov distcheck uses it's own arguments to validate distribution and does not inherrit them from top level configure. Provide c/ld flags directly to make it happy compile and run tests. Signed-off-by: Maxim Uvarov --- /** Email

[lng-odp] [Linaro/odp] a4afaf: linux-generic: packet: restructure inline routines...

2017-08-02 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: a4afaf9198ac0621b4c8e5ade82cb4f98aeb61cd https://github.com/Linaro/odp/commit/a4afaf9198ac0621b4c8e5ade82cb4f98aeb61cd Author: Bill Fischofer Date: 2017-08-02 (Wed, 02 Aug 2017)

[lng-odp] [Linaro/odp] a4afaf: linux-generic: packet: restructure inline routines...

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

[lng-odp] [Bug 3178] call to timer_create should have sigev_value set

2017-08-02 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3178 Bill Fischofer changed: What|Removed |Added Assignee|lng-odp@lists.linaro.org

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread Dmitry Eremin-Solenikov
On 2 August 2017 at 15:18, shally verma wrote: > On Wed, Aug 2, 2017 at 4:37 PM, Maxim Uvarov wrote: >> >> >> On 2 August 2017 at 14:05, Dmitry Eremin-Solenikov >> wrote: >>> >>> On 02/08/17 13:56, shally

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread shally verma
On Wed, Aug 2, 2017 at 4:37 PM, Maxim Uvarov wrote: > > > On 2 August 2017 at 14:05, Dmitry Eremin-Solenikov > wrote: >> >> On 02/08/17 13:56, shally verma wrote: >> > On Wed, Aug 2, 2017 at 4:15 PM, Maxim Uvarov

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread Maxim Uvarov
On 2 August 2017 at 14:05, Dmitry Eremin-Solenikov < dmitry.ereminsoleni...@linaro.org> wrote: > On 02/08/17 13:56, shally verma wrote: > > On Wed, Aug 2, 2017 at 4:15 PM, Maxim Uvarov > wrote: > >> > >> > >> On 2 August 2017 at 13:35, shally verma

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread Maxim Uvarov
On 2 August 2017 at 13:56, shally verma wrote: > On Wed, Aug 2, 2017 at 4:15 PM, Maxim Uvarov > wrote: > > > > > > On 2 August 2017 at 13:35, shally verma > wrote: > >> > >> Hi > >> > >> Based on discussion in

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread Dmitry Eremin-Solenikov
On 02/08/17 13:56, shally verma wrote: > On Wed, Aug 2, 2017 at 4:15 PM, Maxim Uvarov wrote: >> >> >> On 2 August 2017 at 13:35, shally verma wrote: >>> >>> Hi >>> >>> Based on discussion in yesterday's odp public call, I was trying to >>>

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

2017-08-02 Thread Github ODP bot
From: Shally Verma --- /** Email created from pull request 102 (1234sv:api-next) ** https://github.com/Linaro/odp/pull/102 ** Patch: https://github.com/Linaro/odp/pull/102.patch ** Base sha: 30ed14c05ac17406c2f7890b34c4ac580b5e7a45 ** Merge commit sha:

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

2017-08-02 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 @shally.ve...@gmail.com github /** Email created from pull request 102 (1234sv:api-next) **

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread shally verma
On Wed, Aug 2, 2017 at 4:15 PM, Maxim Uvarov wrote: > > > On 2 August 2017 at 13:35, shally verma wrote: >> >> Hi >> >> Based on discussion in yesterday's odp public call, I was trying to >> exercise github pull request feature for patch

Re: [lng-odp] Regarding github pull request

2017-08-02 Thread Maxim Uvarov
On 2 August 2017 at 13:35, shally verma wrote: > Hi > > Based on discussion in yesterday's odp public call, I was trying to > exercise github pull request feature for patch submission. But running > into some doubts. > > -Should I create a pull request from a main

[lng-odp] Regarding github pull request

2017-08-02 Thread shally verma
Hi Based on discussion in yesterday's odp public call, I was trying to exercise github pull request feature for patch submission. But running into some doubts. -Should I create a pull request from a main odp.git repository like as explained here

[lng-odp] [PATCH v1 1/1] linux-gen: Checks on memory allocations

2017-08-02 Thread Github ODP bot
From: Ilias Apalodimas Fixes: https://bugs.linaro.org/show_bug.cgi?id=3182 by adding proper checks on allocated memory. Signed-off-by: Ilias Apalodimas --- /** Email created from pull request 101 (apalos:bug_3182) **

[lng-odp] [PATCH v1 0/1] linux-gen: Checks on memory allocations

2017-08-02 Thread Github ODP bot
Fixes: https://bugs.linaro.org/show_bug.cgi?id=3182 by adding proper checks on allocated memory. Signed-off-by: Ilias Apalodimas ilias.apalodi...@linaro.org github /** Email created from pull request 101 (apalos:bug_3182) **

Re: [lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: add MAC address and MTU set functions.

2017-08-02 Thread Dmitry Eremin-Solenikov
On 02/08/17 10:03, Maxim Uvarov wrote: > On 2 August 2017 at 09:03, shally verma wrote: > >> Shally - One summary to address all responses around output parameter >> "status". >> >> Consider following use case: >> user added mac addresses @ index 0, 1, 2, 3, 4 >>

Re: [lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: add MAC address and MTU set functions.

2017-08-02 Thread Dmitry Eremin-Solenikov
On 02/08/17 09:03, shally verma wrote: > On Wed, Aug 2, 2017 at 1:39 AM, Maxim Uvarov wrote: >> On 08/01/17 15:02, Bill Fischofer wrote: int odp_pktio_mac_addr(odp_pktio_t pktio, void *mac_addr, int size); /** + * Set the default MAC address of a

[lng-odp] [PATCH API-NEXT v2 2/3] api: classification: add support for packet hashing in classification

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan Enable packet hashing per CoS to be able to distribute incoming packets to multiple queues linked with a CoS. Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request 100

[lng-odp] [PATCH API-NEXT v2 3/3] linux-generic: classification implement packet hashing

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan implementation for packet hashing on classification Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request 100 (bala-manoharan:cls-queue-hashing3) **

[lng-odp] [PATCH API-NEXT v2 1/3] linux-generic: add toeplitz hash algorithm

2017-08-02 Thread Github ODP bot
From: Balasubramanian Manoharan Adds toeplitz hash algorithm implementation for RSS hashing Signed-off-by: Balasubramanian Manoharan --- /** Email created from pull request 100 (bala-manoharan:cls-queue-hashing3) **

[lng-odp] [PATCH API-NEXT v2 0/3] api: classification: adds packet hashing feature

2017-08-02 Thread Github ODP bot
Packet hashing feature has been added to class of service to be able to distribute the packets among several queues github /** Email created from pull request 100 (bala-manoharan:cls-queue-hashing3) ** https://github.com/Linaro/odp/pull/100 ** Patch:

Re: [lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: add MAC address and MTU set functions.

2017-08-02 Thread Maxim Uvarov
On 2 August 2017 at 09:03, shally verma wrote: > On Wed, Aug 2, 2017 at 1:39 AM, Maxim Uvarov > wrote: > > On 08/01/17 15:02, Bill Fischofer wrote: > >> Correct tag for this should be --subject-prefix="API-NEXT PATCHv2" > >> > >> Every time

Re: [lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: add MAC address and MTU set functions.

2017-08-02 Thread shally verma
On Wed, Aug 2, 2017 at 1:39 AM, Maxim Uvarov wrote: > On 08/01/17 15:02, Bill Fischofer wrote: >> Correct tag for this should be --subject-prefix="API-NEXT PATCHv2" >> >> Every time a revision of a patch is submitted, increment the version. This >> is done automatically