* [PATCH 1/1] RDMA/rxe: remove dangling declaration of rxe_cq_disable
@ 2023-05-24 8:52 Nicolas Morey
2023-05-24 9:50 ` Zhu Yanjun
2023-06-01 16:10 ` Jason Gunthorpe
0 siblings, 2 replies; 3+ messages in thread
From: Nicolas Morey @ 2023-05-24 8:52 UTC (permalink / raw)
To: linux-rdma@vger.kernel.org, zyjzyj2000
rxe_cq_disable has been removed but not its declaration.
Fixes: 78b26a335310 ("RDMA/rxe: Remove tasklet call from rxe_cq.c")
Signed-off-by: Nicolas Morey <nmorey@suse.com>
---
drivers/infiniband/sw/rxe/rxe_loc.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/infiniband/sw/rxe/rxe_loc.h b/drivers/infiniband/sw/rxe/rxe_loc.h
index 804b15e929dd..666e06a82bc9 100644
--- a/drivers/infiniband/sw/rxe/rxe_loc.h
+++ b/drivers/infiniband/sw/rxe/rxe_loc.h
@@ -31,8 +31,6 @@ int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe,
int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
-void rxe_cq_disable(struct rxe_cq *cq);
-
void rxe_cq_cleanup(struct rxe_pool_elem *elem);
/* rxe_mcast.c */
--
2.39.1.1.gbe015eda0162
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] RDMA/rxe: remove dangling declaration of rxe_cq_disable
2023-05-24 8:52 [PATCH 1/1] RDMA/rxe: remove dangling declaration of rxe_cq_disable Nicolas Morey
@ 2023-05-24 9:50 ` Zhu Yanjun
2023-06-01 16:10 ` Jason Gunthorpe
1 sibling, 0 replies; 3+ messages in thread
From: Zhu Yanjun @ 2023-05-24 9:50 UTC (permalink / raw)
To: Nicolas Morey; +Cc: linux-rdma@vger.kernel.org
On Wed, May 24, 2023 at 4:52 PM Nicolas Morey <nmorey@suse.com> wrote:
>
> rxe_cq_disable has been removed but not its declaration.
> Fixes: 78b26a335310 ("RDMA/rxe: Remove tasklet call from rxe_cq.c")
>
> Signed-off-by: Nicolas Morey <nmorey@suse.com>
In the subject "RDMA/rxe: remove dangling declaration of rxe_cq_disable"
"remove dangling ..." should be "Remove dangling ..."
Acked-by: Zhu Yanjun <zyjzyj2000@gmail.com>
Zhu Yanjun
> ---
> drivers/infiniband/sw/rxe/rxe_loc.h | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/infiniband/sw/rxe/rxe_loc.h b/drivers/infiniband/sw/rxe/rxe_loc.h
> index 804b15e929dd..666e06a82bc9 100644
> --- a/drivers/infiniband/sw/rxe/rxe_loc.h
> +++ b/drivers/infiniband/sw/rxe/rxe_loc.h
> @@ -31,8 +31,6 @@ int rxe_cq_resize_queue(struct rxe_cq *cq, int new_cqe,
>
> int rxe_cq_post(struct rxe_cq *cq, struct rxe_cqe *cqe, int solicited);
>
> -void rxe_cq_disable(struct rxe_cq *cq);
> -
> void rxe_cq_cleanup(struct rxe_pool_elem *elem);
>
> /* rxe_mcast.c */
> --
> 2.39.1.1.gbe015eda0162
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/1] RDMA/rxe: remove dangling declaration of rxe_cq_disable
2023-05-24 8:52 [PATCH 1/1] RDMA/rxe: remove dangling declaration of rxe_cq_disable Nicolas Morey
2023-05-24 9:50 ` Zhu Yanjun
@ 2023-06-01 16:10 ` Jason Gunthorpe
1 sibling, 0 replies; 3+ messages in thread
From: Jason Gunthorpe @ 2023-06-01 16:10 UTC (permalink / raw)
To: Nicolas Morey; +Cc: linux-rdma@vger.kernel.org, zyjzyj2000
On Wed, May 24, 2023 at 10:52:20AM +0200, Nicolas Morey wrote:
> rxe_cq_disable has been removed but not its declaration.
> Fixes: 78b26a335310 ("RDMA/rxe: Remove tasklet call from rxe_cq.c")
>
> Signed-off-by: Nicolas Morey <nmorey@suse.com>
> Acked-by: Zhu Yanjun <zyjzyj2000@gmail.com>
> ---
> drivers/infiniband/sw/rxe/rxe_loc.h | 2 --
> 1 file changed, 2 deletions(-)
Applied to for-next, thanks
Jason
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-06-01 16:10 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-24 8:52 [PATCH 1/1] RDMA/rxe: remove dangling declaration of rxe_cq_disable Nicolas Morey
2023-05-24 9:50 ` Zhu Yanjun
2023-06-01 16:10 ` Jason Gunthorpe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).