Star4
53
代码介绍
代码
Issues31
Pull Requests19
流水线
Actions
讨论
Wiki
项目成员37
分析
项目设置
Star4
53
  1. kernel_linux_5.10
  2. /
  3. tools
  4. /
  5. include
  6. /
  7. uapi
  8. /
  9. linux
  10. /
  11. tc_act
DDavid S. Millernet: Move all TC actions identifiers to one place
257eeded创建于 2019年2月11日历史提交
文件最后提交记录最后更新时间
tc_bpf.h
net: Move all TC actions identifiers to one place Move all the TC identifiers to one place, to the same enum that defines the identifier of police action. This makes it easier choose numbers for new actions since they are now defined in one place. We preserve the original values for binary compatibility. New IDs should be added inside the enum. Signed-off-by: Eli Cohen <eli@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>7 年前