Message ID | 20211217181629.28081-1-simon.horman@corigine.com (mailing list archive) |
---|---|
Headers | show |
Series | allow user to offload tc action to net device | expand |
Hello: This series was applied to netdev/net-next.git (master) by David S. Miller <davem@davemloft.net>: On Fri, 17 Dec 2021 19:16:16 +0100 you wrote: > Baowen Zheng says: > > Allow use of flow_indr_dev_register/flow_indr_dev_setup_offload to offload > tc actions independent of flows. > > The motivation for this work is to prepare for using TC police action > instances to provide hardware offload of OVS metering feature - which calls > for policers that may be used by multiple flows and whose lifecycle is > independent of any flows that use them. > > [...] Here is the summary with links: - [v8,net-next,01/13] flow_offload: fill flags to action structure https://git.kernel.org/netdev/net-next/c/40bd094d65fc - [v8,net-next,02/13] flow_offload: reject to offload tc actions in offload drivers https://git.kernel.org/netdev/net-next/c/144d4c9e800d - [v8,net-next,03/13] flow_offload: add index to flow_action_entry structure https://git.kernel.org/netdev/net-next/c/5a9959008fb6 - [v8,net-next,04/13] flow_offload: rename offload functions with offload instead of flow https://git.kernel.org/netdev/net-next/c/9c1c0e124ca2 - [v8,net-next,05/13] flow_offload: add ops to tc_action_ops for flow action setup https://git.kernel.org/netdev/net-next/c/c54e1d920f04 - [v8,net-next,06/13] flow_offload: allow user to offload tc action to net device https://git.kernel.org/netdev/net-next/c/8cbfe939abe9 - [v8,net-next,07/13] flow_offload: add skip_hw and skip_sw to control if offload the action https://git.kernel.org/netdev/net-next/c/7adc57651211 - [v8,net-next,08/13] flow_offload: rename exts stats update functions with hw https://git.kernel.org/netdev/net-next/c/bcd64368584b - [v8,net-next,09/13] flow_offload: add process to update action stats from hardware https://git.kernel.org/netdev/net-next/c/c7a66f8d8a94 - [v8,net-next,10/13] net: sched: save full flags for tc action https://git.kernel.org/netdev/net-next/c/e8cb5bcf6ed6 - [v8,net-next,11/13] flow_offload: add reoffload process to update hw_count https://git.kernel.org/netdev/net-next/c/13926d19a11e - [v8,net-next,12/13] flow_offload: validate flags of filter and actions https://git.kernel.org/netdev/net-next/c/c86e0209dc77 - [v8,net-next,13/13] selftests: tc-testing: add action offload selftest for action and filter https://git.kernel.org/netdev/net-next/c/eb473bac4a4b You are awesome, thank you!