Compare commits

..

2 Commits

Author SHA1 Message Date
mwojcik 4271a94354 satman: support sub-subkernels, routing 2023-12-14 15:19:19 +08:00
mwojcik 35482ce6d1 master: drtioaux:
- support async flag
- source in packets
- rerouting packets
2023-12-12 10:19:17 +08:00
1 changed files with 0 additions and 3 deletions

View File

@ -96,9 +96,6 @@ pub mod drtio {
drtioaux_async::send(linkno, &Packet::SubkernelMessageAck { destination: source })
.await
.unwrap();
let mut countdown = timer.countdown();
// give the satellites some time to process
delay(&mut countdown, Milliseconds(10)).await;
}
// routable packets
Packet::DmaAddTraceRequest { destination, .. }