Re: [PATCH v2 net-next 3/3] net/smc: Fallback when handshake workqueue congested
From: Tony Lu <tonylu@linux.alibaba.com>
Date: 2022-02-07 09:55:01
Also in:
linux-rdma, linux-s390
From: Tony Lu <tonylu@linux.alibaba.com>
Date: 2022-02-07 09:55:01
Also in:
linux-rdma, linux-s390
On Mon, Feb 07, 2022 at 03:13:22PM +0800, D. Wythe wrote:
After some trial and thought, I found that the scope of netlink control is too large, we should limit the scope to socket. Adding a socket option may be a better choice, what do you think?
It is a good idea to be a socket-level config. Maybe we could consider netlink as default global behaviour. Thanks, Tony Lu