Page MenuHomeFreeBSD

if_awg: rename tx functions to match other drivers and free mbuf on m_collapse failure
ClosedPublic

Authored by guyyur_gmail.com on Nov 10 2017, 5:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 10, 5:13 AM
Unknown Object (File)
Sat, Nov 8, 12:39 PM
Unknown Object (File)
Mon, Nov 3, 2:20 AM
Unknown Object (File)
Sun, Nov 2, 12:45 AM
Unknown Object (File)
Oct 16 2025, 9:18 AM
Unknown Object (File)
Oct 16 2025, 9:18 AM
Unknown Object (File)
Oct 16 2025, 9:18 AM
Unknown Object (File)
Oct 15 2025, 9:39 PM
Subscribers

Details

Summary
  • use awg_encap and awg_txeof names to match iflib and other network drivers.
  • handle m_collapse failure similarly by freeing the mbuf rather than reenqueuing it where it will continue to fail.

Diff Detail

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