diff options
author | Christophe JAILLET <[email protected]> | 2024-10-04 07:26:05 +0200 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2024-10-07 16:35:03 -0700 |
commit | bec2a32145d5cc066df29182fa0e5b0d4329b1a1 (patch) | |
tree | 3228661f66e180665ce997f2dad90a23fa14d48b /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 539770616521e5b046ca7612eb79ba11b53edb1d (diff) |
mlxsw: spectrum_acl_flex_keys: Constify struct mlxsw_afk_element_inst
'struct mlxsw_afk_element_inst' are not modified in these drivers.
Constifying these structures moves some data to a read-only section, so
increases overall security.
Update a few functions and struct mlxsw_afk_block accordingly.
On a x86_64, with allmodconfig, as an example:
Before:
======
text data bss dec hex filename
4278 4032 0 8310 2076 drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_keys.o
After:
=====
text data bss dec hex filename
7934 352 0 8286 205e drivers/net/ethernet/mellanox/mlxsw/spectrum_acl_flex_keys.o
Signed-off-by: Christophe JAILLET <[email protected]>
Reviewed-by: Simon Horman <[email protected]>
Reviewed-by: Ido Schimmel <[email protected]>
Link: https://patch.msgid.link/8ccfc7bfb2365dcee5b03c81ebe061a927d6da2e.1727541677.git.christophe.jaillet@wanadoo.fr
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions