diff options
| author | Tariq Toukan <tariqt@mellanox.com> | 2020-05-26 13:58:09 +0300 |
|---|---|---|
| committer | Saeed Mahameed <saeedm@mellanox.com> | 2020-06-27 14:00:20 -0700 |
| commit | 7d0d0d86ec6c67d3eb4f49d3bbccc2d8c02799cc (patch) | |
| tree | 9371f15a71ef1f251eee425910b07d99c465a32b /scripts/stackusage | |
| parent | net/mlx5e: Accel, Expose flow steering API for rules add/del (diff) | |
| download | linux-7d0d0d86ec6c67d3eb4f49d3bbccc2d8c02799cc.tar.gz linux-7d0d0d86ec6c67d3eb4f49d3bbccc2d8c02799cc.zip | |
net/mlx5e: kTLS, Improve TLS feature modularity
Better separate the code into c/h files, so that kTLS internals
are exposed to the corresponding non-accel flow as follows:
- Necessary datapath functions are exposed via ktls_txrx.h.
- Necessary caps and configuration functions are exposed via ktls.h,
which became very small.
In addition, kTLS internal code sharing is done via ktls_utils.h,
which is not exposed to any non-accel file.
Add explicit WQE structures for the TLS static and progress
params, breaking the union of the static with UMR, and the progress
with PSV.
Generalize the API as a preparation for TLS RX offload support.
Move kTLS TX-specific code to the proper file.
Remove the inline tag for function in C files, let the compiler decide.
Use kzalloc/kfree for the priv_tx context.
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
Reviewed-by: Maxim Mikityanskiy <maximmi@mellanox.com>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
