Details
Details
- Reviewers
bryanv julian - Commits
- rS333290: Add netdump support to vtnet(4).
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/dev/virtio/network/if_vtnet.c | ||
---|---|---|
4029 ↗ | (On Diff #42048) | 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. |