aboutsummaryrefslogtreecommitdiff
path: root/example/packet/odp_packet_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/packet/odp_packet_dump.c')
-rw-r--r--example/packet/odp_packet_dump.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/packet/odp_packet_dump.c b/example/packet/odp_packet_dump.c
index 5dcb7893e..4e3aec8f1 100644
--- a/example/packet/odp_packet_dump.c
+++ b/example/packet/odp_packet_dump.c
@@ -640,6 +640,8 @@ int main(int argc, char *argv[])
global->pool = ODP_POOL_INVALID;
+ odp_schedule_config(NULL);
+
odp_sys_info_print();
if (open_pktios(global)) {