Searched refs:expect (Results 1 – 14 of 14) sorted by relevance
| /dpdk/app/test-cmdline/ |
| H A D | cmdline_test.py | 19 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 D | telemetry.rst | 73 For commands that expect a parameter, use "," to separate the command
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 35 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 D | trace_lib.rst | 256 the metadata stream. It contains exactly what you would expect: data about the
|
| H A D | multi_proc_support.rst | 217 A "message" type does not expect a response and is meant to be a best-effort
|
| H A D | switch_representation.rst | 141 nonetheless expect traffic to flow between the various endpoints and the
|
| H A D | env_abstraction_layer.rst | 804 We expect only 50% of CPU spend on packet IO.
|
| H A D | rte_flow.rst | 1136 Fuzzy pattern match, expect faster than default.
|
| /dpdk/drivers/net/ngbe/base/ |
| H A D | ngbe_regs.h | 1413 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 D | txgbe_regs.h | 1855 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 D | i40e_rxtx.c | 2195 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 D | iavf_rxtx.c | 3296 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 D | ice_rxtx.c | 2167 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 D | testpmd_funcs.rst | 4040 - ``fuzzy``: fuzzy pattern match, expect faster than default.
|