summaryrefslogtreecommitdiffstats
path: root/examples/quota_watermark/qw/init.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/quota_watermark/qw/init.h')
-rw-r--r--examples/quota_watermark/qw/init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/quota_watermark/qw/init.h b/examples/quota_watermark/qw/init.h
index 6d0af3ab..2bfec2b1 100644
--- a/examples/quota_watermark/qw/init.h
+++ b/examples/quota_watermark/qw/init.h
@@ -34,9 +34,9 @@
#ifndef _INIT_H_
#define _INIT_H_
-void configure_eth_port(uint8_t port_id);
+void configure_eth_port(uint16_t port_id);
void init_dpdk(void);
-void init_ring(int lcore_id, uint8_t port_id);
+void init_ring(int lcore_id, uint16_t port_id);
void pair_ports(void);
void setup_shared_variables(void);