From cdcdfd89c4b771e0185ba5340c3fc083742e0200 Mon Sep 17 00:00:00 2001 From: Serguei Kolos <serguei.kolos@cern.ch> Date: Thu, 8 Jun 2023 11:18:11 +0200 Subject: [PATCH 1/2] kolos submitted swrod with tag swrod-00-10-20 === swrod === Adapt to the last Master Trigger interface changes (Serguei Kolos) Use 8-bit E-Links (Serguei Kolos) Increase the main buffer size (Serguei Kolos) Fix incorrect L1ID offset (Serguei Kolos) Add fast GBT fragment builder algorithm (Serguei Kolos) Improve re synchronisation procedure (Serguei Kolos) Histogram time taken to add clears in RequestManager (Gordon Crone) Improve timeout implementation (Serguei Kolos) Use yield() instead of sleep_for() (Serguei Kolos) Use yeild() instead of sleep_for() (Serguei Kolos) Improve timeout implementation (Serguei Kolos) Rename m_links_counter to m_enabled_links_number (Serguei Kolos) Add CPU attribute to SwRodMonitoringApplication class (Serguei Kolos) Change timeouts (Serguei Kolos) Fix incorrectly initialized values of m_tail and m_last_tail during reset (Serguei Kolos) Reduce default value for the initial number of blocks. (Serguei Kolos) Improve errors counting (Serguei Kolos) Print E-Link ID when L1A timeout occurs (Serguei Kolos) Add custom processing to FELIX emulator plugin (Serguei Kolos) --- swrod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swrod b/swrod index 448a87e3..3113647b 160000 --- a/swrod +++ b/swrod @@ -1 +1 @@ -Subproject commit 448a87e30b063ab448faeeeed2d1d38f89baab2a +Subproject commit 3113647b3a2cd55b7c4ea170dfa19f400119ef1b -- GitLab From cef9504ea3bb357a4e3c4c1abd70a805c1acd714 Mon Sep 17 00:00:00 2001 From: Serguei Kolos <serguei.kolos@cern.ch> Date: Thu, 8 Jun 2023 12:06:25 +0200 Subject: [PATCH 2/2] kolos submitted swrod with tag swrod-00-10-20 === swrod === Pass is_dummy flag directly instead of using virtual function (Serguei Kolos) --- swrod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swrod b/swrod index 3113647b..ec14d996 160000 --- a/swrod +++ b/swrod @@ -1 +1 @@ -Subproject commit 3113647b3a2cd55b7c4ea170dfa19f400119ef1b +Subproject commit ec14d9969670c7a8a366017a9351277a9aa3b217 -- GitLab