Re: [PATCH net] nfp: flower: verify that block cb is not busy before binding

2019-08-19 Thread David Miller
From: Vlad Buslov Date: Mon, 19 Aug 2019 10:33:04 +0300 > When processing FLOW_BLOCK_BIND command on indirect block, check that flow > block cb is not busy. > > Fixes: 0d4fd02e7199 ("net: flow_offload: add flow_block_cb_is_busy() and use > it") > Reported-by: Jakub Kicinski > Signed-off-by: Vl

Re: [PATCH net] nfp: flower: verify that block cb is not busy before binding

2019-08-19 Thread Jakub Kicinski
On Mon, 19 Aug 2019 10:33:04 +0300, Vlad Buslov wrote: > When processing FLOW_BLOCK_BIND command on indirect block, check that flow > block cb is not busy. > > Fixes: 0d4fd02e7199 ("net: flow_offload: add flow_block_cb_is_busy() and use > it") > Reported-by: Jakub Kicinski > Signed-off-by: Vlad

[PATCH net] nfp: flower: verify that block cb is not busy before binding

2019-08-19 Thread Vlad Buslov
When processing FLOW_BLOCK_BIND command on indirect block, check that flow block cb is not busy. Fixes: 0d4fd02e7199 ("net: flow_offload: add flow_block_cb_is_busy() and use it") Reported-by: Jakub Kicinski Signed-off-by: Vlad Buslov --- drivers/net/ethernet/netronome/nfp/flower/offload.c | 7