commit | 891b8f33218d0be4c56b702606d4be3da3eb2d8f | [log] [tgz] |
---|---|---|
author | Paul Blakey <paulb@mellanox.com> | Wed Jan 08 14:31:53 2020 +0200 |
committer | Saeed Mahameed <saeedm@mellanox.com> | Mon Mar 09 16:58:40 2020 -0700 |
tree | fa40831dddba5c66bdf23d54f34b0bc9333dae4f | |
parent | d9fb932fde217b15eab2111605b05a05b47ea593 [diff] |
net/mlx5: Allocate smaller size tables for ft offload Instead of giving ft tables one of the largest tables available - 4M, give it a more reasonable size - 64k. Especially since it will always be created as a miss hook in the following patch. Signed-off-by: Paul Blakey <paulb@mellanox.com> Reviewed-by: Mark Bloch <markb@mellanox.com> Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>