Page MenuHomeFreeBSD

mana: Initialize ports with the common RSS key
ClosedPublic

Authored by kbowling on Fri, Sep 18, 8:43 AM.
Tags
None
Referenced Files
F173172245: D59799.diff
Thu, Sep 24, 2:30 AM
Unknown Object (File)
Wed, Sep 23, 1:47 PM
Unknown Object (File)
Tue, Sep 22, 9:51 PM
Unknown Object (File)
Tue, Sep 22, 8:28 AM
Unknown Object (File)
Mon, Sep 21, 6:36 PM
Unknown Object (File)
Mon, Sep 21, 1:51 PM
Unknown Object (File)
Sun, Sep 20, 7:34 AM
Unknown Object (File)
Sun, Sep 20, 2:36 AM
Subscribers

Details

Summary
Use rss_getkey() for each port's initial key instead of a lazily generated
driver-global random key.  Remove the obsolete helper and its unsynchronized
initialization flag.  Make the common-key declaration available without
options RSS.

The port still retains the key used for hardware programming and the
existing SIOCGIFRSSKEY response.  Leave hash types and queue placement
unchanged.

MFC after:      2 weeks
Sponsored by:   BBOX.io

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable