mbox series

[net-next,RESEND,v3,0/2] net/smc: Two features for smc-r

Message ID 20241211023055.89610-1-guangguan.wang@linux.alibaba.com (mailing list archive)
Headers show
Series net/smc: Two features for smc-r | expand

Message

Guangguan Wang Dec. 11, 2024, 2:30 a.m. UTC
v2 -> v3:
(https://lore.kernel.org/netdev/20241202125203.48821-1-guangguan.wang@linux.alibaba.com/)
Patch #1 add 'Reviewed-by' tag.
Patch #2 remove the condition when IPV6 is disabled, and change the
condition to an easier understanding way. Correct the typo and add
'Reviewed-by' tag.

v1 -> v2:
Patch #2 fix build error reported by kernel test robot <lkp@intel.com>.
https://lore.kernel.org/oe-kbuild-all/202411282154.DjX7ilwF-lkp@intel.com/

Guangguan Wang (2):
  net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to
    1
  net/smc: support ipv4 mapped ipv6 addr client for smc-r v2

 net/smc/af_smc.c   |  5 ++++-
 net/smc/smc_core.c |  5 +++++
 net/smc/smc_core.h | 11 ++++++++++-
 net/smc/smc_ib.c   |  3 +--
 net/smc/smc_llc.c  | 21 +++++++++++++++------
 net/smc/smc_wr.c   | 42 +++++++++++++++++++++---------------------
 6 files changed, 56 insertions(+), 31 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 12, 2024, 1 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Paolo Abeni <pabeni@redhat.com>:

On Wed, 11 Dec 2024 10:30:53 +0800 you wrote:
> v2 -> v3:
> (https://lore.kernel.org/netdev/20241202125203.48821-1-guangguan.wang@linux.alibaba.com/)
> Patch #1 add 'Reviewed-by' tag.
> Patch #2 remove the condition when IPV6 is disabled, and change the
> condition to an easier understanding way. Correct the typo and add
> 'Reviewed-by' tag.
> 
> [...]

Here is the summary with links:
  - [net-next,RESEND,v3,1/2] net/smc: support SMC-R V2 for rdma devices with max_recv_sge equals to 1
    https://git.kernel.org/netdev/net-next/c/27ef6a9981fe
  - [net-next,RESEND,v3,2/2] net/smc: support ipv4 mapped ipv6 addr client for smc-r v2
    https://git.kernel.org/netdev/net-next/c/c12b2704a678

You are awesome, thank you!