Page MenuHomeFreeBSD

Fix first-packet completion
ClosedPublic

Authored by shurd on Nov 9 2018, 7:35 PM.
Tags
None
Referenced Files
F58687317: D17931.id50227.diff
Wed, Mar 29, 4:17 AM
Unknown Object (File)
Sun, Mar 26, 6:07 AM
Unknown Object (File)
Sun, Mar 26, 5:56 AM
Unknown Object (File)
Tue, Mar 21, 8:04 PM
Unknown Object (File)
Fri, Mar 3, 11:56 PM
Unknown Object (File)
Feb 16 2023, 7:49 AM
Unknown Object (File)
Feb 5 2023, 3:58 AM
Unknown Object (File)
Dec 28 2022, 6:36 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 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.