diff options
| author | Yuichiro NAITO <naito.yuichiro@gmail.com> | 2026-04-07 15:25:09 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2026-04-12 04:50:28 +0000 |
| commit | 938c076b9b0bc458a3877b52535527d37199fc09 (patch) | |
| tree | f4ef5c3200aa105facd5b1e134bdfbd176cfedda /sys/modules/bce | |
| parent | 6698596cd2abd9eae3ac02efe1c257766da5d24a (diff) | |
Focus on the MRQE field of the MRQC register, which is 4 bits wide,
and we use these 3 types of values.
- IXGBE_MRQC_RSSEN 0x1 (non VF mode)
- IXGBE_MRQC_VMDQRSS32EN 0xA (less than 33 VFs)
- IXGBE_MRQC_VMDQRSS64EN 0xB (less than 65 VFs)
If we always take a bitwise OR with IXGBE_MRQC_RSSEN,
IXGBE_MRQC_VMDQRSS32EN will never be chosen.
Select these 3 types of values for the proper case.
Signed-off-by: Yuichiro NAITO <naito.yuichiro@gmail.com>
MFC after: 1 week
Pull Request: https://github.com/freebsd/freebsd-src/pull/2132
Diffstat (limited to 'sys/modules/bce')
0 files changed, 0 insertions, 0 deletions
