aboutsummaryrefslogtreecommitdiff
path: root/include/linux/trace_recursion.h
diff options
context:
space:
mode:
authorMaxim Mikityanskiy <[email protected]>2022-01-27 16:42:18 +0200
committerSaeed Mahameed <[email protected]>2022-03-17 11:51:55 -0700
commit064990d0b65fd99c6fb59006f928a8b631db5816 (patch)
tree8fc918b52cb96b4212fb1c838bbf52bfdd0949e3 /include/linux/trace_recursion.h
parente26eceb90b01ed941a6d13419a890930adcac494 (diff)
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 <[email protected]> Reviewed-by: Tariq Toukan <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'include/linux/trace_recursion.h')
0 files changed, 0 insertions, 0 deletions