We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Have a look at the iflib man pages on -CURRENT: iflibdd(9), iflibtxrx(9)
The driver should be using this for queue management and txrx. I don't see anything in the NIC design that is mutually exclusive to this.
The text was updated successfully, but these errors were encountered:
cc @mattmacy
Sorry, something went wrong.
iflib is a new feature and we currently checking the implications of adding this support
@gtzalik thanks for checking. We will be MFCing everything to 11-STABLE and 10-STABLE in cooperation with Intel. @mattmacy has been working on small packet and forwarding performance in https://github.com/mattmacy/networking/commits/HEAD_MERGE/iflib-ixgbe-current, any concerns you have for ENA can be brought to his attention.
Support for iflib would be greatly appreciated as this would also permit to use NetMap on ENA driver in the future.
No branches or pull requests
Have a look at the iflib man pages on -CURRENT: iflibdd(9), iflibtxrx(9)
The driver should be using this for queue management and txrx. I don't see anything in the NIC design that is mutually exclusive to this.
The text was updated successfully, but these errors were encountered: