[lng-odp] [Linaro/odp] db7cc4: api: ipsec: add warning status event

2017-07-18 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: db7cc41aeb559dd296f3a6d8570aa10326a31d5e https://github.com/Linaro/odp/commit/db7cc41aeb559dd296f3a6d8570aa10326a31d5e Author: Petri Savolainen Date: 2017-07-18 (Tue, 18 Jul

Re: [lng-odp] [API-NEXT PATCH] api: ipsec: add warning status event

2017-07-18 Thread Maxim Uvarov
Merged, Maxim. On 07/18/17 07:54, Nikhil Agarwal wrote: > Reviewed-by: Nikhil Agarwal > > -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Petri > Savolainen > Sent: Friday, July 14, 2017 6:14 PM > To:

[lng-odp] [PATCH v3 2/3] travis: simplify cross-compilation setup

2017-07-18 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Following Maxim's idea use apt-get to download and install cross-packages. Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 73 (lumag:cross-2) **

[lng-odp] [PATCH v3 3/3] travis: add clang cross-compilation checks

2017-07-18 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 73 (lumag:cross-2) ** https://github.com/Linaro/odp/pull/73 ** Patch: https://github.com/Linaro/odp/pull/73.patch

Re: [lng-odp] [PATCH API-NEXT v3 1/1] linux-gen: pktio: loop: reset packet subtype on loopback

2017-07-18 Thread Dmitry Eremin-Solenikov
On 18.07.2017 00:38, Maxim Uvarov wrote: > On 07/12/17 12:00, Github ODP bot wrote: >> From: Dmitry Eremin-Solenikov >> >> loop interface can get any kind of packets, but should output only basic >> packets. Reset packet subtype on loopback. >> >> Signed-off-by:

[lng-odp] [PATCH v3 1/3] example: ipfragaddress: fix compilation with clang

2017-07-18 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Clang 3.8 is stricter than GCC wrt register allocation vs 128-bit variables. Sometimes it can not understand using 128-bit var in place of 64-bit register resulting in the following errors: /odp_ipfragreass_atomics_arm.h:18:51:

[lng-odp] [PATCH v3 0/3] Cross-compilation test updates

2017-07-18 Thread Github ODP bot
Per @muvarov's suggestion use apt-get instead of dpkg-cross to install cross-packages Add cross-compilation tests using clang github /** Email created from pull request 73 (lumag:cross-2) ** https://github.com/Linaro/odp/pull/73 ** Patch:

[lng-odp] [PATCH API-NEXT v4 1/2] linux-gen: pktio: loop: reset packet subtype on loopback

2017-07-18 Thread Github ODP bot
From: Dmitry Eremin-Solenikov loop interface can get any kind of packets, but should output only basic packets. Reset packet subtype on loopback. Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request

[lng-odp] [PATCH v2 0/1] test: ipc pktio: bind tasks to cores

2017-07-18 Thread Github ODP bot
tasks which use odp time api have to be bind to cores. https://bugs.linaro.org/show_bug.cgi?id=3126 Signed-off-by: Maxim Uvarov maxim.uva...@linaro.org github /** Email created from pull request 79 (muvarov:master_ipc_bug3126) **

Re: [lng-odp] [PATCHv3] linux-gen: scheduler: clean up odp_scheduler_if.h

2017-07-18 Thread Elo, Matias (Nokia - FI/Espoo)
> On 18 Jul 2017, at 6:58, Honnappa Nagarahalli > wrote: > > On 17 July 2017 at 04:23, Elo, Matias (Nokia - FI/Espoo) > wrote: >> Does this patch fix some real problem? At leas for me it only makes the >> scheduler interface harder to

[lng-odp] [PATCH v2 1/1] test: ipc pktio: bind tasks and keep packet order

2017-07-18 Thread Github ODP bot
From: Maxim Uvarov Tasks which use odp time api have to be bind to cores. pktio_ipc1 and pktio_ipc2 apps expect counters inside packets incrementing in order - cache request in buffers to process such packet can not be allocated immediately. Single reorder of

[lng-odp] [PATCH API-NEXT v4 2/2] linux-gen: pktio: loop: support IPsec outbound inline

