diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2022-01-06 14:57:54 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-01-06 13:45:02 +0000 |
commit | 43d012123122cc69feacab55b71369f386c19566 (patch) | |
tree | 5abb1df59a3fa95399b577e054d20d5b55bb595b /usr/Kconfig | |
parent | 44073187990d5629804ce0627525f6ea5cfef171 (diff) |
rocker: fix a sleeping in atomic bug
This code is holding the &ofdpa->flow_tbl_lock spinlock so it is not
allowed to sleep. That means we have to pass the OFDPA_OP_FLAG_NOWAIT
flag to ofdpa_flow_tbl_del().
Fixes: 936bd486564a ("rocker: use FIB notifications instead of switchdev calls")
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'usr/Kconfig')
0 files changed, 0 insertions, 0 deletions