-
- Downloads
net/sched: Rename user cookie and act cookie
struct tc_action->act_cookie is a user defined cookie, and the related struct flow_action_entry->act_cookie is used as an handle similar to struct flow_cls_offload->cookie. Rename tc_action->act_cookie to user_cookie, and flow_action_entry->act_cookie to cookie so their names would better fit their usage. Signed-off-by:Paul Blakey <paulb@nvidia.com> Reviewed-by:
Marcelo Ricardo Leitner <marcelo.leitner@gmail.com> Signed-off-by:
Jakub Kicinski <kuba@kernel.org>
Showing
- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 1 addition, 1 deletiondrivers/net/ethernet/mellanox/mlx5/core/en_tc.c
- drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c 1 addition, 1 deletiondrivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
- include/net/act_api.h 1 addition, 1 deletioninclude/net/act_api.h
- include/net/flow_offload.h 2 additions, 2 deletionsinclude/net/flow_offload.h
- net/sched/act_api.c 13 additions, 13 deletionsnet/sched/act_api.c
- net/sched/cls_api.c 14 additions, 14 deletionsnet/sched/cls_api.c
Loading
Please register or sign in to comment