Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CDS
software
advLigoRTS
Commits
f2e9517a
Commit
f2e9517a
authored
Oct 07, 2022
by
Erik von Reis
Browse files
Merge branch 'master' into debian/bullseye
parents
7feba656
b25bc3cb
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/include/rcgversion.h
View file @
f2e9517a
...
...
@@ -7,6 +7,6 @@
// Set to 1 for release version, 0 for development version
// When 0, causes version number to be displayed as negative on MEDM screens
#define RCG_VERSION_REL
0
#define RCG_VERSION_REL
1
#endif //LIGO_RCG_VERSION_H
src/include/util/timing.h
View file @
f2e9517a
...
...
@@ -5,6 +5,7 @@
#if defined(__KERNEL__)
#include
<asm/cpufeature.h>
#include
<asm/msr.h>
//rdtsc_ordered()
#include
<asm/tsc.h>
//tsc_khz
...
...
src/pcie_switch/kmod/cdsrfmswitch_core.c
View file @
f2e9517a
...
...
@@ -263,8 +263,8 @@ inline int copyIpcData (int start_indx, int end_indx, int netFrom, int netTo)
}
// If anything was copied, we need to flush the buffer
//
if (ttcache > 0) clflush_cache_range (&(g_dolphin_write_addrs[netTo]->dBlock[cblock][dblock].data), 16);
if
(
!
ttcache
)
udelay
(
1
);
if
(
ttcache
>
0
)
clflush_cache_range
(
&
(
g_dolphin_write_addrs
[
netTo
]
->
dBlock
[
cblock
][
dblock
].
data
),
16
);
//
if(!ttcache) udelay(1);
// return total xfers, which is used as code running diagnostic
return
xfers
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment