This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via 744d466a0fe5530bb6c036664413d799a3aeb871 (commit)
from 4eb5acde3012effceaaf9af4318d95b02551fffa (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 744d466a0fe5530bb6c036664413d799a3aeb871
Author: Brian Brooks <brian.brooks(a)linaro.org>
Date: Thu May 24 15:39:03 2018 -0500
linux-generic: schedule: call timer_run() in scalable scheduler
Signed-off-by: Brian Brooks <brian.brooks(a)linaro.org>
Reported-by: David Nyström <david.c.nystrom(a)gmail.com>
Reviewed-by: Bill Fischofer <bill.fischofer(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/platform/linux-generic/odp_schedule_scalable.c b/platform/linux-generic/odp_schedule_scalable.c
index f26a7e59..1dbcb529 100644
--- a/platform/linux-generic/odp_schedule_scalable.c
+++ b/platform/linux-generic/odp_schedule_scalable.c
@@ -31,6 +31,7 @@
#include <odp_schedule_if.h>
#include <odp_bitset.h>
#include <odp_packet_io_internal.h>
+#include <odp_timer_internal.h>
#include <limits.h>
#include <stdbool.h>
@@ -889,6 +890,8 @@ static int _schedule(odp_queue_t *from, odp_event_t ev[], int num_evts)
ts = sched_ts;
atomq = ts->atomq;
+ timer_run();
+
/* Once an atomic queue has been scheduled to a thread, it will stay
* on that thread until empty or 'rotated' by WRR
*/
-----------------------------------------------------------------------
Summary of changes:
platform/linux-generic/odp_schedule_scalable.c | 3 +++
1 file changed, 3 insertions(+)
hooks/post-receive
--
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The branch, master has been updated
via 40699694b24cceb86ed441308309393de84c3478 (commit)
from 215069d156f3612ff9e140a7e47232047c6870e6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 40699694b24cceb86ed441308309393de84c3478
Author: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Date: Fri May 18 13:43:12 2018 +0300
codecov: disable check by patch
Inside PRs there is check for code coverage for patch lines.
There is no big reason for that check due to patch also can
only remove lines. Only complete project has to be checked
for code coverage.
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
Reviewed-by: Bill Fischofer <bill.fischofer(a)linaro.org>
diff --git a/.codecov.yml b/.codecov.yml
index 327f6549..1e50776b 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -14,9 +14,7 @@ coverage:
threshold: 5%
patch:
default:
- enabled: yes
- target: 70%
- threshold: 5%
+ enabled: no
changes: no
parsers:
-----------------------------------------------------------------------
Summary of changes:
.codecov.yml | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "".
The annotated tag, v1.19.0.1_tigermoth has been created
at ec4ef079c6a5fa71d719a23cb4ab669ee436c9f5 (tag)
tagging 332877d51e773a584d272a03f08446d18cbe1634 (commit)
replaces v1.19.0.0_tigermoth
tagged by Maxim Uvarov
on Thu May 10 22:17:37 2018 +0300
- Log -----------------------------------------------------------------
Tiger Moth LTS update 1
Bill Fischofer (1):
changelog: updates for odp v1.19.0.1
Dmitry Eremin-Solenikov (10):
linux-generic: random: split from crypto module
validation: crypto: zero return code of odp_crypto_op/odp_crypto_op_enq
linux-gen: ipsec: parse IPv6 next header in tunnel case
travis: fetch explicitly specified DPDK version
travis: bump DPDK version to 17.11.2 - latest LTS release
validation: crypto: add missing ODP_CIPHER_ALG_AES_CTR name
linux-gen: dpdk: fix linking to libnuma
travis: do not run gcov before executing codecov script
doc: allow user to provide exta asciidoctor flags
build: odp_dpdk: add dependencies for crypto PMDs
Josep Puigdemont (2):
linux-gen: fdserver: remove unnecessary locking
linux-gen: fix compilation warnings
Matias Elo (1):
linux-gen: packet: rearrange odp_packet_hdr_t members
Maxim Uvarov (2):
linux-gen: pktio: ipc free ring memory on error
configure.ac: update version to v1.19.0.1
Petri Savolainen (20):
validation: timer: remove doxygen tags
validation: timer: check user pointer once
validation: timer: tick conversion may lose precision
validation: timer: don't assume low timer tick frequency
validation: timer: add plain and sched queue tests
validation: timer: fix timer_all test sync issue
validation: timer: honor min timeout param value
test: crypto perf: check algorithm capabilities
test: mmap_vlan_ins: wait for background process
validation: timer: loosen period accuracy requirement
test: crypto perf: add missing breaks to switch case
linux-gen: timer: fix timer pool index allocation
linux-gen: timer: reduce number of timer pools
validation: timer: add timer pool create-destroy test
linux-gen: timer: set and check highest resolution
test: sched_pktio: add pktio queue count option
test: sched_pktio: ensure packet order per flow
test: sched_pktio: parse options before odp global init
test: sched_pktio: add inactivity timer
example: timer_accuracy: simple timer accuracy measurement app
-----------------------------------------------------------------------
hooks/post-receive
--