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

Configure interface offloading capabilities properly #99

Open
roland-sipos opened this issue Oct 19, 2023 · 0 comments
Open

Configure interface offloading capabilities properly #99

roland-sipos opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@roland-sipos
Copy link
Member

Currently by default the ifaces are initialized with these default/expected offloading:

.offloads = (RTE_ETH_RX_OFFLOAD_TIMESTAMP

This might not be available on every NIC (e.g.: 10Gb interfaces).
Problem was reported during the testing with Intel X722 10Gb OCP NIC at the 50L prototype.

We need to find a way to:

  • Identify offloading capabilities of the interface
  • Enable/use available offloading capabilities specified in configuration
  • Throw issues accordingly: error on configured/expected but not available, or introduce "enable if available" options.
@roland-sipos roland-sipos added bug Something isn't working enhancement New feature or request labels Oct 19, 2023
@roland-sipos roland-sipos changed the title Configure NIC offloading capabilities Configure interface offloading capabilities properly Oct 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants