]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
switchdev: introduce possibility to defer obj_add/del
authorJiri Pirko <jiri@mellanox.com>
Wed, 14 Oct 2015 17:40:52 +0000 (19:40 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Oct 2015 13:09:49 +0000 (06:09 -0700)
commit4d429c5ddc5128fccd3048059ae26bb39f0d8284
tree9e0b41720f38dd4a716b42545711067d24f1838b
parent850d0cbc9171f63f0418afffb0d89a84db927851
switchdev: introduce possibility to defer obj_add/del

Similar to the attr usecase, the caller knows if he is holding RTNL and is
in atomic section. So let the called to decide the correct call variant.

This allows drivers to sleep inside their ops and wait for hw to get the
operation status. Then the status is propagated into switchdev core.
This avoids silent errors in drivers.

Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/switchdev.h
net/switchdev/switchdev.c