Home
last modified time | relevance | path

Searched hist:"6912 e724" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/smc/
H A Dsmc_stats.h6912e724 Thu Sep 07 22:31:42 CDT 2023 Guangguan Wang <guangguan.wang@linux.alibaba.com> net/smc: bugfix for smcr v2 server connect success statistic

In the macro SMC_STAT_SERV_SUCC_INC, the smcd_version is used
to determin whether to increase the v1 statistic or the v2
statistic. It is correct for SMCD. But for SMCR, smcr_version
should be used.

Signed-off-by: Guangguan Wang <guangguan.wang@linux.alibaba.com>
Signed-off-by: David S. Miller <davem@davemloft.net>