Skip to content

fix(ixgbe): que into IxgbeInner to lock#673

Merged
ytakano merged 1 commit intomainfrom
fix/ixgbe-lock-queue
Mar 30, 2026
Merged

fix(ixgbe): que into IxgbeInner to lock#673
ytakano merged 1 commit intomainfrom
fix/ixgbe-lock-queue

Conversation

@Enigamict
Copy link
Copy Markdown
Contributor

Description

ref(#516)

fix, we refactor the locking mechanism in ixgbe. Specifically, we move que into IxgbeInner so that it is protected by the same lock. As a result, methods that access que are moved to IxgbeInner, along with the corresponding method signature changes. We also clean up drop() calls that are no longer necessary before lock acquisition.

Related links

How was this PR tested?

Notes for reviewers

@ytakano ytakano merged commit d65d3dd into main Mar 30, 2026
2 checks passed
@ytakano ytakano deleted the fix/ixgbe-lock-queue branch March 30, 2026 04:47
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