On Sat, Feb 10, 2024 at 1:14 AM Amit Prakash Shukla <amitpraka...@marvell.com> wrote: > > Adds support to configure writing result to offset of the DMA > response event. > > Signed-off-by: Amit Prakash Shukla <amitpraka...@marvell.com> > --- > v2: > - Added dual workslot enqueue support. > - Fixed compilation error.
Please rebase to next-eventdev. It has the following build issue now. FAILED: drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o ccache gcc -Idrivers/libtmp_rte_dma_cnxk.a.p -Idrivers -I../drivers -Idrivers/dma/cnxk -I../drivers/dma/cnxk -Ilib/dmadev -I../lib/dmadev -I. -I.. -Iconfig -I../config -Ilib/eal/include -I../lib/eal/include -Ilib/eal/linux/include -I../l ib/eal/linux/include -Ilib/eal/x86/include -I../lib/eal/x86/include -Ilib/eal/common -I../lib/eal/common -Ilib/eal -I../lib/eal -Ilib/kvargs -I../lib/kvargs -Ilib/log -I../lib/log -Ilib/metrics -I../lib/metrics -Ilib/telemetry -I../lib/t elemetry -Idrivers/bus/pci -I../drivers/bus/pci -I../drivers/bus/pci/linux -Ilib/pci -I../lib/pci -Idrivers/common/cnxk -I../drivers/common/cnxk -Ilib/net -I../lib/net -Ilib/ethdev -I../lib/ethdev -Ilib/meter -I../lib/meter -Ilib/mbuf -I ../lib/mbuf -Ilib/mempool -I../lib/mempool -Ilib/ring -I../lib/ring -Ilib/security -I../lib/security -Ilib/cryptodev -I../lib/cryptodev -Ilib/rcu -I../lib/rcu -fdiagnostics-color=always -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -Wextra -Werror -std=c11 -O2 -g -include rte_config.h -Wcast-qual -Wdeprecated -Wformat -Wformat-nonliteral -Wformat-security -Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wold-style-definition -Wpointer-arith -Wsign-compare -Wst rict-prototypes -Wundef -Wwrite-strings -Wno-address-of-packed-member -Wno-packed-not-aligned -Wno-missing-field-initializers -Wno-zero-length-bounds -D_GNU_SOURCE -fPIC -march=native -mrtm -DALLOW_EXPERIMENTAL_API -DALLOW_INTERNAL_API - Wno-format-truncation -Wno-uninitialized -DRTE_LOG_DEFAULT_LOGTYPE=pmd.dma.cnxk -MD -MQ drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o -MF drivers/libtmp_rte_dma_cnxk.a.p/dma_cnxk_cnxk_dmadev.c.o.d -o drivers/libtmp_rte_dma_cnx k.a.p/dma_cnxk_cnxk_dmadev.c.o -c ../drivers/dma/cnxk/cnxk_dmadev.c ../drivers/dma/cnxk/cnxk_dmadev.c: In function ‘cnxk_dmadev_probe’: ../drivers/dma/cnxk/cnxk_dmadev.c:595:14: error: too few arguments to function ‘roc_dpi_dev_init’ 595 | rc = roc_dpi_dev_init(rdpi); | ^~~~~~~~~~~~~~~~ In file included from ../drivers/common/cnxk/roc_api.h:99, from ../drivers/dma/cnxk/cnxk_dmadev.h:20, from ../drivers/dma/cnxk/cnxk_dmadev.c:5: ../drivers/common/cnxk/roc_dpi.h:14:15: note: declared here 14 | int __roc_api roc_dpi_dev_init(struct roc_dpi *roc_dpi, uint8_t offset);