[dpdk-dev] [PATCH v3 1/6] event/octeontx2: add event eth Rx adapter support

Jerin Jacob Kollanukkaran jerinj at marvell.com
Wed Jul 3 12:12:13 CEST 2019


> -----Original Message-----
> From: pbhagavatula at marvell.com <pbhagavatula at marvell.com>
> Sent: Wednesday, July 3, 2019 3:34 PM
> To: Jerin Jacob Kollanukkaran <jerinj at marvell.com>; Pavan Nikhilesh
> Bhagavatula <pbhagavatula at marvell.com>
> Cc: dev at dpdk.org
> Subject: [dpdk-dev] [PATCH v3 1/6] event/octeontx2: add event eth Rx
> adapter support
> 
> From: Pavan Nikhilesh <pbhagavatula at marvell.com>
> 
> Add event eth Rx adapter capabilities, queue add and delete functions.
> 
> Signed-off-by: Pavan Nikhilesh <pbhagavatula at marvell.com>
> Signed-off-by: Jerin Jacob <jerinj at marvell.com>
> ---
>  drivers/event/octeontx2/Makefile           |   4 +-
>  drivers/event/octeontx2/meson.build        |   2 +-
>  drivers/event/octeontx2/otx2_evdev.c       |   4 +
>  drivers/event/octeontx2/otx2_evdev.h       |  15 ++
>  drivers/event/octeontx2/otx2_evdev_adptr.c | 254
> +++++++++++++++++++++
>  5 files changed, 276 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/event/octeontx2/Makefile
> b/drivers/event/octeontx2/Makefile
> index d01da6b11..20d7c2fee 100644
> --- a/drivers/event/octeontx2/Makefile
> +++ b/drivers/event/octeontx2/Makefile
> @@ -40,7 +40,7 @@ SRCS-
> $(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EVENTDEV) +=
> otx2_evdev_selftest.c
>  SRCS-$(CONFIG_RTE_LIBRTE_PMD_OCTEONTX2_EVENTDEV) +=
> otx2_evdev_irq.c
> 
>  LDLIBS += -lrte_eal -lrte_bus_pci -lrte_pci -lrte_kvargs -LDLIBS += -
> lrte_mempool -lrte_eventdev -lrte_mbuf -LDLIBS += -
> lrte_common_octeontx2 -lrte_mempool_octeontx2
> +LDLIBS += -lrte_mempool -lrte_eventdev -lrte_mbuf -lrte_ethdev LDLIBS
> ++= -lrte_common_octeontx2 -lrte_mempool_octeontx2 -
> lrte_pmd_octeontx2

Now there is no dependency with lrte_pmd_octeotx2. Please remove it.



More information about the dev mailing list