Re: [PATCH net-next 1/2] net/smc: transition to RDMA core CQ pooling
From: Paolo Abeni
Date: Tue May 12 2026 - 04:32:45 EST
On 5/8/26 8:37 AM, D. Wythe wrote:
> -void smc_wr_rx_cq_handler(struct ib_cq *ib_cq, void *cq_context)
> -{
> - struct smc_ib_device *dev = (struct smc_ib_device *)cq_context;
> +/***************************** init, exit, misc ******************************/
>
> - tasklet_schedule(&dev->recv_tasklet);
> +static inline void smc_wr_reg_init_cqe(struct ib_cqe *cqe)
This and the next 3 helpers are used at init time, hopefully not
critical/fast path; the `inline` annotation should really be avoided.
Note that the sashiko gemini instance has more concerns on patch 1,
please have a look:
https://sashiko.dev/#/patchset/20260508063718.101622-1-alibuda%40linux.alibaba.com
/P