Re: [lng-odp] [API-NEXTv2] api: ipsec: reorganize odp_ipsec_sa_param_t structure based on SA direction

2017-06-29 Thread Bogdan Pricope
Hi Petri, See my comments, inline. In my patch, member fields are arranged by importance (in my view) and highlighting direction dependency. Yet, "importance" is a subjective term and is clear that you have a different view on it. Do arrange them as you consider appropriate... if direction is hi

Re: [lng-odp] [RFC API-NEXT v2] api: crypto: add crypto packet operation interface

2017-06-29 Thread shally verma
On Thu, Jun 29, 2017 at 4:18 AM, Dmitry Eremin-Solenikov wrote: > Input and output of crypto operations are packets. API is more flexible > for application and API pipelining when output is packet with additional > metadata. Application or API pipeline stages which do not care about > crypto resul

Re: [lng-odp] [PATCH] doc: userguide: add portability and usage info for odp time apis

2017-06-29 Thread Bill Fischofer
On Thu, Jun 22, 2017 at 4:50 PM, Brian Brooks wrote: > On 06/29 16:21:47, Maxim Uvarov wrote: >> Hello Bill, >> >> patch is good. Please see my notes bellow which I think reasonable. >> >> >> On 02/14/17 01:47, Bill Fischofer wrote: >> > Clarify and expand on portability and performance considerat

Re: [lng-odp] [PATCH] doc: userguide: add portability and usage info for odp time apis

2017-06-29 Thread Brian Brooks
On 06/29 16:21:47, Maxim Uvarov wrote: > Hello Bill, > > patch is good. Please see my notes bellow which I think reasonable. > > > On 02/14/17 01:47, Bill Fischofer wrote: > > Clarify and expand on portability and performance considerations > > regarding the use of the ODP time APIs in fulfillme

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-29 Thread Brian Brooks
On 06/29 12:08:49, Savolainen, Petri (Nokia - FI/Espoo) wrote: > > > > -Original Message- > > From: Brian Brooks [mailto:brian.bro...@arm.com] > > Sent: Wednesday, June 28, 2017 5:17 PM > > To: Savolainen, Petri (Nokia - FI/Espoo) > > Cc: Joyce Kong ; lng-odp@lists.linaro.org > > Subject

[lng-odp] [RFCv2] ddf: example: build module with dpdk support

2017-06-29 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/ddf_app/odp_ddf_app.c| 14 +++- example/ddf_ifs/Makefile.am | 9 ++- example/ddf_ifs/ddf_ifs_enumr_dpdk.c | 126 ++- example/m4/configure.m4 | 2 + example/m4/example_dpdk.m4 |

[lng-odp] [RFCv2] ddf: examples: module with dpdk support

2017-06-29 Thread Bogdan Pricope
v2: Fix linking with dpdk shared libraries v1: This RFC shows how to build a DDF module with DPDK support while application and odp have no DPDK support. Step 1: Run 'build-example-ddf-dpdk' script. e.g: $ ./scripts/build-example-ddf-dpdk This will: - clone dpdk - configure dpdk to build as s

Re: [lng-odp] [PATCH] doc: userguide: add portability and usage info for odp time apis

2017-06-29 Thread Maxim Uvarov
Hello Bill, patch is good. Please see my notes bellow which I think reasonable. On 02/14/17 01:47, Bill Fischofer wrote: > Clarify and expand on portability and performance considerations > regarding the use of the ODP time APIs in fulfillment of JIRA fulfilment > issue https://projects.linaro

Re: [lng-odp] [API-NEXTv2] api: ipsec: reorganize odp_ipsec_sa_param_t structure based on SA direction

2017-06-29 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of > Bogdan Pricope > Sent: Thursday, June 22, 2017 9:56 AM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [API-NEXTv2] api: ipsec: reorganize > odp_ipsec_sa_param_t structure based on SA directio

Re: [lng-odp] [API-NEXTv2] api: ipsec: reorganize odp_ipsec_sa_param_t structure based on SA direction

2017-06-29 Thread Bogdan Pricope
Ping! On 22 June 2017 at 09:55, Bogdan Pricope wrote: > Signed-off-by: Bogdan Pricope > --- > include/odp/api/spec/ipsec.h | 114 > --- > 1 file changed, 63 insertions(+), 51 deletions(-) > > diff --git a/include/odp/api/spec/ipsec.h b/include/odp/api/sp

Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler interface

