Re: [lng-odp] odph_chksum vs odp_chksum_ones_comp16

2018-08-08 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Daniel > Feferman > Sent: Tuesday, August 7, 2018 8:10 PM > To: lng-odp@lists.linaro.org > Subject: [lng-odp] odph_chksum vs odp_chksum_ones_comp16 > > Hi All, > > I was using odph_chksum on odp v1

[lng-odp] [PATCH API-NEXT v2 0/3] api: timer: add timer pool capabilities

2018-08-08 Thread Github ODP bot
Fixes issue #659 V2: Changed max_pools from unsigned int to uint32_t (Barry & Bill) github /** Email created from pull request 664 (matiaselo:dev/timer_pool_capability) ** https://github.com/Linaro/odp/pull/664 ** Patch: https://github.com/Linaro/odp/pull

[lng-odp] [PATCH API-NEXT v2 1/3] api: timer: add timer pool capabilities

2018-08-08 Thread Github ODP bot
From: Matias Elo Signed-off-by: Matias Elo --- /** Email created from pull request 664 (matiaselo:dev/timer_pool_capability) ** https://github.com/Linaro/odp/pull/664 ** Patch: https://github.com/Linaro/odp/pull/664.patch ** Base sha: 9b2b5a9695ad66977c964c83691cd2fef4c45b85 ** Merge commit

[lng-odp] [PATCH API-NEXT v2 3/3] validation: timer: use new timer pool capabilities

2018-08-08 Thread Github ODP bot
From: Matias Elo Signed-off-by: Matias Elo --- /** Email created from pull request 664 (matiaselo:dev/timer_pool_capability) ** https://github.com/Linaro/odp/pull/664 ** Patch: https://github.com/Linaro/odp/pull/664.patch ** Base sha: 9b2b5a9695ad66977c964c83691cd2fef4c45b85 ** Merge commit

[lng-odp] [PATCH API-NEXT v2 2/3] linux-gen: timer: implement new timer pool capabilities

2018-08-08 Thread Github ODP bot
From: Matias Elo Signed-off-by: Matias Elo --- /** Email created from pull request 664 (matiaselo:dev/timer_pool_capability) ** https://github.com/Linaro/odp/pull/664 ** Patch: https://github.com/Linaro/odp/pull/664.patch ** Base sha: 9b2b5a9695ad66977c964c83691cd2fef4c45b85 ** Merge commit

[lng-odp] [PATCH v1 0/1] test: sched_perf: add num queues option

2018-08-08 Thread Github ODP bot
Added option to set number of queues per worker thread. Number of active queues affects usually scheduler performance. Signed-off-by: Petri Savolainen petri.savolai...@linaro.org github /** Email created from pull request 666 (psavol:master-sched-perf-numque

[lng-odp] [PATCH v1 1/1] test: sched_perf: add num queues option

2018-08-08 Thread Github ODP bot
From: Petri Savolainen Added option to set number of queues per worker thread. Number of active queues affects usually scheduler performance. Signed-off-by: Petri Savolainen --- /** Email created from pull request 666 (psavol:master-sched-perf-numqueue) ** https://github.com/Linaro/odp/pull/66