Home
last modified time | relevance | path

Searched refs:d1 (Results 1 – 5 of 5) sorted by relevance

/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/lib/node/
H A Dip4_rewrite.c43 void *d0, *d1, *d2, *d3; in ip4_rewrite_node_process() local
104 d1 = rte_pktmbuf_mtod(mbuf1, void *); in ip4_rewrite_node_process()
105 rte_memcpy(d1, nh[priv01.u16[4]].rewrite_data, in ip4_rewrite_node_process()
109 ip1 = (struct rte_ipv4_hdr *)((uint8_t *)d1 + in ip4_rewrite_node_process()
/dpdk/examples/ip_pipeline/examples/
H A Droute.cli60 … 0 rule add match lpm ipv4 100.192.0.0 10 action fwd port 3 encap ether d0:d1:d2:d3:d4:d5 30:31:32…
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
607 status = mask_to_depth(m1, &d1); in ipv6_mask_to_depth()
611 if (d0 < 64 && d1) in ipv6_mask_to_depth()
615 *depth = d0 + d1; in ipv6_mask_to_depth()