Page MenuHomeFreeBSD

Fix first-packet completion
ClosedPublic

Authored by shurd on Nov 9 2018, 7:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 18 2024, 6:44 AM
Unknown Object (File)
Oct 2 2024, 12:25 AM
Unknown Object (File)
Oct 1 2024, 7:47 AM
Unknown Object (File)
Sep 26 2024, 8:52 AM
Unknown Object (File)
Sep 8 2024, 7:18 AM
Unknown Object (File)
Sep 1 2024, 2:07 AM
Unknown Object (File)
Sep 1 2024, 2:07 AM
Unknown Object (File)
Sep 1 2024, 2:07 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.