aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/clang/utils/ssh:/git@gitrepo.FreeBSD.org/(developers-only)
diff options
context:
space:
mode:
authorYuichiro NAITO <naito.yuichiro@gmail.com>2026-04-07 15:25:09 +0000
committerKevin Bowling <kbowling@FreeBSD.org>2026-04-12 04:50:28 +0000
commit938c076b9b0bc458a3877b52535527d37199fc09 (patch)
treef4ef5c3200aa105facd5b1e134bdfbd176cfedda /contrib/llvm-project/clang/utils/ssh:/git@gitrepo.FreeBSD.org/(developers-only)
parent6698596cd2abd9eae3ac02efe1c257766da5d24a (diff)
ixgbe: Fix MRQC register value.HEADmain
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 'contrib/llvm-project/clang/utils/ssh:/git@gitrepo.FreeBSD.org/(developers-only)')
0 files changed, 0 insertions, 0 deletions