Re: [PATCH] rnbd-srv: remove 'dir' argument from rnbd_srv_rdma_ev
From: Guoqing Jiang <hidden>
Date: 2022-08-26 14:02:10
Also in:
linux-rdma
From: Guoqing Jiang <hidden>
Date: 2022-08-26 14:02:10
Also in:
linux-rdma
On 8/26/22 7:58 PM, Jinpu Wang wrote:
quoted
And I guess we can just pass parameters with register after remove an argument, otherwise need to push/pop stack with more than six parameters for x64.I doubt it makes any notable performance change.
I think it is called in the IO path (process_read and process_write) ... BTW, do you agree if the 'usr' can be dropped from rdma_ev given it is always same as 'data + data_len'? Thanks, Guoqing