Message ID | 20220623140742.684043-1-victor@mojatatu.com (mailing list archive) |
---|---|
Headers | show |
Series | Notify user space if any actions were flushed before error | expand |
Hello: This series was applied to netdev/net.git (master) by Jakub Kicinski <kuba@kernel.org>: On Thu, 23 Jun 2022 11:07:40 -0300 you wrote: > This patch series fixes the behaviour of actions flush so that the > kernel always notifies user space whenever it deletes actions during a > flush operation, even if it didn't flush all the actions. This series > also introduces tdc tests to verify this new behaviour. > > Victor Nogueira (2): > net/sched: act_api: Notify user space if any actions were flushed > before error > selftests: tc-testing: Add testcases to test new flush behaviour > > [...] Here is the summary with links: - [net,1/2] net/sched: act_api: Notify user space if any actions were flushed before error https://git.kernel.org/netdev/net/c/76b39b94382f - [net,2/2] selftests: tc-testing: Add testcases to test new flush behaviour https://git.kernel.org/netdev/net/c/88153e29c1e0 You are awesome, thank you!