Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ezekiel Dohmen
advLigoRTS
Commits
6095d346
Commit
6095d346
authored
Oct 03, 2022
by
Ezekiel Dohmen
Browse files
Fixing thread ID
parent
84b6c6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pcie_switch/kmod/cdsrfmswitch_core.c
View file @
6095d346
...
...
@@ -316,7 +316,7 @@ inline int copyIpcData (int start_indx, int end_indx, int netFrom, int netTo)
COPY_WORKER_FUNC
(
copyRfmDataEX2CS0
,
0
,
0
,
64
,
RFM0_EX_ADDR_INDEX
,
RFM0_CS_ADDR_INDEX
);
//COPY_WORKER_FUNC(copyRfmDataEX2CS1, 1, 32, 64, RFM0_EX_ADDR_INDEX, RFM0_CS_ADDR_INDEX);
// Thread to copy data chans 0-31 between EY and CS (RFM1)
COPY_WORKER_FUNC
(
copyRfmDataEY2CS0
,
2
,
0
,
64
,
RFM1_CS_ADDR_INDEX
,
RFM1_EY_ADDR_INDEX
);
COPY_WORKER_FUNC
(
copyRfmDataEY2CS0
,
1
,
0
,
64
,
RFM1_CS_ADDR_INDEX
,
RFM1_EY_ADDR_INDEX
);
//COPY_WORKER_FUNC(copyRfmDataEY2CS1, 3, 32, 64, RFM1_CS_ADDR_INDEX, RFM1_EY_ADDR_INDEX);
...
...
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