| 808 | extern unsigned int num_procs; |
| 809 | |
| 810 | static inline bool |
| 811 | is_proc_primary(void) |
| 812 | { |
| 813 | return rte_eal_process_type() == RTE_PROC_PRIMARY; |
| 814 | } |
| 815 | |
| 816 | static inline struct fwd_lcore * |
| 817 | lcore_to_fwd_lcore(uint16_t lcore_id) |
no test coverage detected