Re: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with new wall time API

2015-12-02 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT > Ivan Khoronzhuk > Sent: Tuesday, December 01, 2015 5:08 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with new > wall time API > > The l

Re: [lng-odp] [PATCH v2 2/3] CHANGELOG: initial revision

2015-12-02 Thread Nicolas Morey-Chaisemartin
Wouldn't it make sense to also install the CHANGELOG (with the doc for example) ? On 12/01/2015 08:27 PM, Mike Holmes wrote: > With the addition of an RPM package to the existing debian package we > need to have a single change log for the ODP API and the linux-generic > implementation. > The deb

Re: [lng-odp] [API-NEXT PATCH v2] helper: add cuckoo hash implementation

2015-12-02 Thread Maxim Uvarov
On 12/02/2015 10:26, HePeng wrote: 在 2015年11月30日,下午11:04,Maxim Uvarov 写道: On 11/30/2015 11:18, HePeng wrote: Hi, Maxim, How is everything going, about the ring? Hello Peng, We need to take a look it it's possible to rewrite your hash implementation to odp queues api instead of odp ring. Th

Re: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with new wall time API

2015-12-02 Thread Ivan Khoronzhuk
On 02.12.15 10:20, Savolainen, Petri (Nokia - FI/Espoo) wrote: -Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of EXT Ivan Khoronzhuk Sent: Tuesday, December 01, 2015 5:08 PM To: lng-odp@lists.linaro.org Subject: [lng-odp] [API-NEXT PATCH v5 7/9]

Re: [lng-odp] [PATCH] example: timer: free resources while termination

2015-12-02 Thread Ivan Khoronzhuk
ping On 19.11.15 12:54, Ivan Khoronzhuk wrote: Example should free resources in right order when terminates. Also it should have correct error path. Signed-off-by: Ivan Khoronzhuk --- example/timer/odp_timer_test.c | 46 ++ 1 file changed, 38 insertio

Re: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with new wall time API

2015-12-02 Thread Savolainen, Petri (Nokia - FI/Espoo)
> >> > >> diff --git a/platform/linux-generic/odp_time.c b/platform/linux- > >> generic/odp_time.c > >> index b725086..1aae88c 100644 > >> --- a/platform/linux-generic/odp_time.c > >> +++ b/platform/linux-generic/odp_time.c > >> @@ -11,19 +11,21 @@ > >> #include > >> #include > >> > >> -odp_t

Re: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with new wall time API

2015-12-02 Thread Ivan Khoronzhuk
On 02.12.15 13:39, Ivan Khoronzhuk wrote: On 02.12.15 13:21, Savolainen, Petri (Nokia - FI/Espoo) wrote: diff --git a/platform/linux-generic/odp_time.c b/platform/linux- generic/odp_time.c index b725086..1aae88c 100644 --- a/platform/linux-generic/odp_time.c +++ b/platform/linux-generic/odp

[lng-odp] [PATCH] validation: queue: refactor test to avoid coverity issues

2015-12-02 Thread Bill Fischofer
Change CU_ASSERT order to avoid side effect issues identified by Coverity Signed-off-by: Bill Fischofer --- test/validation/queue/queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/validation/queue/queue.c b/test/validation/queue/queue.c index 3b522c9..3c1c64a 100

Re: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with new wall time API

2015-12-02 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: EXT Ivan Khoronzhuk [mailto:ivan.khoronz...@linaro.org] > Sent: Wednesday, December 02, 2015 1:56 PM > To: Savolainen, Petri (Nokia - FI/Espoo); LNG ODP Mailman List > Subject: Re: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with > new wall time API

Re: [lng-odp] [API-NEXT PATCH v2] helper: add cuckoo hash implementation

2015-12-02 Thread HePeng
> 在 2015年12月2日,下午5:30,Maxim Uvarov 写道: > > On 12/02/2015 10:26, HePeng wrote: >>> 在 2015年11月30日,下午11:04,Maxim Uvarov 写道: >>> >>> On 11/30/2015 11:18, HePeng wrote: Hi, Maxim, How is everything going, about the ring? >>> >>> Hello Peng, >>> >>> We need to take a look it it's possibl

Re: [lng-odp] [API-NEXT PATCH v5 7/9] linux-generic: align with new wall time API

