Home
last modified time | relevance | path

Searched refs:d0 (Results 1 – 25 of 27) sorted by relevance

12

/dpdk/examples/pipeline/examples/
H A Dpacket.txt10 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
16 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
22 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
28 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
34 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
40 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
46 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
52 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
58 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
64 000010 00 2e 00 00 00 00 40 11 00 00 c0 c1 c2 c3 d0 d1
[all …]
/dpdk/drivers/net/memif/
H A Drte_eth_memif.c305 memif_desc_t *d0; in eth_memif_rx() local
354 d0 = &ring->desc[s0]; in eth_memif_rx()
356 src_len = d0->length; in eth_memif_rx()
446 memif_desc_t *d0; in eth_memif_rx_zc() local
485 d0 = &ring->desc[s0]; in eth_memif_rx_zc()
547 d0->region = 1; in eth_memif_rx_zc()
574 memif_desc_t *d0; in eth_memif_tx() local
643 d0->flags = 0; in eth_memif_tx()
703 memif_desc_t *d0; in memif_tx_one_zc() local
719 d0->region = 1; in memif_tx_one_zc()
[all …]
/dpdk/lib/node/
H A Dip4_rewrite.c43 void *d0, *d1, *d2, *d3; in ip4_rewrite_node_process() local
93 d0 = rte_pktmbuf_mtod(mbuf0, void *); in ip4_rewrite_node_process()
94 rte_memcpy(d0, nh[priv01.u16[0]].rewrite_data, in ip4_rewrite_node_process()
98 ip0 = (struct rte_ipv4_hdr *)((uint8_t *)d0 + in ip4_rewrite_node_process()
215 d0 = rte_pktmbuf_mtod(mbuf0, void *); in ip4_rewrite_node_process()
216 rte_memcpy(d0, nh[node_mbuf_priv1(mbuf0, dyn)->nh].rewrite_data, in ip4_rewrite_node_process()
220 ip0 = (struct rte_ipv4_hdr *)((uint8_t *)d0 + in ip4_rewrite_node_process()
/dpdk/doc/guides/howto/
H A Dopenwrt.rst129 …-drive file=<Your OpenWrt images folder>/openwrt-x86-64-combined-ext4.img,id=d0,if=none,bus=0,unit…
130 -device ide-hd,drive=d0,bus=ide.0 \
/dpdk/examples/ip_pipeline/examples/
H A Droute.cli60 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.192.0.0 10 action fwd port 3 encap ether d0:…
H A Droute_ecmp.cli57 pipeline PIPELINE0 table 1 rule add match array 3 action fwd port 3 encap ether d0:d1:d2:d3:d4:d5 3…
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c600 uint32_t d0, d1; in ipv6_mask_to_depth() local
603 status = mask_to_depth(m0, &d0); in ipv6_mask_to_depth()
611 if (d0 < 64 && d1) in ipv6_mask_to_depth()
615 *depth = d0 + d1; in ipv6_mask_to_depth()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst294 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_21_08.rst261 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_16_11.rst368 - Device id (pf/vf): 8086:15d0
H A Drelease_22_03.rst312 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_20_02.rst328 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_16_07.rst447 - Device id (pf/vf): 8086:15d0
H A Drelease_19_02.rst350 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_21_02.rst295 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_20_08.rst324 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_19_05.rst405 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_19_08.rst425 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_21_05.rst417 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_20_05.rst433 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_16_04.rst650 - Device id (pf/vf): 8086:15d0
H A Drelease_19_11.rst596 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_18_11.rst561 * Device id (pf/vf): 8086:37d0 / 8086:37cd
H A Drelease_21_11.rst695 * Device id (pf/vf): 8086:37d0 / 8086:37cd
/dpdk/doc/guides/nics/
H A Di40e.rst298 ip link set ens802f0 vf 0 mac a0:b0:c0:d0:e0:f0

12