Page MenuHomeFreeBSD

Add netdump hooks for vtnet(4).
ClosedPublic

Authored by markj on May 1 2018, 5:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 21 2024, 6:13 PM
Unknown Object (File)
Dec 20 2023, 2:52 AM
Unknown Object (File)
Oct 15 2023, 1:22 AM
Unknown Object (File)
Oct 1 2023, 9:31 PM
Unknown Object (File)
Aug 23 2023, 2:36 PM
Unknown Object (File)
Jul 18 2023, 12:44 PM
Unknown Object (File)
Jul 1 2023, 10:18 PM
Unknown Object (File)
Jun 30 2023, 5:33 PM
Subscribers

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 16384
Build 16312: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.May 2 2018, 6:24 AM
sys/dev/virtio/network/if_vtnet.c
4029

vtnet_txq_notify can return non-zero but I don't think you consider that an error: if it was able to drain enough completed mbufs it returns non-zero so that the caller can continue transmitting. Since you're transmitting one mbuf here and are polling I think you can just ignore the return value.

markj marked an inline comment as done.May 4 2018, 7:39 PM
This revision was automatically updated to reflect the committed changes.