commit | b985f870a5f08da0a2d6b45a3ea33f5558cf7e4e | [log] [tgz] |
---|---|---|
author | Simon Horman <simon.horman@netronome.com> | Wed Aug 16 09:37:43 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 16 11:36:44 2017 -0700 |
tree | 264f0b8703d3fbeee82349b6b404efd4f9f32ab5 | |
parent | cf9d01405925e3f8144c99d7bf7b184449794066 [diff] |
nfp: process control messages in workqueue in flower app Processing of control messages is not time-critical and future processing of some messages will require taking the RTNL which is not possible in a BH handler. It seems simplest to move all control message processing to a workqueue. Signed-off-by: Simon Horman <simon.horman@netronome.com> Reviewed-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>