commit | 8ec5d438a3c24e0ebd5df4e94b41a22e4bc0e028 | [log] [tgz] |
---|---|---|
author | Tariq Toukan <tariqt@nvidia.com> | Wed May 19 15:16:52 2021 +0300 |
committer | Saeed Mahameed <saeedm@nvidia.com> | Thu Jun 03 13:10:19 2021 -0700 |
tree | 373ff42150210519d47c03f69571a8034e82e5df | |
parent | 771a563ea05b08dee1a1d7c6128e3307c0ba3830 [diff] |
net/mlx5e: RX, Re-place page pool numa node change logic Move the logic that updates the page pool upon changes in numa node. Before this patch, logic was placed in the RX polling function, being called also when no RX traffic, wasting cpu cycles. Here we move it to the RX post_wqes function, to be called only when new RX descriptors are going to be allocated. Signed-off-by: Tariq Toukan <tariqt@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>