Bug 211363
Summary: | i40e: WARNING from i40e when ethtool -S is run. | ||
---|---|---|---|
Product: | Networking | Reporter: | David Wilder (wilder) |
Component: | Other | Assignee: | Stephen Hemminger (stephen) |
Status: | NEW --- | ||
Severity: | normal | CC: | jacob.e.keller, jbrandeb |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 5.10.10 | Subsystem: | |
Regression: | No | Bisected commit-id: |
Description
David Wilder
2021-01-26 19:23:29 UTC
This looks like a bug in the way veb_tc_stats are setup because the structure is a series of arrays instead of an array of struct stats. I think the solution to fixing this is very similar to how the PFC stats are handled: copy the stats from the array into a suitable single-struct setup for filling in. |