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

set rx rate to unlimited for knet #450

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

KanjiMonster
Copy link
Contributor

Since KNET uses a different channel for packets than OpenFlow and is much more efficient, higher packet rates than 1024 (the default) is easily doable.

So set the rx rate to unlimited by default when using KNET, but leave it at 1024 pps for TAP.

In case this causes issue, add a flag to set a custom limit.

Description

Motivation and Context

How Has This Been Tested?

Since KNET uses a different channel for packets than OpenFlow and is
much more efficient, higher packet rates than 1024 (the default) is
easily doable.

So set the rx rate to unlimited by default when using KNET, but leave it
at 1024 pps for TAP.

In case this causes issue, add a flag to set a custom limit.

Signed-off-by: Jonas Gorski <[email protected]>
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