Page MenuHomeFreeBSD

Fix first-packet completion
ClosedPublic

Authored by shurd on Nov 9 2018, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 10:27 PM
Unknown Object (File)
Tue, Apr 16, 2:49 PM
Unknown Object (File)
Thu, Apr 11, 9:01 PM
Unknown Object (File)
Thu, Apr 11, 6:42 AM
Unknown Object (File)
Sun, Mar 31, 1:15 AM
Unknown Object (File)
Jan 11 2024, 10:49 PM
Unknown Object (File)
Dec 20 2023, 1:26 AM
Unknown Object (File)
Dec 2 2023, 7:55 PM
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 Not Applicable
Unit
Tests Not Applicable

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.