Skip to content

696 pin ethernet interrupt handler to the same core as ethercrab task#698

Merged
kraemr merged 5 commits intomasterfrom
696-pin-ethernet-interrupt-handler-to-the-same-core-as-ethercrab-task
Sep 10, 2025
Merged

696 pin ethernet interrupt handler to the same core as ethercrab task#698
kraemr merged 5 commits intomasterfrom
696-pin-ethernet-interrupt-handler-to-the-same-core-as-ethercrab-task

Conversation

@kraemr
Copy link
Copy Markdown
Collaborator

@kraemr kraemr commented Sep 10, 2025

fix #696

@kraemr kraemr self-assigned this Sep 10, 2025
@kraemr kraemr linked an issue Sep 10, 2025 that may be closed by this pull request
@kraemr kraemr requested a review from 1cedsoda September 10, 2025 11:35
@kraemr kraemr force-pushed the 696-pin-ethernet-interrupt-handler-to-the-same-core-as-ethercrab-task branch from 1561ec3 to 82d5e73 Compare September 10, 2025 11:47
Comment thread control-core/src/realtime.rs Outdated
use tracing::debug;
use tracing::error;

use libc;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok boss

Comment thread server/src/ethercat/setup.rs Outdated
@@ -0,0 +1,103 @@
use std::ffi::CString;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing libc import?

@kraemr kraemr merged commit 8411f8f into master Sep 10, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Pin Ethernet Interrupt Handler to the same Core as Ethercrab Task

2 participants