Re: [lng-odp] [PATCH 1/1] validation: classification: fix TCP/UDP checksum update

2016-09-21 Thread Brian Brooks
On 09/09 19:49:09, Balasubramanian Manoharan wrote: > Fixes https://bugs.linaro.org/show_bug.cgi?id=2512 > > Signed-off-by: Balasubramanian Manoharan > --- > .../validation/api/classification/odp_classification_common.c | 10 > +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > d

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-21 Thread Brian Brooks
On 09/20 08:01:49, Savolainen, Petri (Nokia - FI/Espoo) wrote: > Hi, > > First, this app is written according to the current API and we'd like to > start latency testing schedulers ASAP. A review of the app code itself would > be appreciated. Reviewed and tested. > Anayway, I'll answer those A

Re: [lng-odp] [PATCH v2 1/2] test: perf: add new scheduling latency test

2016-09-21 Thread Brian Brooks
For series: Reviewed-and-tested-by: Brian Brooks On 09/14 11:53:06, Matias Elo wrote: > Add new scheduling latency benchmark application. The application > measures delays (avg, min, max) for high and low priority events. > > The test has a configurable number of TRAFFIC events and few SAMPLE e

Re: [lng-odp] [PATCH 1/3] linux-gen: packet: enable parsing only selected packet header layers

2016-09-21 Thread Bill Fischofer
For this series: Reviewed-and-tested-by: Bill Fischofer On Tue, Sep 13, 2016 at 9:30 AM, Matias Elo wrote: > Enable parsing packet headers up to a given protocol layer. > > Signed-off-by: Matias Elo > --- > .../linux-generic/include/odp_packet_internal.h| 24 +- > platform/linux-generic

Re: [lng-odp] query regarding cuckoo hash table support

2016-09-21 Thread Bill Fischofer
The cuckoo hash helper code is in the api-next branch. To access it: git checkout api-next to switch to that branch. It will be promoted to master as part of the next ODP release. On Tue, Sep 20, 2016 at 12:41 PM, gyanesh patra wrote: > Hi, > I am unable to find the cuckoo hash files in the r

Re: [lng-odp] RFC: packet interface to drivers

2016-09-21 Thread Bill Fischofer
On Tue, Sep 20, 2016 at 10:16 AM, Christophe Milard < christophe.mil...@linaro.org> wrote: > > > On 20 September 2016 at 16:01, Bill Fischofer > wrote: > >> >> >> On Tue, Sep 20, 2016 at 8:30 AM, Christophe Milard < >> christophe.mil...@linaro.org> wrote: >> >>> Hi, >>> >>> I am here trying to ma

Re: [lng-odp] [PATCH 1/6] linux-gen: queue: reuse enq_ and deq_multi

2016-09-21 Thread Maxim Uvarov
On 09/21/16 15:06, Savolainen, Petri (Nokia - FI/Espoo) wrote: -Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Maxim Uvarov Sent: Wednesday, September 21, 2016 2:35 PM To: lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH 1/6] linux-gen: queue:

Re: [lng-odp] [PATCH 1/6] linux-gen: queue: reuse enq_ and deq_multi

2016-09-21 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Maxim > Uvarov > Sent: Wednesday, September 21, 2016 2:35 PM > To: lng-odp@lists.linaro.org > Subject: Re: [lng-odp] [PATCH 1/6] linux-gen: queue: reuse enq_ and > deq_multi > > odp check fails for

Re: [lng-odp] [PATCH 1/6] linux-gen: queue: reuse enq_ and deq_multi

2016-09-21 Thread Maxim Uvarov
odp check fails for this patch: [01] num pktios 1, PKTIN_DIRECT, PKTOUT_DIRECT ../../helper/linux.c:273:odpthread_run_start_routine():helper: ODP worker thread started as linux pthread. (pid=10762) [02] num pktios 1, PKTIN_DIRECT, PKTOUT_DIRECT 17 pps, 17 max pps, 0 rx drops, 0 tx drops 9 pps,

Re: [lng-odp] [PATCH v2] linux-gen: build: de-couple abi compatibility from shared lib

2016-09-21 Thread Savolainen, Petri (Nokia - FI/Espoo)
Ping. Bill reviewed this on Monday. From: Bill Fischofer [mailto:bill.fischo...@linaro.org] Sent: Monday, September 19, 2016 5:20 PM To: Savolainen, Petri (Nokia - FI/Espoo) Cc: lng-odp@lists.linaro.org Subject: Re: [lng-odp] [PATCH v2] linux-gen: build: de-couple abi compatibility from shared