Page MenuHomeFreeBSD

Fix "received NULL mbuf" bug in VNIC
ClosedPublic

Authored by zbb on Mar 3 2016, 5:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 12 2024, 9:15 AM
Unknown Object (File)
Jan 18 2024, 2:58 AM
Unknown Object (File)
Jan 7 2024, 11:54 AM
Unknown Object (File)
Jan 7 2024, 11:54 AM
Unknown Object (File)
Jan 7 2024, 11:54 AM
Unknown Object (File)
Jan 7 2024, 11:36 AM
Unknown Object (File)
Dec 19 2023, 11:17 PM
Unknown Object (File)
Dec 17 2023, 3:39 AM
Subscribers

Details

Summary

Do not modify NIC_QSET_CQ_0_7_HEAD manually, especially
in non-atomic context.
It doesn't seem to be necessary to recreate CQ head after
interrupt clearing too.

Diff Detail

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

Event Timeline

zbb retitled this revision from to Fix "received NULL mbuf" bug in VNIC.
zbb updated this object.
zbb edited the test plan for this revision. (Show Details)
zbb added reviewers: wma, emaste, imp.
zbb set the repository for this revision to rS FreeBSD src repository - subversion.
zbb added a subscriber: arm64.
wma edited edge metadata.
This revision is now accepted and ready to land.Mar 3 2016, 6:57 PM
This revision was automatically updated to reflect the committed changes.