diff options
author | Maxim Mikityanskiy <maximmi@nvidia.com> | 2022-01-27 17:42:18 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2022-03-17 21:51:55 +0300 |
commit | 064990d0b65fd99c6fb59006f928a8b631db5816 (patch) | |
tree | 8fc918b52cb96b4212fb1c838bbf52bfdd0949e3 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | e26eceb90b01ed941a6d13419a890930adcac494 (diff) | |
download | linux-064990d0b65fd99c6fb59006f928a8b631db5816.tar.xz |
net/mlx5e: Drop the len output parameter from mlx5e_xdp_handle
The len parameter of mlx5e_xdp_handle is used to output the new packet
length after XDP has processed the packet and returned XDP_PASS.
However, this value can be calculated on the caller site, as the caller
knows if it was an XDP_PASS.
This commit drops the len parameter and moves the calculation to the
caller, reducing the number of parameters passed to the function and
preparing for XDP support in non-linear legacy RQ.
Signed-off-by: Maxim Mikityanskiy <maximmi@nvidia.com>
Reviewed-by: Tariq Toukan <tariqt@nvidia.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions