> -----Original Message-----
> From: Kommula Shiva Shankar <kshan...@marvell.com>
> Sent: Wednesday, January 29, 2025 8:07 PM
> To: Jerin Jacob <jer...@marvell.com>; Amit Prakash Shukla
> <amitpraka...@marvell.com>; Vamsi Krishna Attunuru
> <vattun...@marvell.com>; fengcheng...@huawei.com; dev@dpdk.org
> Cc: Nithin Kumar Dabilpuram <ndabilpu...@marvell.com>; Pavan Nikhilesh
> Bhagavatula <pbhagavat...@marvell.com>
> Subject: [PATCH RFC 3/4] doc: update prog guide to use rte_dma_op
>
> From: Pavan Nikhilesh <pbhagavat...@marvell.com>
>
> Update the documentation to replace all instances of
> rte_event_dma_adapter_op with rte_dma_op
>
> Signed-off-by: Pavan Nikhilesh <pbhagavat...@marvell.com>
> Change-Id: I0fe65d18f4601709826c11c6738cacec8991515d
> ---
> doc/guides/prog_guide/eventdev/event_dma_adapter.rst | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
Acked-by: Amit Prakash Shukla <amitpraka...@marvell.com>
> diff --git a/doc/guides/prog_guide/eventdev/event_dma_adapter.rst
> b/doc/guides/prog_guide/eventdev/event_dma_adapter.rst
> index e040d89e8b..e8437a3297 100644
> --- a/doc/guides/prog_guide/eventdev/event_dma_adapter.rst
> +++ b/doc/guides/prog_guide/eventdev/event_dma_adapter.rst
> @@ -144,7 +144,7 @@ on which it enqueues events towards the DMA
> adapter using ``rte_event_enqueue_bu
> uint32_t cap;
> int ret;
>
> - /* Fill in event info and update event_ptr with rte_event_dma_adapter_op
> */
> + /* Fill in event info and update event_ptr with rte_dma_op */
> memset(&ev, 0, sizeof(ev));
> .
> .
> @@ -244,11 +244,11 @@ Set event response information
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> In the ``RTE_EVENT_DMA_ADAPTER_OP_FORWARD`` /
> ``RTE_EVENT_DMA_ADAPTER_OP_NEW`` mode, -the application specifies the
> dmadev ID and vchan ID in ``struct rte_event_dma_adapter_op``
> +the application specifies the dmadev ID and vchan ID in ``struct
> +rte_dma_op``
> and the event information (response information) needed to enqueue an
> event after the DMA operation has completed.
> The response information is specified in ``struct rte_event`` -and appended
> to the ``struct rte_event_dma_adapter_op``.
> +and appended to the ``struct rte_dma_op``.
>
>
> Start the adapter instance
> --
> 2.43.0