]> git.baikalelectronics.ru Git - kernel.git/commit
net/sched: act_vlan: Add extack message for offload failure
authorIdo Schimmel <idosch@nvidia.com>
Thu, 7 Apr 2022 07:35:30 +0000 (10:35 +0300)
committerDavid S. Miller <davem@davemloft.net>
Fri, 8 Apr 2022 12:45:43 +0000 (13:45 +0100)
commitc2db6967708eaa982281743c15b9cdb92e6bb296
tree0ec72216ffd7114dbce5a1d0332116344c07b96e
parentadf4013ffee3ae5f92b22360f32d8427fbc838ed
net/sched: act_vlan: Add extack message for offload failure

For better error reporting to user space, add an extack message when
vlan action offload fails.

Currently, the failure cannot be triggered, but add a message in case
the action is extended in the future to support more than the current
set of modes.

Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_vlan.c