On Tue, Aug 05, 2025 at 09:40:41AM -0400, David Hill wrote:
When a VF reaches the limit introduced in this commit [1], the host reports
an error in the syslog but doesn't mention which VF reached its limit and
what the limit is actually is which makes troubleshooting of networking
issue a bit tedious. This commit simply improves this error reporting
by adding which VF number has reached a limit and what that limit is.
[1] commit cfb1d572c986 ("i40e: Add ensurance of MacVlan resources for every
trusted VF")
Signed-off-by: David Hill <redacted>
---
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Reviewed-by: Simon Horman <horms@kernel.org>
For future reference: please observe the rule that there should
be a delay of 24h between posting versions of a patch to netdev.
https://docs.kernel.org/process/maintainer-netdev.html
...