mbox series

[net,0/2] Notify user space if any actions were flushed before error

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

Message

Victor Nogueira June 23, 2022, 2:07 p.m. UTC
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

 net/sched/act_api.c                           | 22 ++++--
 .../tc-testing/tc-tests/actions/gact.json     | 77 +++++++++++++++++++
 2 files changed, 91 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org June 28, 2022, 5 a.m. UTC | #1
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!