2017-07-18 Thread Github ODP bot
From: Dmitry Eremin-Solenikov Add support for outbound inline IPsec packet processing on loop interface. Signed-off-by: Dmitry Eremin-Solenikov --- /** Email created from pull request 68 (lumag:packet-loop) **

[lng-odp] [PATCH API-NEXT v4 0/2] linux-gen: pktio: loop: reset packet subtype on loopback

2017-07-18 Thread Github ODP bot
loop interface can get any kind of packets, but should output only basic packets. Reset packet subtype on loopback. Signed-off-by: Dmitry Eremin-Solenikov dmitry.ereminsoleni...@linaro.org github /** Email created from pull request 68 (lumag:packet-loop)

[lng-odp] [Linaro/odp] 95ba4b: test: ipc pktio: bind tasks and keep packet order

2017-07-18 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 95ba4b394009d92c29c2e22f0776e90bb4c6edec https://github.com/Linaro/odp/commit/95ba4b394009d92c29c2e22f0776e90bb4c6edec Author: Maxim Uvarov Date: 2017-07-18 (Tue, 18 Jul 2017)

[lng-odp] [Bug 3126] IPC pktio test fails with taskset -c 1-2

2017-07-18 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3126 --- Comment #8 from Maxim Uvarov --- https://github.com/Linaro/odp/commit/95ba4b394009d92c29c2e22f0776e90bb4c6edec refs/heads/master 2017-07-18T15:41:27+03:00 Maxim Uvarov maxim.uva...@linaro.org test: ipc pktio: bind tasks

Re: [lng-odp] [API-NEXT PATCH v1 1/1] pktio APIs to set the MAC address and MTU size.

2017-07-18 Thread Maxim Uvarov
On 07/18/17 19:20, Bill Fischofer wrote: > As agreed during today's ODP Public call: > > APIs for MTU capability and setting OK. Applications should remember that > in most cases they will not be authorized to set the MTU since this relates > to physical properties of the interface. > >

Re: [lng-odp] [PATCH v1 0/9] update for monarch lts branch

2017-07-18 Thread Maxim Uvarov
If there is no objection that looks like it can be merged to monarch_lts and released. Maxim. On 07/14/17 12:59, Github ODP bot wrote: > Update for Monarch_lts release. I included Bills fixes for gcc 7 and added > Travis checks. > > github > /** Email

Re: [lng-odp] [API-NEXT PATCH v1 1/1] pktio APIs to set the MAC address and MTU size.

2017-07-18 Thread Challa, Mahipal
Thanks Bill for the details. We will work accordingly. Regards, Mahipal From: Bill Fischofer Sent: ‎18-‎07-‎2017 09:50 PM To: Bogdan Pricope Cc: Peltonen, Janne (Nokia -

Re: [lng-odp] [API-NEXT PATCH v1 1/1] pktio APIs to set the MAC address and MTU size.

2017-07-18 Thread Bill Fischofer
As agreed during today's ODP Public call: APIs for MTU capability and setting OK. Applications should remember that in most cases they will not be authorized to set the MTU since this relates to physical properties of the interface. odp_pktio_capability() should report number of mac addrs

Re: [lng-odp] [PATCH v1 0/9] update for monarch lts branch

2017-07-18 Thread Bill Fischofer
On Tue, Jul 18, 2017 at 12:01 PM, Maxim Uvarov wrote: > If there is no objection that looks like it can be merged to monarch_lts > and released. > If this is now passing regression, +1. > > Maxim. > > On 07/14/17 12:59, Github ODP bot wrote: > > Update for Monarch_lts

Re: [lng-odp] [API-NEXT PATCH v1 1/1] pktio APIs to set the MAC address and MTU size.

2017-07-18 Thread Maxim Uvarov
On 07/18/17 21:24, Bill Fischofer wrote: > > > On Tue, Jul 18, 2017 at 11:52 AM, Maxim Uvarov > wrote: > > On 07/18/17 19:20, Bill Fischofer wrote: > > As agreed during today's ODP Public call: > > > > APIs for MTU

Re: [lng-odp] [API-NEXT PATCH v1 1/1] pktio APIs to set the MAC address and MTU size.

2017-07-18 Thread Bill Fischofer
On Tue, Jul 18, 2017 at 11:52 AM, Maxim Uvarov wrote: > On 07/18/17 19:20, Bill Fischofer wrote: > > As agreed during today's ODP Public call: > > > > APIs for MTU capability and setting OK. Applications should remember that > > in most cases they will not be authorized

Re: [lng-odp] [API-NEXT PATCH v1 1/1] pktio APIs to set the MAC address and MTU size.

2017-07-18 Thread Bill Fischofer
On Tue, Jul 18, 2017 at 2:42 PM, Maxim Uvarov wrote: > On 07/18/17 21:24, Bill Fischofer wrote: > > > > > > On Tue, Jul 18, 2017 at 11:52 AM, Maxim Uvarov > > wrote: > > > > On 07/18/17 19:20, Bill Fischofer

Re: [lng-odp] [PATCHv3] linux-gen: scheduler: clean up odp_scheduler_if.h

2017-07-18 Thread Honnappa Nagarahalli
On 18 July 2017 at 06:37, Elo, Matias (Nokia - FI/Espoo) wrote: > >> On 18 Jul 2017, at 6:58, Honnappa Nagarahalli >> wrote: >> >> On 17 July 2017 at 04:23, Elo, Matias (Nokia - FI/Espoo) >> wrote: >>> Does this patch

Re: [lng-odp] DPDK integration under DDF

2017-07-18 Thread Honnappa Nagarahalli
Hi Bill, I cleaned up and created a new document. Please take a look at the last section listing the work items. Let me know if you need more details there. Document is here: https://docs.google.com/a/linaro.org/document/d/1TV1QNCgyUu2rL_gMobzPHhqJI8wzUdgqqXnb8NCeiSg/edit?usp=sharing Thank