History log of /dpdk/lib/eventdev/rte_event_dma_adapter.h (Results 1 – 4 of 4)
Revision Date Author Comments
# 29911b32 25-Jul-2024 Stephen Hemminger <stephen@networkplumber.org>

eventdev: do not use zero length arrays

Zero length array's are a GNU C extension and should be replaced
by use of flexible arrays. This has been fixed almost everywhere
in DPDK 24.07 but looks like

eventdev: do not use zero length arrays

Zero length array's are a GNU C extension and should be replaced
by use of flexible arrays. This has been fixed almost everywhere
in DPDK 24.07 but looks like some event code got missed.

Generated by devtools/cocci/zero_length_array.cocci

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>

show more ...


# cfa81500 24-Jun-2024 Pavan Nikhilesh <pbhagavatula@marvell.com>

eventdev/dma: fix missing response info in forward mode

When in OP_FWD mode the DMA completion response should
use the rte_event_dma_adapter_op::event_meta to inject
the completion event.

Bugzilla

eventdev/dma: fix missing response info in forward mode

When in OP_FWD mode the DMA completion response should
use the rte_event_dma_adapter_op::event_meta to inject
the completion event.

Bugzilla ID: 1469
Fixes: 588dcac23610 ("eventdev/dma: reorganize event DMA ops")

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Amit Prakash Shukla <amitprakashs@marvell.com>
Tested-by: Song Jiale <songx.jiale@intel.com>

show more ...


# 588dcac2 07-Jun-2024 Pavan Nikhilesh <pbhagavatula@marvell.com>

eventdev/dma: reorganize event DMA ops

Re-organize event DMA ops structure to allow holding
source and destination pointers without the need for
additional memory, the mempool allocating memory for

eventdev/dma: reorganize event DMA ops

Re-organize event DMA ops structure to allow holding
source and destination pointers without the need for
additional memory, the mempool allocating memory for
rte_event_dma_adapter_ops can size the structure to
accommodate all the needed source and destination
pointers.

Add multiple words for holding user metadata, adapter
implementation specific metadata and event metadata.

Signed-off-by: Pavan Nikhilesh <pbhagavatula@marvell.com>
Acked-by: Amit Prakash Shukla <amitprakashs@marvell.com>

show more ...


# 66a30a29 29-Sep-2023 Amit Prakash Shukla <amitprakashs@marvell.com>

eventdev/dma: introduce DMA adapter

Introduce event dma adapter interface to transfer packets between
dma device and event device.

Signed-off-by: Amit Prakash Shukla <amitprakashs@marvell.com>
Acke

eventdev/dma: introduce DMA adapter

Introduce event dma adapter interface to transfer packets between
dma device and event device.

Signed-off-by: Amit Prakash Shukla <amitprakashs@marvell.com>
Acked-by: Jerin Jacob <jerinj@marvell.com>

show more ...