xref: /dpdk/examples/ethtool/ethtool-app/ethapp.h (revision 3998e2a07220844d3f3c17f76a781ced3efe0de0)
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(c) 2015 Intel Corporation
3  */
4 
5 
6 void ethapp_main(void);
7 void print_stats(void);
8 void lock_port(int idx_port);
9 void unlock_port(int idx_port);
10 void mark_port_inactive(int idx_port);
11 void mark_port_active(int idx_port);
12 void mark_port_newmac(int idx_port);
13