diff options
author | Maxim Mikityanskiy <maximmi@mellanox.com> | 2020-07-30 17:53:46 +0300 |
---|---|---|
committer | Saeed Mahameed <saeedm@nvidia.com> | 2020-09-21 19:41:15 -0700 |
commit | 56e4da669a36b56c502ca360b3c44a6089b0aa22 (patch) | |
tree | d9398e2ac6f2736da9da7e68d7fdd0d437f31b01 /scripts/gen_compile_commands.py | |
parent | 97e3afd64dc2918f79026986c575f3343197e7c8 (diff) |
net/mlx5e: Move the TLS resync check out of the function
Before this patch, mlx5e_ktls_tx_handle_resync_dump_comp checked for
resync_dump_frag_page. It happened for all WQEs without an SKB,
including padding WQEs, and required a function call. Normally, padding
WQEs happen more often than TLS resyncs. Take this check out of the
function and put it to an inline function to save a call on all padding
WQEs.
Signed-off-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Reviewed-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions