Skip to content

Commit

Permalink
net/ark: add Tx initial version
Browse files Browse the repository at this point in the history
* Core TX packet moving functions
* Flesh out ark_adapter struct to support TX code
(not all fields used at this patch)

Signed-off-by: Ed Czeck <ed.czeck@atomicrules.com>
  • Loading branch information
czeck authored and Ferruh Yigit committed Apr 19, 2017
1 parent 9c7188a commit c33d45a
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/ark/Makefile
Expand Up @@ -48,6 +48,7 @@ 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_ethdev_tx.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
Expand Down

0 comments on commit c33d45a

Please sign in to comment.