Searched hist:"00 b7c2abb6a25437be472b9402feb90ab32798ae" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | main.c | diff 00b7c2abb6a25437be472b9402feb90ab32798ae Tue Mar 28 22:09:01 CDT 2017 Maor Gottlieb <maorg@mellanox.com> IB/mlx5: Enlarge autogroup flow table
In order to enlarge the flow group size to 8k, we decrease the number of flow group types to 6 and increase the flow table size to 64k.
Flow group size is calculated as follow: group_size = table_size / (#group_types + 1)
Fixes: 038d2ef87572 ('IB/mlx5: Add flow steering support') Signed-off-by: Maor Gottlieb <maorg@mellanox.com> Signed-off-by: Leon Romanovsky <leon@kernel.org> Signed-off-by: Doug Ledford <dledford@redhat.com>
|