From 87c1485d91c4b2b23b2e94547bed17af930e3f07 Mon Sep 17 00:00:00 2001 From: Petri Savolainen Date: Fri, 14 Feb 2014 15:56:45 +0200 Subject: Multi-enq and deq operations - Added multi-buffer enqueue and dequeue operations for queues - And scheduler/packet IO support for those - Added/renamed schedule functions - _poll removed from functions names (default operation) - former odp_schedule() is now odp_schedule_once() - Enabled -O3 optimization (again) Signed-off-by: Petri Savolainen --- platform/linux-generic/include/odp_packet_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'platform/linux-generic/include/odp_packet_internal.h') diff --git a/platform/linux-generic/include/odp_packet_internal.h b/platform/linux-generic/include/odp_packet_internal.h index 034162fb2..afef97630 100644 --- a/platform/linux-generic/include/odp_packet_internal.h +++ b/platform/linux-generic/include/odp_packet_internal.h @@ -21,6 +21,7 @@ extern "C" { #include #include #include +#include #include #include -- cgit v1.2.3