New upstream version 18.02
[deb_dpdk.git] / examples / quota_watermark / qw / init.h
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2010-2014 Intel Corporation
3  */
4
5 #ifndef _INIT_H_
6 #define _INIT_H_
7
8 void configure_eth_port(uint16_t port_id);
9 void init_dpdk(void);
10 void init_ring(int lcore_id, uint16_t port_id);
11 void pair_ports(void);
12 void setup_shared_variables(void);
13
14 #endif /* _INIT_H_ */