opnsense-src/sys/dev/ena
John Baldwin d412c07617 Check for errors when detaching children first, not last
These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached.  Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D47387
2024-11-04 20:30:33 -05:00
..
ena.c Check for errors when detaching children first, not last 2024-11-04 20:30:33 -05:00
ena.h ena: Update driver version to v2.8.0 2024-10-15 17:38:33 +00:00
ena_datapath.c ena: Trigger reset when mbuf is NULL error happens 2024-10-15 17:38:32 +00:00
ena_datapath.h ena: Update license signatures to 2024 2024-10-15 17:38:31 +00:00
ena_netmap.c ena: Clear NS_MOREFRAG flag for last netmap slot 2024-10-15 17:38:32 +00:00
ena_netmap.h ena: Update license signatures to 2024 2024-10-15 17:38:31 +00:00
ena_rss.c ena: Update license signatures to 2024 2024-10-15 17:38:31 +00:00
ena_rss.h ena: Update license signatures to 2024 2024-10-15 17:38:31 +00:00
ena_sysctl.c ena: Support LLQ entry size recommendation from device 2024-10-15 17:38:32 +00:00
ena_sysctl.h ena: Support LLQ entry size recommendation from device 2024-10-15 17:38:32 +00:00