Page MenuHomeFreeBSD

iflib: add a new global tunable "prefer_mpring"
AcceptedPublic

Authored by gallatin on Wed, Sep 16, 4:13 PM.
Tags
None
Referenced Files
F172351689: D59729.id186888.diff
Thu, Sep 17, 9:54 PM
F172284656: D59729.id.diff
Thu, Sep 17, 11:34 AM
F172278470: D59729.diff
Thu, Sep 17, 10:39 AM
Unknown Object (File)
Wed, Sep 16, 11:38 PM
Unknown Object (File)
Wed, Sep 16, 11:11 PM
Unknown Object (File)
Wed, Sep 16, 10:24 PM
Unknown Object (File)
Wed, Sep 16, 10:22 PM

Details

Reviewers
kbowling
shurd
Group Reviewers
iflib
Summary

net.iflib.prefer_mpring can be used to control whether or
not all iflib driver instances default to mp_ring or simple_tx.

This is intended to be temporary, to allow easy testing (now) of
simple_tx, and to allow an easy fallback to the legacy path
(later) once the default is switched to simple_tx and before
mp_ring is removed.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped