Re: [lng-odp] [PATCH v2] linux-generic: crypto: properly handle errors in packet copy

2017-04-20 Thread Maxim Uvarov
On 04/20/17 19:12, Bill Fischofer wrote: > On Mon, Mar 13, 2017 at 6:44 AM, Dmitry Eremin-Solenikov < > dmitry.ereminsoleni...@linaro.org> wrote: > >> Add proper handling for errors returned by odp_packet_copy_from_pkt(). >> >> Signed-off-by: Dmitry Eremin-Solenikov

[lng-odp] pcap file discovery

2017-04-20 Thread Brian Brooks
In test/common_plat/performance/odp_pktio_ordered_run.sh PCAP_IN=`find . ${TEST_SRC_DIR} $(dirname $0) -name udp64.pcap -print -quit` It looks like this script is run from workspace root when you do a "make check", so "." will find all files named "udp64.pcap". Depending on whether the files

[lng-odp] [Linaro/odp] 8ddca7: test: tm: use script instead of binary when callin...

2017-04-20 Thread GitHub
Branch: refs/heads/master Home: https://github.com/Linaro/odp Commit: 8ddca7c5d2d1f6b4311501e3ce6eef6d22e40591 https://github.com/Linaro/odp/commit/8ddca7c5d2d1f6b4311501e3ce6eef6d22e40591 Author: Dmitry Eremin-Solenikov Date: 2017-04-20

Re: [lng-odp] shmem pool APIs

2017-04-20 Thread Maxim Uvarov
On 04/20/17 21:54, Bill Fischofer wrote: > On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagarahalli < > honnappa.nagaraha...@linaro.org> wrote: > >> Hi, >>I looked at the shmem pool APIs for allocating smaller chunks of >> shared memory. Following are the APIs I am looking at: >> >>

Re: [lng-odp] [API-NEXT PATCHv2 2/6] api: ipsec: add additional doxygen documentation

2017-04-20 Thread Dmitry Eremin-Solenikov
On 20 April 2017 at 01:34, Bill Fischofer wrote: > Resolve Bug https://bugs.linaro.org/show_bug.cgi?id=2952 by adding > additional field documentation to avoid problems with doxygen 1.8.13 > and higher. > > Signed-off-by: Bill Fischofer

[lng-odp] [Linaro/odp] cba5ed: helper: cuckoo: add queue size config to cuckoo ta...

2017-04-20 Thread GitHub
Branch: refs/heads/api-next Home: https://github.com/Linaro/odp Commit: cba5ed063304a619bd709a9f37400884dce90485 https://github.com/Linaro/odp/commit/cba5ed063304a619bd709a9f37400884dce90485 Author: Honnappa Nagarahalli Date: 2017-04-20 (Thu,

Re: [lng-odp] shmem pool APIs

2017-04-20 Thread Bill Fischofer
On Thu, Apr 20, 2017 at 12:26 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Hi, >I looked at the shmem pool APIs for allocating smaller chunks of > shared memory. Following are the APIs I am looking at: > > odpdrv_shm_pool_create > odpdrv_shm_pool_destroy >

Re: [lng-odp] [PATCH 3/3] linux-gen: sched: optimize group scheduling

2017-04-20 Thread Wallen, Carl (Nokia - FI/Espoo)
For the entire patch set: Reviewed-and-tested-by: Carl Wallén -Original Message- From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Savolainen, Petri (Nokia - FI/Espoo) Sent: Thursday, April 20, 2017 9:38 AM To: lng-odp@lists.linaro.org Subject:

Re: [lng-odp] [PATCH v4] example: add IPv4 fragmentation/reassembly example

2017-04-20 Thread Joe Savage
> >> Joe, > >> > >> can you please make it work with clang? I sent a patch to ml before. It > >> might still apply, so you can review it. > >> https://travis-ci.org/muvarov/odp/jobs/223572921 > >> > >> the goal is to find good combination of -mcx16 and -latomic flags. And > >> we need to test that

Re: [lng-odp] Patches to merge from V2 of scalable scheduler

2017-04-20 Thread Honnappa Nagarahalli
Hi Maxim, Any update on merging these patches to API-NEXT? Thank you, Honnappa On 18 April 2017 at 22:00, Honnappa Nagarahalli wrote: > Thanks Bill. > > Another topic that needs to be discussed is the conditional > compilation in the makefile.am file, Maxim

Re: [lng-odp] [PATCH] test: tm: use script instead of binary when calling traffic manager test

2017-04-20 Thread Bill Fischofer
On Wed, Apr 19, 2017 at 7:00 PM, Github ODP bot wrote: > From: Dmitry Eremin-Solenikov > > Since 51e3b8776b78180741fa57a621f9d13b9ae8bbfb tm test received wrapper > script checking if it is run under Travis CI. However linux-generic >

Re: [lng-odp] [PATCH v2] linux-generic: crypto: properly handle errors in packet copy

2017-04-20 Thread Bill Fischofer
On Mon, Mar 13, 2017 at 6:44 AM, Dmitry Eremin-Solenikov < dmitry.ereminsoleni...@linaro.org> wrote: > Add proper handling for errors returned by odp_packet_copy_from_pkt(). > > Signed-off-by: Dmitry Eremin-Solenikov > Reviewed-by: Bill Fischofer

Re: [lng-odp] Patches to merge from V2 of scalable scheduler

2017-04-20 Thread Maxim Uvarov
I merged bunch of patches, please check. There have to be email from github. Maxim. On 20 April 2017 at 18:43, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Hi Maxim, > Any update on merging these patches to API-NEXT? > > Thank you, > Honnappa > > On 18 April 2017 at

Re: [lng-odp] [PATCH 2/2] add queue size config to cuckoo table

2017-04-20 Thread Bill Fischofer
On Thu, Apr 6, 2017 at 11:07 PM, Honnappa Nagarahalli < honnappa.nagaraha...@linaro.org> wrote: > Some queue implementations in ODP take queue size input. Cuckoo table is > modified to provide the queue size input while creating the queue. > > Signed-off-by: Honnappa Nagarahalli

[lng-odp] shmem pool APIs

2017-04-20 Thread Honnappa Nagarahalli
Hi, I looked at the shmem pool APIs for allocating smaller chunks of shared memory. Following are the APIs I am looking at: odpdrv_shm_pool_create odpdrv_shm_pool_destroy odpdrv_shm_pool_alloc odpdrv_shm_pool_free Few questions: 1) Why are these APIs prefixed with 'odpdrv', this should be

Re: [lng-odp] [PATCH 3/3] linux-gen: sched: optimize group scheduling

2017-04-20 Thread Savolainen, Petri (Nokia - FI/Espoo)
Ping. Fixes bug https://bugs.linaro.org/show_bug.cgi?id=2945 > -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of > Savolainen, Petri (Nokia - FI/Espoo) > Sent: Wednesday, April 12, 2017 12:57 PM > To: lng-odp@lists.linaro.org > Subject: Re: