Page MenuHomeFreeBSD

sfxge(4): add function to create packed stream RxQ
ClosedPublic

Authored by arybchik on Nov 21 2018, 11:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Feb 17, 12:49 AM
Unknown Object (File)
Mon, Feb 10, 11:38 AM
Unknown Object (File)
Sun, Feb 9, 1:59 AM
Unknown Object (File)
Sat, Feb 8, 12:39 PM
Unknown Object (File)
Jan 16 2025, 1:46 PM
Unknown Object (File)
Dec 30 2024, 9:23 AM
Unknown Object (File)
Dec 26 2024, 6:52 AM
Unknown Object (File)
Oct 23 2024, 11:19 AM
Subscribers

Details

Summary

Encoding packed stream buffer size in RxQ type is not a future-proof
idea taking into account a new RxQ types with extra parameters.
To be consistent make packet stream buffer size a separate parameter.
In order to avoid blowing of the default RxQ create function prototype
add a dedicated function to create packed stream RxQ without not
applicable paramters.

Sponsored by: Solarflare Communications, Inc.

Test Plan

amd64 tinderbox kernel builds tested
driver loaded/unloaded, interfaces up/down, traffic works fine

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Nov 24 2018, 6:13 PM
This revision was automatically updated to reflect the committed changes.