-
- Downloads
Merge branch 'tc_action-fixes'
Cong Wang says:
====================
net_sched: tc action fixes and updates
This patchset fixes a few regressions caused by the previous
code refactor and more. Thanks to Jamal for catching them!
Note, patch 3/7 and 4/7 are not strictly necessary for this patchset,
I just want to carry them together.
---
v4: adjust an indention for Jamal
add two more patches
v3: avoid list for fast path, suggested by Jamal
v2: replace flex_array with regular dynamic array
keep tcf_action_stats_update() in act_api.h
fix macro typos found by Amir
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 3 additions, 1 deletiondrivers/net/ethernet/intel/ixgbe/ixgbe_main.c
- drivers/net/ethernet/mellanox/mlx5/core/en_tc.c 9 additions, 3 deletionsdrivers/net/ethernet/mellanox/mlx5/core/en_tc.c
- drivers/net/ethernet/mellanox/mlxsw/spectrum.c 3 additions, 1 deletiondrivers/net/ethernet/mellanox/mlxsw/spectrum.c
- include/net/act_api.h 5 additions, 18 deletionsinclude/net/act_api.h
- include/net/pkt_cls.h 36 additions, 5 deletionsinclude/net/pkt_cls.h
- net/sched/act_api.c 9 additions, 25 deletionsnet/sched/act_api.c
- net/sched/act_police.c 11 additions, 51 deletionsnet/sched/act_police.c
- net/sched/cls_api.c 36 additions, 15 deletionsnet/sched/cls_api.c
Loading
Please register or sign in to comment