2015-12-02 Thread Ivan Khoronzhuk
On 02.12.15 14:07, Savolainen, Petri (Nokia - FI/Espoo) wrote: -Original Message- From: EXT Ivan Khoronzhuk [mailto:ivan.khoronz...@linaro.org] Sent: Wednesday, December 02, 2015 1:56 PM To: Savolainen, Petri (Nokia - FI/Espoo); LNG ODP Mailman List Subject: Re: [lng-odp] [API-NEXT P

Re: [lng-odp] [PATCH] validation: queue: refactor test to avoid coverity issues

2015-12-02 Thread Ivan Khoronzhuk
On 02.12.15 14:05, Bill Fischofer wrote: Change CU_ASSERT order to avoid side effect issues identified by Coverity Signed-off-by: Bill Fischofer Reviewed-by: Ivan Khoronzhuk --- test/validation/queue/queue.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/va

[lng-odp] [PATCHv2 1/3] validation: pktio: initialize mac addresses for all packets

2015-12-02 Thread Ilya Maximets
For the purpose of testing of real-world interfaces the packet's content should be valid or kernel will throw them away. Signed-off-by: Ilya Maximets --- test/validation/pktio/pktio.c | 46 --- 1 file changed, 39 insertions(+), 7 deletions(-) diff --git a

[lng-odp] [PATCHv2 0/3] TAP pktio

2015-12-02 Thread Ilya Maximets
Creates a new pktio type that allows for creating and sending/receiving packets through TAP interface. Detailed description in commit-message of patch "[PATCHv2 2/3] linux-generic: pktio: add tap pktio type". Changelog: Version 2: * Validation tests added * Pktio tests fixed to wo

[lng-odp] [PATCHv2 2/3] linux-generic: pktio: add tap pktio type

2015-12-02 Thread Ilya Maximets
Creates a new pktio type that allows for creating and sending/receiving packets through TAP interface. It is intended for use as a simple conventional communication method between applications that use kernel network stack (ping, ssh, iperf, etc.) and ODP applications for the purpose of functional

[lng-odp] [PATCHv2 3/3] linux-generic: pktio: add test for tap pktio

2015-12-02 Thread Ilya Maximets
Signed-off-by: Ilya Maximets --- platform/linux-generic/test/Makefile.am | 1 + platform/linux-generic/test/pktio/Makefile.am | 3 +- platform/linux-generic/test/pktio/pktio_run_tap | 111 3 files changed, 114 insertions(+), 1 deletion(-) create mode 100755

[lng-odp] [PATCH] doc: build users and implementers guide in the build tree instead of the source tree

2015-12-02 Thread Nicolas Morey-Chaisemartin
Signed-off-by: Nicolas Morey-Chaisemartin --- doc/implementers-guide/Makefile.am | 4 ++-- doc/users-guide/Makefile.am| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/implementers-guide/Makefile.am b/doc/implementers-guide/Makefile.am index d653968..591e9d6 10

Re: [lng-odp] [PATCH v2 2/3] CHANGELOG: initial revision

2015-12-02 Thread Mike Holmes
On 2 December 2015 at 03:46, Nicolas Morey-Chaisemartin wrote: > Wouldn't it make sense to also install the CHANGELOG (with the doc for > example) ? > I dont know if installed apps usually copy the changelog, but I think it would then go into /usr/share/doc/packagename/. [1] if we do that. htt

Re: [lng-odp] [PATCH v2 2/3] CHANGELOG: initial revision

2015-12-02 Thread Nicolas Morey-Chaisemartin
On 12/02/2015 04:58 PM, Mike Holmes wrote: > > On 2 December 2015 at 03:46, Nicolas Morey-Chaisemartin > wrote: > > Wouldn't it make sense to also install the CHANGELOG (with the doc for > example) ? > > > I dont know if installed apps usually copy the changelog, bu

Re: [lng-odp] [PATCH v2 2/3] CHANGELOG: initial revision

2015-12-02 Thread Maxim Uvarov
On 12/02/2015 18:58, Mike Holmes wrote: On 2 December 2015 at 03:46, Nicolas Morey-Chaisemartin mailto:nmo...@kalray.eu>> wrote: Wouldn't it make sense to also install the CHANGELOG (with the doc for example) ? I dont know if installed apps usually copy the changelog, but I think i

[lng-odp] ODP Roadmap Status Updated

2015-12-02 Thread Marshall Guillory
I updated the ODP website today for the release on the 30th. Roadmaps too based on JIRA sync. http://www.opendataplane.org/opendataplane-roadmap/ -- Sincerely, Marshall Guillory Technical Program Enabler, Agile Coach, Scrum master Networking (LNG) Segment Group and Automation Teams (LAB, QAS,

[lng-odp] [API-NEXT PATCH] linux-generic: tm: use odp_hash_crc32c() api to avoid arch issues

2015-12-02 Thread Bill Fischofer
Change the internal hash_name_and_kind() function to eliminate the use of architecture-specific hash instructions. This eliminates build issues surrounding ARM variants. Future optimizations will use the arch directory consistent with other ODP modules. Signed-off-by: Bill Fischofer --- platform