On Sat, 2019-07-27 at 22:59 +0800, we...@ucloud.cn wrote:
> From: wenxu
>
> When call flow_block_cb_is_busy. The indr_priv is guaranteed to
> NULL ptr. So there is no need to call flow_bock_cb_is_busy.
>
> Fixes: 0d4fd02e7199 ("net: flow_offload: add flow_block_cb_is_busy()
> and use it")
> Sign
From: Saeed Mahameed
Date: Mon, 29 Jul 2019 18:25:26 +
> Dave let me know if you want me to take it to my branch.
Please do, thanks Saeed.
On Sat, 2019-07-27 at 22:59 +0800, we...@ucloud.cn wrote:
> From: wenxu
>
> When call flow_block_cb_is_busy. The indr_priv is guaranteed to
> NULL ptr. So there is no need to call flow_bock_cb_is_busy.
>
> Fixes: 0d4fd02e7199 ("net: flow_offload: add flow_block_cb_is_busy()
> and use it")
> Sign
From: we...@ucloud.cn
Date: Sat, 27 Jul 2019 22:59:55 +0800
> From: wenxu
>
> When call flow_block_cb_is_busy. The indr_priv is guaranteed to
> NULL ptr. So there is no need to call flow_bock_cb_is_busy.
>
> Fixes: 0d4fd02e7199 ("net: flow_offload: add flow_block_cb_is_busy() and use
> it")
>
From: wenxu
When call flow_block_cb_is_busy. The indr_priv is guaranteed to
NULL ptr. So there is no need to call flow_bock_cb_is_busy.
Fixes: 0d4fd02e7199 ("net: flow_offload: add flow_block_cb_is_busy() and use
it")
Signed-off-by: wenxu
---
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c |