Page MenuHomeFreeBSD

Allow partial MSI-x allocation in ENA driver
ClosedPublic

Authored by mk_semihalf.com on Oct 31 2017, 1:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 28, 9:04 AM
Unknown Object (File)
Oct 4 2024, 12:17 AM
Unknown Object (File)
Oct 2 2024, 5:53 PM
Unknown Object (File)
Sep 26 2024, 9:56 PM
Unknown Object (File)
Sep 22 2024, 12:37 AM
Unknown Object (File)
Sep 21 2024, 12:42 PM
Unknown Object (File)
Sep 18 2024, 1:50 AM
Unknown Object (File)
Sep 15 2024, 6:11 PM

Details

Summary

The situation, where part of the MSI-x was not configured properly, was
not properly handled. Now, the driver reduces number of queues to
reflect number of existing and properly configured MSI-x vectors.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sys/dev/ena/ena.c
1867

Typo - the second argument to print should be 'msix_req'

mk_semihalf.com marked an inline comment as done.

Fix typo in printout

This revision is now accepted and ready to land.Nov 8 2017, 5:45 PM
This revision was automatically updated to reflect the committed changes.