Re: [PATCHv4 net-next] sched: add new attr TCA_EXT_WARN_MSG to report tc extact message
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-01-14 06:15:31
From: Jakub Kicinski <kuba@kernel.org>
Date: 2023-01-14 06:15:31
On Fri, 13 Jan 2023 11:43:53 +0800 Hangbin Liu wrote:
We will report extack message if there is an error via netlink_ack(). But if the rule is not to be exclusively executed by the hardware, extack is not passed along and offloading failures don't get logged.
Acked-by: Jakub Kicinski <kuba@kernel.org>