Merge branch 'notify-user-space-if-any-actions-were-flushed-before-error'
authorJakub Kicinski <kuba@kernel.org>
Tue, 28 Jun 2022 04:51:29 +0000 (21:51 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 28 Jun 2022 04:51:30 +0000 (21:51 -0700)
Victor Nogueira says:

====================
Notify user space if any actions were flushed before error

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.
====================

Link: https://lore.kernel.org/r/20220623140742.684043-1-victor@mojatatu.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge