Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dtxonly.c430 int dynf; in tx_only_begin() local
442 dynf = rte_mbuf_dynflag_lookup in tx_only_begin()
444 if (dynf >= 0) in tx_only_begin()
445 timestamp_mask = 1ULL << dynf; in tx_only_begin()
446 dynf = rte_mbuf_dynfield_lookup in tx_only_begin()
448 if (dynf >= 0) in tx_only_begin()
449 timestamp_off = dynf; in tx_only_begin()
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst2388 port config dynf
2396 testpmd> port config (port_id) dynf (name) (set|clear)