Skip to content

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

Open
Enigamict wants to merge 1 commit intomainfrom
fix/ixgbe-lock-queue
Open

fix(ixgbe): que into IxgbeInner to lock#673
Enigamict wants to merge 1 commit intomainfrom
fix/ixgbe-lock-queue

Conversation

@Enigamict
Copy link
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

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.

1 participant