Home
last modified time | relevance | path

Searched refs:dynf (Results 1 – 2 of 2) sorted by relevance

/dpdk/app/test-pmd/
H A Dtxonly.c437 int dynf; in tx_only_begin() local
458 dynf = rte_mbuf_dynflag_lookup in tx_only_begin()
460 if (dynf >= 0) in tx_only_begin()
461 timestamp_mask = 1ULL << dynf; in tx_only_begin()
462 dynf = rte_mbuf_dynfield_lookup in tx_only_begin()
464 if (dynf >= 0) in tx_only_begin()
465 timestamp_off = dynf; in tx_only_begin()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2426 port config dynf
2434 testpmd> port config (port_id) dynf (name) (set|clear)