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, Mar 31, 9:57 PM
Unknown Object (File)
Tue, Mar 31, 9:20 PM
Unknown Object (File)
Mon, Mar 30, 11:06 PM
Unknown Object (File)
Sat, Mar 28, 7:14 AM
Unknown Object (File)
Fri, Mar 27, 4:23 PM
Unknown Object (File)
Thu, Mar 26, 11:18 AM
Unknown Object (File)
Thu, Mar 26, 4:26 AM
Unknown Object (File)
Tue, Mar 24, 3:16 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.