Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 14 of 14) sorted by relevance

/dpdk/app/test-cmdline/
H A Dcmdline_test.py19 child.expect(test["Result"], 1)
36 child.expect("History buffer size: \\d+", timeout=1)
45 child.expect(str(i + 100000000), timeout=1)
49 child.expect("100000000", timeout=1)
/dpdk/doc/guides/howto/
H A Dtelemetry.rst73 For commands that expect a parameter, use "," to separate the command
/dpdk/doc/guides/prog_guide/
H A Dtoeplitz_hash_lib.rst35 Both of above mentioned _softrss_ functions expect the tuple to be in
44 They expect the tuple to be in network byte order.
H A Dtrace_lib.rst256 the metadata stream. It contains exactly what you would expect: data about the
H A Dmulti_proc_support.rst217 A "message" type does not expect a response and is meant to be a best-effort
H A Dswitch_representation.rst141 nonetheless expect traffic to flow between the various endpoints and the
H A Denv_abstraction_layer.rst804 We expect only 50% of CPU spend on packet IO.
H A Drte_flow.rst1136 Fuzzy pattern match, expect faster than default.
/dpdk/drivers/net/ngbe/base/
H A Dngbe_regs.h1413 po32m(struct ngbe_hw *hw, u32 reg, u32 mask, u32 expect, u32 *actual, in po32m() argument
1427 if (value == expect) in po32m()
/dpdk/drivers/net/txgbe/base/
H A Dtxgbe_regs.h1855 po32m(struct txgbe_hw *hw, u32 reg, u32 mask, u32 expect, u32 *actual, in po32m() argument
1869 if (value == expect) in po32m()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c2195 uint64_t mask, expect; in i40e_dev_tx_descriptor_status() local
2213 expect = rte_cpu_to_le_64( in i40e_dev_tx_descriptor_status()
2215 if ((*status & mask) == expect) in i40e_dev_tx_descriptor_status()
/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c3296 uint64_t mask, expect; in iavf_dev_tx_desc_status() local
3314 expect = rte_cpu_to_le_64( in iavf_dev_tx_desc_status()
3316 if ((*status & mask) == expect) in iavf_dev_tx_desc_status()
/dpdk/drivers/net/ice/
H A Dice_rxtx.c2167 uint64_t mask, expect; in ice_tx_descriptor_status() local
2185 expect = rte_cpu_to_le_64(ICE_TX_DESC_DTYPE_DESC_DONE << in ice_tx_descriptor_status()
2187 if ((*status & mask) == expect) in ice_tx_descriptor_status()
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4040 - ``fuzzy``: fuzzy pattern match, expect faster than default.