ecae71571b
This patch adds burst enqueue and dequeue operations to the enetfec PMD. Basic features added like promiscuous enable, basic stats. Signed-off-by: Sachin Saxena <sachin.saxena@nxp.com> Signed-off-by: Apeksha Gupta <apeksha.gupta@nxp.com> Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
14 lines
231 B
Meson
14 lines
231 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2021 NXP
|
|
|
|
if not is_linux
|
|
build = false
|
|
reason = 'only supported on linux'
|
|
endif
|
|
|
|
sources = files(
|
|
'enet_ethdev.c',
|
|
'enet_uio.c',
|
|
'enet_rxtx.c',
|
|
)
|