Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iscsiuio: Do not flush tx queue on each uio interrupt. #144

Merged
merged 1 commit into from
Oct 24, 2018

Conversation

njavali
Copy link
Contributor

@njavali njavali commented Oct 24, 2018

Unlike bnx2x, qedi start_xmit netlink provide us guarantee
of transmitting LL2 packet, so there is no need to call clear_tx_intr for
each LL2 packet. This help us in reducing iscsiuio lock contention.

Signed-off-by: Manish Rangankar manish.rangankar@cavium.com

Unlike bnx2x, qedi start_xmit netlink provide us guarantee
of transmitting LL2 packet, so there is no need to call clear_tx_intr for
each LL2 packet. This help us in reducing iscsiuio lock contention.

Signed-off-by: Manish Rangankar <manish.rangankar@cavium.com>
@gonzoleeman gonzoleeman merged commit f76a526 into open-iscsi:master Oct 24, 2018
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