Skip to content

Commit

Permalink
net/ark: provide API for hardware modules pktchkr and pktgen
Browse files Browse the repository at this point in the history
Provide C-level interface for Arkville's internal HW resources
pktchkr and pktgen

Signed-off-by: Ed Czeck <ed.czeck@atomicrules.com>
  • Loading branch information
czeck authored and Ferruh Yigit committed Apr 19, 2017
1 parent cf18d4d commit 9c7188a
Show file tree
Hide file tree
Showing 5 changed files with 1,197 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/ark/Makefile
Expand Up @@ -49,7 +49,9 @@ LIBABIVER := 1
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_ddm.c
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_ethdev.c
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_mpu.c
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_pktchkr.c
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_pktdir.c
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_pktgen.c
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_rqp.c
SRCS-$(CONFIG_RTE_LIBRTE_ARK_PMD) += ark_udm.c

Expand Down

0 comments on commit 9c7188a

Please sign in to comment.