RDMA/rxe: Fix comments about removed tasklets

The commit 9b4b7c1f9f ("RDMA/rxe: Add workqueue support for rxe tasks")
removed tasklets and replaced them with a workqueue, but relevant comments
are still remaining in the source code.

Fixes: 9b4b7c1f9f ("RDMA/rxe: Add workqueue support for rxe tasks")
Link: https://lore.kernel.org/r/20230518070027.942715-1-matsuda-daisuke@fujitsu.com
Signed-off-by: Daisuke Matsuda <matsuda-daisuke@fujitsu.com>
Reviewed-by: Bob Pearson <rpearsonhpe@gmail.com>
Acked-by: Zhu Yanjun <zyjzyj2000@gmail.com>
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
This commit is contained in:
Daisuke Matsuda 2023-05-18 16:00:27 +09:00 committed by Jason Gunthorpe
parent a7dae5daf4
commit 42b0a5e691
4 changed files with 4 additions and 4 deletions

View File

@ -826,7 +826,7 @@ int rxe_completer(struct rxe_qp *qp)
}
/* A non-zero return value will cause rxe_do_task to
* exit its loop and end the tasklet. A zero return
* exit its loop and end the work item. A zero return
* will continue looping and return to rxe_completer
*/
done:

View File

@ -112,7 +112,7 @@ enum rxe_device_param {
RXE_INFLIGHT_SKBS_PER_QP_HIGH = 64,
RXE_INFLIGHT_SKBS_PER_QP_LOW = 16,
/* Max number of interations of each tasklet
/* Max number of interations of each work item
* before yielding the cpu to let other
* work make progress
*/

View File

@ -853,7 +853,7 @@ int rxe_requester(struct rxe_qp *qp)
update_state(qp, &pkt);
/* A non-zero return value will cause rxe_do_task to
* exit its loop and end the tasklet. A zero return
* exit its loop and end the work item. A zero return
* will continue looping and return to rxe_requester
*/
done:

View File

@ -1654,7 +1654,7 @@ int rxe_responder(struct rxe_qp *qp)
}
/* A non-zero return value will cause rxe_do_task to
* exit its loop and end the tasklet. A zero return
* exit its loop and end the work item. A zero return
* will continue looping and return to rxe_responder
*/
done: