aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatias Elo <matias.elo@nokia.com>2023-03-10 10:16:35 +0200
committerPetri Savolainen <petri.savolainen@nokia.com>2023-03-17 16:17:54 +0200
commit8be77b5634878ffc1bbad16e13938b3d7468fdcb (patch)
treeb42d2fc720af40d4e276e9894a4b3e929a4bafac /include
parent3f9ab770e1d622c82d3a718a86d1a13d2d4d0603 (diff)
linux-gen: pktio: remove netmap pktio
Remove rarely used Netmap pktio device to ease code maintenance and reduce CI runtime. Netmap pktio can be replaced for example by socket_xdp pktio, which provides better performance with standard Linux APIs. Signed-off-by: Matias Elo <matias.elo@nokia.com> Reviewed-by: Jere Leppänen <jere.leppanen@nokia.com>
Diffstat (limited to 'include')
-rw-r--r--include/odp/autoheader_internal.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/odp/autoheader_internal.h.in b/include/odp/autoheader_internal.h.in
index a42b34ad0..87cefa131 100644
--- a/include/odp/autoheader_internal.h.in
+++ b/include/odp/autoheader_internal.h.in
@@ -17,9 +17,6 @@
/* Define to 1 to enable DPDK zero copy support */
#undef _ODP_DPDK_ZERO_COPY
-/* Define to 1 to enable netmap packet I/O support */
-#undef _ODP_PKTIO_NETMAP
-
/* Define to 1 to enable pcap packet I/O support */
#undef _ODP_PKTIO_PCAP