Home
last modified time | relevance | path

Searched refs:middle (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/crypto/ipsec_mb/
H A Dmeson.build18 # version comes with quotes, so we split based on " and take the middle
/dpdk/doc/guides/eventdevs/
H A Dopdl.rst55 asynchronous handling of packets in the middle of a pipeline. Ordered
56 queues in the middle of a pipeline cannot delete packets.
/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst60 ``rte_eth_fdir_flex_conf -> rte_eth_fdir_conf -> rte_eth_conf (in the middle)``.
H A Drelease_19_02.rst48 * Fixed memory leaks due to port stops and starts in the middle of
/dpdk/drivers/net/igc/base/
H A Digc_hw.h437 } middle; member
/dpdk/drivers/net/e1000/base/
H A De1000_hw.h425 } middle; member
/dpdk/config/arm/
H A Dmeson.build26 # implementer specific armv8 flags have middle priority
/dpdk/doc/guides/howto/
H A Ddebug_troubleshoot.rst424 Using hooks or callbacks capture the packet middle of the pipeline stage
/dpdk/doc/guides/contributing/
H A Dcoding_style.rst559 * Variables should be declared at the start of a block of code rather than in the middle.
1087 * Where a line is split in the middle of a statement, e.g. a multiline `if` statement,