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)
Apr 28 2024, 12:56 AM
Unknown Object (File)
Apr 26 2024, 9:03 PM
Unknown Object (File)
Apr 12 2024, 5:45 AM
Unknown Object (File)
Dec 23 2023, 11:11 AM
Unknown Object (File)
Aug 22 2023, 1:06 PM
Unknown Object (File)
Jun 22 2023, 5:54 PM
Unknown Object (File)
May 3 2023, 5:53 PM
Unknown Object (File)
Mar 7 2023, 12:39 AM
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