Re: [PATCH][next] RDMA/rxe: Avoid -Wflex-array-member-not-at-end warnings
From: Jason Gunthorpe
Date: Thu Dec 04 2025 - 08:06:02 EST
On Wed, Dec 03, 2025 at 09:08:45PM -0800, Zhu Yanjun wrote:
> > unsigned int res_head;
> > unsigned int res_tail;
> > struct resp_res *res;
> > +
> > + /* SRQ only. srq_wqe.dma.sge is a flex array */
> > + struct rxe_recv_wqe srq_wqe;
>
> drivers/infiniband/sw/rxe/rxe_resp.c: In function get_srq_wqe:
> drivers/infiniband/sw/rxe/rxe_resp.c:289:41: error: struct rxe_recv_wqe has
> no member named wqe
> 289 | qp->resp.wqe = &qp->resp.srq_wqe.wqe;
> | ^
I didn't try to fix all the typos, you will need to do that.
Jason