mbox series

[net,0/2] net/smc: two fixes for using smc with io_uring

Message ID 20220509115837.94911-1-guangguan.wang@linux.alibaba.com (mailing list archive)
Headers show
Series net/smc: two fixes for using smc with io_uring | expand

Message

Guangguan Wang May 9, 2022, 11:58 a.m. UTC
This patch set includes two fixes for using smc with io_uring.

Guangguan Wang (2):
  net/smc: non blocking recvmsg() return -EAGAIN when no data and
    signal_pending
  net/smc: align the connect behaviour with TCP

 net/smc/af_smc.c | 53 ++++++++++++++++++++++++++++++++++++++++++++----
 net/smc/smc_rx.c |  4 ++--
 2 files changed, 51 insertions(+), 6 deletions(-)