Skip to content

node: honor cpuPinningEnabled in PacketMultiplexer workers#2566

Open
rebroad wants to merge 1 commit intozerotier:devfrom
rebroad:pr/multiplexer-pinning
Open

node: honor cpuPinningEnabled in PacketMultiplexer workers#2566
rebroad wants to merge 1 commit intozerotier:devfrom
rebroad:pr/multiplexer-pinning

Conversation

@rebroad
Copy link
Copy Markdown

@rebroad rebroad commented Feb 19, 2026

Summary

  • apply Linux thread affinity for PacketMultiplexer receive worker threads when cpu pinning is enabled
  • remove the unused lambda capture/parameter warning by implementing the intended behavior
  • keep non-Linux behavior unchanged

Validation

  • make clean && make -j4

Apply Linux thread affinity in PacketMultiplexer receive worker threads when cpuPinningEnabled is true, matching existing tap-thread pinning behavior.

This removes the unused capture/parameter warning by implementing the intended behavior and keeps non-Linux behavior unchanged.
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 19, 2026

CLA assistant check
All committers have signed the CLA.

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.

2 participants