Message ID | 20230217223620.28508-1-paulb@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | net/sched: cls_api: Support hardware miss to tc action | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Sat, 18 Feb 2023 00:36:12 +0200 you wrote: > Hi, > > This series adds support for hardware miss to instruct tc to continue execution > in a specific tc action instance on a filter's action list. The mlx5 driver patch > (besides the refactors) shows its usage instead of using just chain restore. > > Currently a filter's action list must be executed all together or > not at all as driver are only able to tell tc to continue executing from a > specific tc chain, and not a specific filter/action. > > [...] Here is the summary with links: - [net-next,v13,1/8] net/sched: Rename user cookie and act cookie https://git.kernel.org/netdev/net-next/c/db4b49025c0c - [net-next,v13,2/8] net/sched: cls_api: Support hardware miss to tc action https://git.kernel.org/netdev/net-next/c/80cd22c35c90 - [net-next,v13,3/8] net/sched: flower: Move filter handle initialization earlier https://git.kernel.org/netdev/net-next/c/08a0063df3ae - [net-next,v13,4/8] net/sched: flower: Support hardware miss to tc action https://git.kernel.org/netdev/net-next/c/606c7c43d08c - [net-next,v13,5/8] net/mlx5: Kconfig: Make tc offload depend on tc skb extension https://git.kernel.org/netdev/net-next/c/03a283cdc8c8 - [net-next,v13,6/8] net/mlx5: Refactor tc miss handling to a single function https://git.kernel.org/netdev/net-next/c/93a1ab2c545b - [net-next,v13,7/8] net/mlx5e: Rename CHAIN_TO_REG to MAPPED_OBJ_TO_REG https://git.kernel.org/netdev/net-next/c/235ff07da7ec - [net-next,v13,8/8] net/mlx5e: TC, Set CT miss to the specific ct action instance https://git.kernel.org/netdev/net-next/c/6702782845a5 You are awesome, thank you!