]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rocker: mark STP update as 'no wait' processing
authorScott Feldman <sfeldma@gmail.com>
Sat, 13 Jun 2015 04:35:48 +0000 (21:35 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 15 Jun 2015 23:06:49 +0000 (16:06 -0700)
commitac28393e8514927e58af99ea12d4ee0eac6d11a8
tree3e940b86d169b53d5109f98f9847be34a9cf5537
parent02a9fbfc878ec3e4c17b11d6ac41dfe86667b732
rocker: mark STP update as 'no wait' processing

We can get STP updates from the bridge driver in atomic and non-atomic
contexts.  Since we can't test what context we're getting called in,
do the STP processing as 'no wait', which will cover all cases.

Signed-off-by: Scott Feldman <sfeldma@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/rocker/rocker.c