Re: [PATCH for-next v8 2/6] RDMA/rxe: Move resp_states definition to rxe_verbs.h
From: Jason Gunthorpe
Date: Mon Dec 09 2024 - 14:20:28 EST
On Wed, Oct 09, 2024 at 10:58:59AM +0900, Daisuke Matsuda wrote:
> To use the resp_states values in rxe_loc.h, it is necessary to move the
> definition to rxe_verbs.h, where other internal states of this driver are
> defined.
>
> Signed-off-by: Daisuke Matsuda <matsuda-daisuke@xxxxxxxxxxx>
> ---
> drivers/infiniband/sw/rxe/rxe.h | 37 ---------------------------
> drivers/infiniband/sw/rxe/rxe_verbs.h | 37 +++++++++++++++++++++++++++
> 2 files changed, 37 insertions(+), 37 deletions(-)
Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>
Jason