Maxim Mikityanskiy e5a3cc83d5 net/mlx5e: Use runtime page_shift for striding RQ
This commit allows striding RQ to determine MTT page size at runtime,
instead of sticking to the compile-time PAGE_SIZE. This functionality
will be used by a following commit that adjusts the MTT page size to the
XSK frame size.

Stick with PAGE_SIZE for XSK on legacy RQ, as frag_stride is not used in
data path, it only helps calculate how pages are partitioned into
fragments, and PAGE_SIZE will ensure each fragment starts at the
beginning of a new allocation unit (XSK frame).

Signed-off-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2022-09-30 07:55:45 -07:00
..
2022-08-11 19:21:03 +02:00
2022-09-23 15:28:51 -07:00
2022-08-04 20:00:14 -07:00
2022-08-04 12:12:54 -07:00
2022-09-30 07:55:45 -07:00
2022-08-06 10:56:45 -07:00
2022-09-01 01:02:10 -04:00
2022-08-01 15:26:40 +02:00
2022-09-22 11:10:11 -07:00