Page MenuHomeFreeBSD

IFLIB: do not remove dmamap on buffer unload
AbandonedPublic

Authored by wma on Jan 17 2018, 11:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 18, 12:19 PM
Unknown Object (File)
Mon, Nov 3, 5:40 PM
Unknown Object (File)
Mon, Nov 3, 12:46 PM
Unknown Object (File)
Mon, Nov 3, 12:45 PM
Unknown Object (File)
Mon, Nov 3, 8:08 AM
Unknown Object (File)
Oct 20 2025, 7:18 PM
Unknown Object (File)
Oct 11 2025, 6:41 PM
Unknown Object (File)
Oct 9 2025, 2:39 AM
Subscribers

Details

Summary

Dmamap is created only on IFC attach. If we remove it on
buffer release, we won't be able to do ifconfig down&up.

Diff Detail

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

Event Timeline

shurd requested changes to this revision.Jan 22 2018, 7:16 PM

With this change, the RX map is never destroyed. Won't they need to be destroyed in iflib_rx_sds_free() before bus_dma_tag_destroy() is called?

This revision now requires changes to proceed.Jan 22 2018, 7:16 PM