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)
Nov 29 2024, 5:29 AM
Unknown Object (File)
Sep 20 2024, 9:43 AM
Unknown Object (File)
Sep 18 2024, 9:41 AM
Unknown Object (File)
Sep 17 2024, 11:11 AM
Unknown Object (File)
Sep 15 2024, 3:35 AM
Unknown Object (File)
Sep 10 2024, 3:59 PM
Unknown Object (File)
Aug 8 2024, 1:15 PM
Unknown Object (File)
Aug 4 2024, 12:25 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