aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/Makefile.am
diff options
context:
space:
mode:
authorJere Leppänen <jere.leppanen@nokia.com>2022-05-18 20:11:12 +0300
committerMatias Elo <matias.elo@nokia.com>2022-06-06 13:16:36 +0300
commit44efb1d4618c951237b1ec0d9742cabe783db89e (patch)
tree7057ca847eb82b0a1acdccef0048eda58cc9f214 /platform/linux-generic/Makefile.am
parent330ec08b231b555d7a9c41047524d59abc72f5bf (diff)
linux-gen: pktio: dpdk: move _odp_dpdk_packet_parse_common()
Move _odp_dpdk_packet_parse_common() to odp_packet_dpdk.h and remove the consequently empty file dpdk_parse.c. Signed-off-by: Jere Leppänen <jere.leppanen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'platform/linux-generic/Makefile.am')
-rw-r--r--platform/linux-generic/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linux-generic/Makefile.am b/platform/linux-generic/Makefile.am
index 7cec4799e..91efe9c44 100644
--- a/platform/linux-generic/Makefile.am
+++ b/platform/linux-generic/Makefile.am
@@ -246,7 +246,6 @@ __LIB__libodp_linux_la_SOURCES = \
pktio/stats/sysfs_stats.c \
pktio/stats/packet_io_stats.c \
pktio/dpdk.c \
- pktio/dpdk_parse.c \
pktio/socket_common.c \
pktio/ethtool_rss.c \
pktio/io_ops.c \