MCPcopy Create free account
hub / github.com/F-Stack/f-stack / current_fwd_lcore

Function current_fwd_lcore

dpdk/app/test-pmd/testpmd.h:829–838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

827}
828
829static inline struct fwd_lcore *
830current_fwd_lcore(void)
831{
832 struct fwd_lcore *fc = lcore_to_fwd_lcore(rte_lcore_id());
833
834 if (fc == NULL)
835 rte_panic("lcore_id of current thread not found in fwd_lcores_cpuids\n");
836
837 return fc;
838}
839
840void
841parse_fwd_portlist(const char *port);

Callers 4

pkt_burst_flow_genFunction · 0.85
pkt_copy_splitFunction · 0.85
pkt_burst_transmitFunction · 0.85

Calls 2

lcore_to_fwd_lcoreFunction · 0.85
rte_lcore_idFunction · 0.85

Tested by

no test coverage detected