[PATCH net 0/2] Two fixes for SMC-R

Guangguan Wang posted 2 patches 2 years, 3 months ago
net/smc/smc_core.c  | 2 ++
net/smc/smc_stats.h | 3 ++-
2 files changed, 4 insertions(+), 1 deletion(-)
[PATCH net 0/2] Two fixes for SMC-R
Posted by Guangguan Wang 2 years, 3 months ago
Two fixes for SMC-R.

Guangguan Wang (2):
  net/smc: bugfix for smcr v2 server connect success statistic
  net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in
    smcr_port_add

 net/smc/smc_core.c  | 2 ++
 net/smc/smc_stats.h | 3 ++-
 2 files changed, 4 insertions(+), 1 deletion(-)

-- 
2.24.3 (Apple Git-128)
Re: [PATCH net 0/2] Two fixes for SMC-R
Posted by Wenjia Zhang 2 years, 3 months ago

On 08.09.23 05:31, Guangguan Wang wrote:
> Two fixes for SMC-R.
> 
> Guangguan Wang (2):
>    net/smc: bugfix for smcr v2 server connect success statistic
>    net/smc: use smc_lgr_list.lock to protect smc_lgr_list.list iterate in
>      smcr_port_add
> 
>   net/smc/smc_core.c  | 2 ++
>   net/smc/smc_stats.h | 3 ++-
>   2 files changed, 4 insertions(+), 1 deletion(-)
> 
Thank you for fixing them!

The sign is for the two patches:
Reviewed-by: Wenjia Zhang <wenjia@linux.ibm.com>