aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ata
diff options
context:
space:
mode:
authorAriel Ehrenberg <aehrenberg@nvidia.com>2024-11-25 13:10:41 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2024-12-15 22:27:53 +0000
commit2fb2c0351237aed71abedb7eb6d737b4390b490a (patch)
tree3a29a42018339def5fcd0e2807dcf89cac62cc6b /sys/dev/ata
parent29a9d7c6ce78825251ea127ade445236607b0b81 (diff)
mlx5_core: fix "no space" error on sriov enablement
Change POOL_NEXT_SIZE define value from 0 to BIT(30), since this define is used to request the available maximum sized flow table, and zero doesn't make sense for it, whereas many places in the driver use zero explicitly expecting the smallest table size possible but instead due to this define they end up allocating the biggest table size unawarely. Sponsored by: NVidia networking
Diffstat (limited to 'sys/dev/ata')
0 files changed, 0 insertions, 0 deletions