Home
last modified time | relevance | path

Searched refs:reorder (Results 1 – 12 of 12) sorted by relevance

/dpdk/doc/guides/prog_guide/
H A Dreorder_lib.rst15 The reorder library is essentially a buffer that reorders mbufs.
16 The user inserts out of order mbufs into the reorder buffer and pulls in-order
19 At a given time, the reorder buffer contains mbufs whose sequence number are
22 For example, given a reorder buffer with 200 entries and a minimum sequence
26 When inserting mbufs, the reorder library differentiates between valid, early
34 The reorder buffer directly returns late mbufs and tries to accommodate early
41 The reorder library is implemented as a pair of buffers, which referred to as
47 In the case of early mbufs, the reorder buffer will try to move the window
67 When draining mbufs, the reorder buffer would return mbufs in the Ready
80 hence a reorder buffer can be used to order as many packets as possible.
[all …]
/dpdk/doc/guides/sample_app_ug/
H A Dpacket_ordering.rst23 inserts out-of-order packets into reorder buffer, extracts ordered packets
24 from the reorder buffer and sends them to the NIC ports for transmission.
47 [--disable-reorder] [--insight-worker]
58 The disable-reorder long option does, as its name implies, disable the reordering
/dpdk/examples/packet_ordering/
H A Dmeson.build10 deps += 'reorder'
/dpdk/drivers/crypto/scheduler/
H A Dmeson.build10 deps += ['bus_vdev', 'reorder']
/dpdk/doc/guides/eventdevs/
H A Ddlb2.rst71 queue's reorder buffer size. DLB has 2 groups of ordered queues, where each
72 group is configured to contain either 1 queue with 1024 reorder entries, 2
73 queues with 512 reorder entries, and so on down to 32 queues with 32 entries.
77 group with available reorder buffer entries. If all sequence number groups are
128 as possible, since mixing types on the same queue uses valuable reorder
/dpdk/doc/api/
H A Ddoxy-api.conf.in73 @TOPDIR@/lib/reorder \
H A Ddoxy-api-index.md151 [reorder] (@ref rte_reorder.h),
/dpdk/lib/
H A Dmeson.build52 'reorder',
/dpdk/app/test/
H A Dtest_ipsec.c1115 static const uint32_t reorder[BURST_SIZE] = { in test_ipsec_reorder_inb_pkt_burst() local
1126 ibuf_tmp[j] = ut_params->ibuf[reorder[j]]; in test_ipsec_reorder_inb_pkt_burst()
/dpdk/drivers/net/bnxt/
H A Dbnxt_rxr.c933 bnxt_get_rx_ts_p5(rxq->bp, rxcmp1->reorder); in bnxt_rx_pkt()
H A Dhsi_struct_def_dpdk.h4867 uint32_t reorder; member
/dpdk/
H A DMAINTAINERS1457 F: lib/reorder/