mbox series

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

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

Message

Guangguan Wang Dec. 2, 2024, 12:52 p.m. UTC
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, 57 insertions(+), 30 deletions(-)

Comments

Jakub Kicinski Dec. 5, 2024, 2:39 a.m. UTC | #1
On Mon,  2 Dec 2024 20:52:01 +0800 Guangguan Wang wrote:
> net/smc: Two features for smc-r

changes look relatively straightforward, IBM folks do you need more
time to review?
Wenjia Zhang Dec. 5, 2024, 7:27 a.m. UTC | #2
On 05.12.24 03:39, Jakub Kicinski wrote:
> On Mon,  2 Dec 2024 20:52:01 +0800 Guangguan Wang wrote:
>> net/smc: Two features for smc-r
> 
> changes look relatively straightforward, IBM folks do you need more
> time to review?

Hi Jakub,

Thank you for the reminder! Yes, we still need a bit more time.

Thanks,
Wenjia