]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: Make SMC statistics network namespace aware
authorGuvenc Gulce <guvenc@linux.ibm.com>
Wed, 16 Jun 2021 14:52:58 +0000 (16:52 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 16 Jun 2021 19:54:02 +0000 (12:54 -0700)
commit30fce961ec5a948c44ee05a55c369391e239d20e
treee1cb5ba24809456bb50c4134dcfa9d826ca458aa
parent7fbe0320e7209c990a602fee35d610431a4d6d63
net/smc: Make SMC statistics network namespace aware

Make the gathered SMC statistics network namespace aware, for each
namespace collect an own set of statistic information.

Signed-off-by: Guvenc Gulce <guvenc@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/net_namespace.h
include/net/netns/smc.h [new file with mode: 0644]
net/smc/af_smc.c
net/smc/smc_core.c
net/smc/smc_rx.c
net/smc/smc_stats.c
net/smc/smc_stats.h
net/smc/smc_tx.c