Page MenuHomeFreeBSD

Fix first-packet completion
ClosedPublic

Authored by shurd on Nov 9 2018, 7:35 PM.
Tags
None
Referenced Files
F132650937: D17931.id50239.diff
Sat, Oct 18, 6:35 PM
F132650909: D17931.id.diff
Sat, Oct 18, 6:35 PM
F132650908: D17931.id50227.diff
Sat, Oct 18, 6:35 PM
F132626574: D17931.id.diff
Sat, Oct 18, 1:31 PM
F132601314: D17931.diff
Sat, Oct 18, 8:02 AM
F132563374: D17931.id50227.diff
Sat, Oct 18, 12:24 AM
Unknown Object (File)
Thu, Oct 16, 5:32 PM
Unknown Object (File)
Thu, Oct 16, 3:46 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.