diff options
author | Maxim Mikityanskiy <maximmi@nvidia.com> | 2022-09-30 09:28:51 -0700 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2022-10-01 13:30:19 -0700 |
commit | 5758c3145b88aa9d0919681a9d3edf39353f1dbd (patch) | |
tree | 5cc1315c56b6f598ee1d59c61a6b4d0f22b5f9df /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | a064c609849bf71adc7484b030539568cd2a5155 (diff) | |
download | linux-5758c3145b88aa9d0919681a9d3edf39353f1dbd.tar.gz linux-5758c3145b88aa9d0919681a9d3edf39353f1dbd.tar.bz2 linux-5758c3145b88aa9d0919681a9d3edf39353f1dbd.zip |
net/mlx5e: Make the wqe_index_mask calculation more exact
The old calculation of wqe_index_mask may give false positives, i.e.
request bulking of pairs of WQEs when not strictly needed, for example,
when the first fragment size is equal to the PAGE_SIZE, bulking is not
needed, even if the number of fragments is odd.
Make the calculation more exact to cut false positives.
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>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions