Re: [lng-odp] [API-NEXT PATCH v3 1/4] api: ipsec: extend lookaside API

2017-03-24 Thread Bill Fischofer
On Fri, Mar 24, 2017 at 10:04 AM, Petri Savolainen wrote: > Added configuration option for inbound SPI range (for > lookups). Removed unique SPI requirement and added config > option for overlap. Added default queue for lookup misses. > Added SA disable function and status event for the response >

Re: [lng-odp] Make install fails on x86 for master branch

2017-03-24 Thread Maxim Uvarov
On 03/24/17 09:52, Senthilprabu Shanmugavel wrote: > Hi, > > On Ubuntu 14.04.1, ODP linux-generic build fails at make install. > Build log is given below for reference. Is this a know bug? > Nope. I can not reproduce it. Looks like you are installing to the same directory where sources is. Try -

[lng-odp] [Linaro/odp] 5876b4: validation: packet: do not require a max packet le...

2017-03-24 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 5876b4f36fbbaf10f5242915a1b29dee37cfb005 https://github.com/Linaro/odp/commit/5876b4f36fbbaf10f5242915a1b29dee37cfb005 Author: Bill Fischofer Date: 2017-03-24 (Fri, 24 Mar 2017) Changed paths: M test/

Re: [lng-odp] [API-NEXT PATCH v3 4/4] api: packet: add per packet checksum control

2017-03-24 Thread Bill Fischofer
This patch is independent of the IPsec patch series and should be a separate patch. On Fri, Mar 24, 2017 at 10:04 AM, Petri Savolainen wrote: > Checksum insertion has pktio interface level configuration > options. Per packet override is needed for example when > L4 checksumming is enabled and app

Re: [lng-odp] Suspected SPAM - Re: [API-NEXT PATCH v2 2/3] api: ipsec: add inline IPSEC support

2017-03-24 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of > Peltonen, Janne (Nokia - FI/Espoo) > Sent: Thursday, March 23, 2017 5:25 PM > To: Nikhil Agarwal ; lng-odp@lists.linaro.org > Subject: Suspected SPAM - Re: [lng-odp] [API-NEXT PATCH v2 2/3] api:

Re: [lng-odp] [PATCHv4 2/5] test: generator: send UDP packets in bursts

2017-03-24 Thread Maxim Uvarov
On 03/24/17 17:01, Bogdan Pricope wrote: > Signed-off-by: Bogdan Pricope > --- > example/generator/odp_generator.c | 75 > --- > 1 file changed, 54 insertions(+), 21 deletions(-) > > diff --git a/example/generator/odp_generator.c > b/example/generator/odp_ge

[lng-odp] [API-NEXT PATCH v3 2/4] api: ipsec: add inline IPSEC support

2017-03-24 Thread Petri Savolainen
Added support for inline IPSEC processing on packet input and output. Inline mode IPSEC and traffic manager cannot be enabled (currently) on the same pktio interface. Signed-off-by: Petri Savolainen --- include/odp/api/spec/ipsec.h | 355 --- include/odp/a

[lng-odp] [API-NEXT PATCH v3 3/4] linux-gen: ipsec: add stubs for new functions

2017-03-24 Thread Petri Savolainen
Enable application build with IPSEC. Signed-off-by: Petri Savolainen --- platform/linux-generic/odp_ipsec.c | 24 1 file changed, 24 insertions(+) diff --git a/platform/linux-generic/odp_ipsec.c b/platform/linux-generic/odp_ipsec.c index 588d8d8..5eb1be3 100644 --- a/p

[lng-odp] [API-NEXT PATCH v3 1/4] api: ipsec: extend lookaside API

2017-03-24 Thread Petri Savolainen
Added configuration option for inbound SPI range (for lookups). Removed unique SPI requirement and added config option for overlap. Added default queue for lookup misses. Added SA disable function and status event for the response from it. The same event may be used for e.g. IPSEC statistics, etc q

[lng-odp] [API-NEXT PATCH v3 4/4] api: packet: add per packet checksum control

2017-03-24 Thread Petri Savolainen
Checksum insertion has pktio interface level configuration options. Per packet override is needed for example when L4 checksumming is enabled and application forwards packets. Forwarded packets need to maintain original, end-to-end checksum value. Signed-off-by: Petri Savolainen --- include/odp/

[lng-odp] [PATCHv4 5/5] test: generator: use multiple TX queues in send UDP mode

2017-03-24 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/generator/odp_generator.c | 136 +++--- 1 file changed, 84 insertions(+), 52 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index df47857..c284ecb 100644 --- a/example/gene

[lng-odp] [PATCHv4 4/5] test: generator: use multiple RX queue in receiving mode

2017-03-24 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/generator/odp_generator.c | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index 34014d8..df47857 100644 --- a/example/generator/odp_generat

[lng-odp] [PATCHv4 3/5] test: generator: receive packets in bursts

2017-03-24 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/generator/odp_generator.c | 28 ++-- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index a47bd94..34014d8 100644 --- a/example/generator/odp_g

[lng-odp] [PATCHv4 2/5] test: generator: send UDP packets in bursts

2017-03-24 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/generator/odp_generator.c | 75 --- 1 file changed, 54 insertions(+), 21 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index 816db88..a47bd94 100644 --- a/example/gene

[lng-odp] [PATCHv4 1/5] test: generator: compose sending packets from reference packet plus differences

2017-03-24 Thread Bogdan Pricope
Signed-off-by: Bogdan Pricope --- example/generator/odp_generator.c | 130 +- 1 file changed, 113 insertions(+), 17 deletions(-) diff --git a/example/generator/odp_generator.c b/example/generator/odp_generator.c index 8062d87..816db88 100644 --- a/example/gen

[lng-odp] [PATCHv4 0/5] test: generator: improve performance

2017-03-24 Thread Bogdan Pricope
Improve performance of "odp_generator" example application. Bogdan Pricope (5): test: generator: compose sending packets from reference packet plus differences test: generator: send UDP packets in bursts test: generator: receive packets in bursts test: generator: use multiple RX queue

[lng-odp] [PATCH] test: performance: lower the MAX_PKT_SIZE to 1518

2017-03-24 Thread Balakrishna Garapati
"bench_packet_tailroom" test fails on odp-dpdk with the pkt size 2048 leaving no space for tailroom. Signed-off-by: Balakrishna Garapati --- test/common_plat/performance/odp_bench_packet.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/common_plat/performance/odp_be

Re: [lng-odp] [RFC, API-NEXT v1 1/1] comp:compression interface

2017-03-24 Thread Verma, Shally
Please see in-line. -Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Bogdan Pricope Sent: 22 March 2017 14:17 To: Mahipal Challa Cc: Narayana, Prasad Athreya ; Masood, Faisal ; Challa, Mahipal ; Challa, Mahipal ; lng-odp-forward Subject: Re: [ln

Re: [lng-odp] [PATCHv3] validation: packet: do not require a max packet length

2017-03-24 Thread Krishna Garapati
Reviewed-by: Balakrishna Garapati /Krishna On 23 March 2017 at 22:56, Bill Fischofer wrote: > Address bug https://bugs.linaro.org/show_bug.cgi?id=2908 by adding > appropriate pool capability checks to the packet, pktio, and crypto tests > to account for pkt.max_len, pkt.max_seg_len, or pkt.max