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

Function tx_split_get_name

dpdk/app/test-pmd/config.c:5426–5436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5424}
5425
5426static const char *
5427tx_split_get_name(enum tx_pkt_split split)
5428{
5429 uint32_t i;
5430
5431 for (i = 0; i != RTE_DIM(tx_split_name); i++) {
5432 if (tx_split_name[i].split == split)
5433 return tx_split_name[i].name;
5434 }
5435 return NULL;
5436}
5437
5438void
5439set_tx_pkt_split(const char *name)

Callers 1

show_tx_pkt_segmentsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected