[lng-odp] [PATCH API-NEXT v1 0/1] api:pktio: Adds MTU set function.

2017-08-08 Thread Vamsi Attunuru
Existing pktio API has only support of querying MTU values. Adds new pktio API to set MTU on pktio interface. Implementation can indicate it's supported maximum MTU size in its pktio capabilities. User can call set API to set value within allowed range as indicated by pktio capabilities. As per th

[lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: Adds MTU set function.

2017-08-08 Thread Vamsi Attunuru
Signed-off-by: Vamsi Attunuru Signed-off-by: Shally Verma Signed-off-by: Mahipal Challa --- include/odp/api/spec/packet_io.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/odp/api/spec/packet_io.h b/include/odp/api/spec/packet_io.h index d42cebf..be81c3d 100

[lng-odp] [PATCH CLOUD-DEV v1 0/2] Move pool to modular framework

2017-08-08 Thread Github ODP bot
Includes two commits, first one is to apply pool to modular framework. Second one is to move the pool implementation of linux-generic to pool subsystem. github /** Email created from pull request 117 (kevinwangsk:cloud-dev) ** https://github.com/Linaro/odp

[lng-odp] [PATCH CLOUD-DEV v1 1/2] linux-gen: pool: apply modular framework and create subsystem

2017-08-08 Thread Github ODP bot
From: Kevin Wang --- /** Email created from pull request 117 (kevinwangsk:cloud-dev) ** https://github.com/Linaro/odp/pull/117 ** Patch: https://github.com/Linaro/odp/pull/117.patch ** Base sha: 370f93139e16633390cb28acda6296da8fee006d ** Merge commit sha: b2fdd36c723fee970da5c3bcd487cfd4b5eb

[lng-odp] [PATCH CLOUD-DEV v1 2/2] linux-gen: pool: add generic pool module to mempool subsystem

2017-08-08 Thread Github ODP bot
From: Kevin Wang --- /** Email created from pull request 117 (kevinwangsk:cloud-dev) ** https://github.com/Linaro/odp/pull/117 ** Patch: https://github.com/Linaro/odp/pull/117.patch ** Base sha: 370f93139e16633390cb28acda6296da8fee006d ** Merge commit sha: b2fdd36c723fee970da5c3bcd487cfd4b5eb

[lng-odp] [PATCH v1 0/1] example: generator : use packet reference API

2017-08-08 Thread Github ODP bot
Signed-off-by: Bogdan Pricope bogdan.pric...@linaro.org github /** Email created from pull request 118 (bogdanPricope:pktref_generator_pr) ** https://github.com/Linaro/odp/pull/118 ** Patch: https://github.com/Linaro/odp/pull/118.patch ** Base sha: e76b25

[lng-odp] [PATCH v1 1/1] example: generator : use packet reference API to generate udp and icmp traffic

2017-08-08 Thread Github ODP bot
From: Bogdan Pricope Signed-off-by: Bogdan Pricope --- /** Email created from pull request 118 (bogdanPricope:pktref_generator_pr) ** https://github.com/Linaro/odp/pull/118 ** Patch: https://github.com/Linaro/odp/pull/118.patch ** Base sha: e76b25aa5cafbf96133fcbd83b856090b0e95f33 ** Merge c

Re: [lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: Adds MTU set function.

2017-08-08 Thread Bill Fischofer
On Tue, Aug 8, 2017 at 2:38 AM, Vamsi Attunuru wrote: > Signed-off-by: Vamsi Attunuru > Signed-off-by: Shally Verma > Signed-off-by: Mahipal Challa > > --- > include/odp/api/spec/packet_io.h | 21 + > 1 file changed, 21 insertions(+) > > diff --git a/include/odp/api/spec/p

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

2017-08-08 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of > Github ODP bot > Sent: Friday, August 04, 2017 4:00 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] [PATCH API-NEXT v8 1/1] comp: compression spec > > From: Shally Verma > > Signed-off-

[lng-odp] [Linaro/odp] fd2ca1: linux-gen: hide get_qentry

2017-08-08 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: fd2ca1209dc19c8e8199ee556ad2c9a786eabf78 https://github.com/Linaro/odp/commit/fd2ca1209dc19c8e8199ee556ad2c9a786eabf78 Author: Dmitry Eremin-Solenikov Date: 2017-08-08 (Tue, 08 Aug 2017) Changed paths:

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

2017-08-08 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: Joy

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

2017-08-08 Thread Github ODP bot
From: Joyce Kong Adjust frequency of timer pool polling by the duration of timer. There needs to be 0 timer pool polling when no timer pool created. Signed-off-by: Joyce Kong --- /** Email created from pull request 107 (JoyceKong-arm:api-next-timer) ** https://github.com/Linaro/odp/pull/107 *

[lng-odp] [Linaro/odp] fd2ca1: linux-gen: hide get_qentry

2017-08-08 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: fd2ca1209dc19c8e8199ee556ad2c9a786eabf78 https://github.com/Linaro/odp/commit/fd2ca1209dc19c8e8199ee556ad2c9a786eabf78 Author: Dmitry Eremin-Solenikov Date: 2017-08-08 (Tue, 08 Aug 2017) Changed paths:

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

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

2017-08-08 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 pull request 109 (NikhilA-Linaro:disable_event) ** https:

[lng-odp] [PATCH API-NEXT v2 0/4] Symbols cleanup

2017-08-08 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 sha

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

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

[lng-odp] [PATCH API-NEXT v2 3/4] linux-gen: scalable sched: mark sched_grp_lock as static

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

[lng-odp] [PATCH API-NEXT v2 2/4] linux-gen: scalable sched: mark several function as static

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

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

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

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

2017-08-08 Thread shally verma
Petri/Berry As per discussion in today's call, this is what I summarize : Two new requirements added: 1. Support compression / decompression of multiple ranges with in one single packet and 2. Operating on multiple packets with in call where each packet may further carry multiple range. To meet

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

2017-08-08 Thread shally verma
Just a Resend. On Tue, Aug 8, 2017 at 10:21 PM, shally verma wrote: > Petri/Berry > > As per discussion in today's call, this is what I summarize : > > Two new requirements added: > > 1. Support compression / decompression of multiple ranges with in one > single packet and > 2. Operating on multi

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

2017-08-08 Thread Narayana Prasad Athreya
Can someone explain what is the use-case of #1 and why the use-case cannot be met with proposed API? PRasad On Tuesday 08 August 2017 10:21 PM, shally verma wrote: Petri/Berry As per discussion in today's call, this is what I summarize : Two new requirements added: 1. Support compression /

[lng-odp] Parser configuration

2017-08-08 Thread Liron Himi
Hi, I have a query regarding the new parser configuration. Let's say application set it to 'ODP_PKTIO_PARSER_LAYER_L2', does it means that the platform implementation must parse and recognize all eth-type that have ODP API such as ARP,VLAN, etc.? same for ICMP, etc for L3? I'm asking it as I tr

Re: [lng-odp] Parser configuration

2017-08-08 Thread Bill Fischofer
On Tue, Aug 8, 2017 at 1:43 PM, Liron Himi wrote: > Hi, > > I have a query regarding the new parser configuration. > Let's say application set it to 'ODP_PKTIO_PARSER_LAYER_L2', does it means > that the platform implementation must parse and recognize all eth-type that > have ODP API such as ARP,

Re: [lng-odp] [EXT] Re: Parser configuration

2017-08-08 Thread Liron Himi
See comments inline Liron From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: Tuesday, August 08, 2017 22:07 To: Liron Himi Cc: lng-odp@lists.linaro.org Subject: [EXT] Re: [lng-odp] Parser configuration External Email On Tue, Aug 8, 2017 at 1:43 PM,

Re: [lng-odp] [EXT] Re: Parser configuration

2017-08-08 Thread Bill Fischofer
On Tue, Aug 8, 2017 at 2:29 PM, Liron Himi wrote: > See comments inline > > > > Liron > > > > *From:* Bill Fischofer [mailto:bill.fischo...@linaro.org] > *Sent:* Tuesday, August 08, 2017 22:07 > *To:* Liron Himi > *Cc:* lng-odp@lists.linaro.org > *Subject:* [EXT] Re: [lng-odp] Parser configurati

[lng-odp] [PATCH API-NEXT v3 0/4] Symbols cleanup

2017-08-08 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 sha

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

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

[lng-odp] [PATCH API-NEXT v3 3/4] linux-gen: scalable sched: mark sched_grp_lock as static

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

[lng-odp] [PATCH API-NEXT v3 2/4] linux-gen: scalable sched: mark several function as static

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

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

2017-08-08 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: https://github.com/Linaro/odp/pull/108.patch ** Base sha: e420668cd3886f003c8bd6022e210bf08a0ee3b5 ** M

Re: [lng-odp] [EXT] Re: Parser configuration

2017-08-08 Thread Liron Himi
See comments inline in particular the change in RED From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: Tuesday, August 08, 2017 22:57 To: Liron Himi Cc: lng-odp@lists.linaro.org Subject: Re: [EXT] Re: [lng-odp] Parser configuration On Tue, Aug 8, 2017 at 2:29 PM, Liron Himi mailto:

Re: [lng-odp] [EXT] Re: Parser configuration

2017-08-08 Thread Bill Fischofer
On Tue, Aug 8, 2017 at 3:10 PM, Liron Himi wrote: > See comments inline in particular the change in RED > > > > *From:* Bill Fischofer [mailto:bill.fischo...@linaro.org] > *Sent:* Tuesday, August 08, 2017 22:57 > *To:* Liron Himi > *Cc:* lng-odp@lists.linaro.org > *Subject:* Re: [EXT] Re: [lng-o

[lng-odp] [Linaro/odp]

2017-08-08 Thread GitHub
Branch: refs/heads/odp-dpdk-import Home: https://github.com/Linaro/odp

[lng-odp] [Linaro/odp] d232db: test: traffic_mngr: fix distcheck failure

2017-08-08 Thread GitHub
Branch: refs/heads/cloud-dev Home: https://github.com/Linaro/odp Commit: d232db102fc77e6cb2fd9d62ba387c22f68c042a https://github.com/Linaro/odp/commit/d232db102fc77e6cb2fd9d62ba387c22f68c042a Author: Yi He Date: 2017-06-23 (Fri, 23 Jun 2017) Changed paths: M test/common

[lng-odp] [Bug 3198] New: example ddf_app link failures with DPDK PMDs

2017-08-08 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3198 Bug ID: 3198 Summary: example ddf_app link failures with DPDK PMDs Product: OpenDataPlane - linux- generic reference Version: v1.15.0.0 Hardware: Other OS: Linux Status:

[lng-odp] [Bug 3198] example ddf_app link failures with DPDK PMDs

2017-08-08 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3198 Yi He changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED |CONF

[lng-odp] [Bug 3198] example ddf_app link failures with DPDK PMDs

2017-08-08 Thread bugzilla-daemon
https://bugs.linaro.org/show_bug.cgi?id=3198 Yi He changed: What|Removed |Added Assignee|christophe.mil...@linaro.or |yi...@linaro.org |g