Searched hist:366881 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_main.cdiff 366881 Tue Oct 20 08:38:01 MDT 2020 hselasky MFC r366518:
Properly cleanup driver during remove_one() in mlx5core.

Cleanup all host resources, SYSCTLs, MSIX vectors and memory used
by the host and only leave the device allocated memory behind, if any,
because it may still be in use, when the PCI remove function is called.
Else future probe calls may fail due to SYSCTLs already existing.

Sponsored by: Mellanox Technologies // NVIDIA Networking

Completed in 69 milliseconds