fec_performance.h (550B)
1 /* 2 * 3 * This license is set out in https://raw.githubusercontent.com/Broadcom-Network-Switching-Software/OpenBCM/master/Legal/LICENSE file. 4 * 5 * Copyright 2007-2020 Broadcom Inc. All rights reserved. 6 * 7 * File: fec_performance.h 8 * Purpose: fec allocation performance test 9 */ 10 11 12 #ifndef __USERINTERFACE_FEC_PERFORMANCE_H__ 13 #define __USERINTERFACE_FEC_PERFORMANCE_H__ 14 15 #include <bcm_int/common/debug.h> 16 17 int fec_performance_main(int unit, int print_dbg, int ecmp_count, int cleanup); 18 19 #endif /*__USERINTERFACE_FEC_PERFORMANCE_H__*/ 20 21