2017-06-29 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: Brian Brooks [mailto:brian.bro...@arm.com] > Sent: Wednesday, June 28, 2017 5:17 PM > To: Savolainen, Petri (Nokia - FI/Espoo) > Cc: Joyce Kong ; lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCHv2] linux-gen: scheduler: modular scheduler > interface >

[lng-odp] [PATCH v2 5/8] doc: drop images full paths, we have imagesdir properly set

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 61 (lumag:docs-fix) ** https://github.com/Linaro/odp/pull/61 ** Patch: https://github.com/Linaro/odp/pull/61.patch ** Base sha: 9b78da8e2373ab0530cfbbd72b2229059b57ddf1 ** Merge commi

[lng-odp] [PATCH v2 8/8] travis: pass proper path to make distcheck

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov On Travis CI gems are installed into user home directory. If make distcheck is run under sudo, PATH will be reset and configure won't be able to find asciidoctor. So let's pass full user's path to make distcheck. Signed-off-by: Dmitry Eremin-Solenikov --- /** Emai

[lng-odp] [PATCH v2 7/8] build: enable user guides during distcheck

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 61 (lumag:docs-fix) ** https://github.com/Linaro/odp/pull/61 ** Patch: https://github.com/Linaro/odp/pull/61.patch ** Base sha: 9b78da8e2373ab0530cfbbd72b2229059b57ddf1 ** Merge commi

[lng-odp] [PATCH v2 6/8] doc: include sources of generated images into distribution

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 61 (lumag:docs-fix) ** https://github.com/Linaro/odp/pull/61 ** Patch: https://github.com/Linaro/odp/pull/61.patch ** Base sha: 9b78da8e2373ab0530cfbbd72b2229059b57ddf1 ** Merge commi

[lng-odp] [PATCH v2 1/8] doc: add IMAGES_DIR instead of specifying full path to images

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 61 (lumag:docs-fix) ** https://github.com/Linaro/odp/pull/61 ** Patch: https://github.com/Linaro/odp/pull/61.patch ** Base sha: 9b78da8e2373ab0530cfbbd72b2229059b57ddf1 ** Merge commi

[lng-odp] [PATCH v2 4/8] doc: fix user-guide.doc permissions

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 61 (lumag:docs-fix) ** https://github.com/Linaro/odp/pull/61 ** Patch: https://github.com/Linaro/odp/pull/61.patch ** Base sha: 9b78da8e2373ab0530cfbbd72b2229059b57ddf1 ** Merge commi

[lng-odp] [PATCH v2 3/8] doc: use CLEANFILES instead of handcoding clean rules

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 61 (lumag:docs-fix) ** https://github.com/Linaro/odp/pull/61 ** Patch: https://github.com/Linaro/odp/pull/61.patch ** Base sha: 9b78da8e2373ab0530cfbbd72b2229059b57ddf1 ** Merge commi

[lng-odp] [PATCH v2 2/8] doc: fix documentation building

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Set VPATH to just $(srcdir) so that make can locate adoc files itself. Drop long paths starting from $(top_srcdir), which are unnecessary now. Properly declare SUFFIXES used in documentation building (so that automake can pass that to make to enable proper rules subs

[lng-odp] [PATCH v2 0/8] Documentation build fixes

2017-06-29 Thread Github ODP bot
Several misc fixes for the documentation building resulting in major change: documentation can now be built in out-of-tree mode and so user guides building can be enabled in AM_DISTCHECK_OPTIONS github /** Email created from pull request 61 (lumag:docs-fix

[lng-odp] [PATCH API-NEXT v1 1/1] linux-gen: fix out-of-tree build

2017-06-29 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Drop include/odp/api/spec/deprecated.h from headers list incorrectly added by merge a5ef33a6f2575cd011cb05c3fb1b06d1c017f879. Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 63 (lumag:fix-deprecated) ** https://github.com/Linaro/odp/

[lng-odp] [PATCH API-NEXT v1 0/1] linux-gen: fix out-of-tree build

2017-06-29 Thread Github ODP bot
Drop include/odp/api/spec/deprecated.h from headers list incorrectly added by merge a5ef33a. Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsoleni...@linaro.org github /** Email created from pull request 63 (lumag:fix-deprecated) ** https://github.com/

Re: [lng-odp] [PATCH API-NEXT v3 0/2] event subtype implementation

2017-06-29 Thread Savolainen, Petri (Nokia - FI/Espoo)
Reviewed-by: Petri Savolainen > -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of > Dmitry Eremin-Solenikov > Sent: Friday, June 16, 2017 2:48 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH API-NEXT v3 0/2] event subtype implementati