Page MenuHomeFreeBSD

Fix first-packet completion
ClosedPublic

Authored by shurd on Nov 9 2018, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 23, 4:15 PM
Unknown Object (File)
Mon, May 13, 9:26 PM
Unknown Object (File)
May 4 2024, 1:00 PM
Unknown Object (File)
Apr 16 2024, 10:27 PM
Unknown Object (File)
Apr 16 2024, 2:49 PM
Unknown Object (File)
Apr 11 2024, 9:01 PM
Unknown Object (File)
Apr 11 2024, 6:42 AM
Unknown Object (File)
Mar 31 2024, 1:15 AM
Subscribers

Details

Summary

The first packet after the ring is initialized was never
completed as isc_txd_credits_update() would not include it in the
count of completed packets. This caused netmap to never complete
a batch. See PR 233022 for more details.

Test Plan

Have lev confirm fix.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 20727
Build 20137: arc lint + arc unit

Event Timeline

Yep, it helps, at least at em

This revision is now accepted and ready to land.Nov 9 2018, 9:43 PM
This revision was automatically updated to reflect the committed changes.