Page MenuHomeFreeBSD

Fix first-packet completion
ClosedPublic

Authored by shurd on Nov 9 2018, 7:35 PM.
Tags
None
Referenced Files
F131415985: D17931.id50239.diff
Tue, Oct 7, 7:52 PM
F131351723: D17931.id.diff
Tue, Oct 7, 4:15 AM
Unknown Object (File)
Wed, Sep 24, 2:18 AM
Unknown Object (File)
Tue, Sep 23, 11:31 PM
Unknown Object (File)
Sun, Sep 21, 10:14 PM
Unknown Object (File)
Sat, Sep 20, 11:53 PM
Unknown Object (File)
Fri, Sep 19, 6:37 AM
Unknown Object (File)
Sep 7 2025, 3:28 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 Passed
Unit
No Test Coverage
Build Status
Buildable 20727
Build 20137: arc lint + arc unit

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.