Page MenuHomeFreeBSD

Fix error handling in the ENA driver and lock drbr_free() call
ClosedPublic

Authored by mk_semihalf.com on Oct 31 2017, 1:37 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Oct 13, 7:43 AM
Unknown Object (File)
Mon, Oct 13, 4:46 AM
Unknown Object (File)
Mon, Sep 29, 10:41 PM
Unknown Object (File)
Fri, Sep 26, 2:14 PM
Unknown Object (File)
Sun, Sep 21, 9:06 PM
Unknown Object (File)
Tue, Sep 16, 3:12 AM
Unknown Object (File)
Tue, Sep 16, 2:38 AM
Unknown Object (File)
Sep 9 2025, 4:15 AM

Details

Summary

Some goto tags were renamed for consistency, and few error handling
routines were reworked.

The drbr_free() must be locked just in case code will change in the
future - for now, it should never be an issue, because drbr is being
flushed in the ena_down() call, and the lock is required only when there
are some mbufs inside.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable