Home
last modified time | relevance | path

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

/dpdk/doc/guides/nics/
H A Dpcap_ring.rst288 int port0, port1;
295 port0 = rte_eth_from_rings("net_ring0", ring, NUM_RINGS, ring, NUM_RINGS, SOCKET0);
305 port0 = rte_eth_from_rings("net_ring0", &ring[0], 1, &ring[1], 1, SOCKET0);
H A Dthunderx.rst183 PMD: nicvf_dev_configure(): Configured ethdev port0 hwcap=0x0
H A Ddpaa2.rst672 … on port1 as per the configured flows, you will see shaped and scheduled forwarded traffic on port0
/dpdk/drivers/net/softnic/
H A Drte_eth_softnic_flow.c623 uint16_t *port0, in port_mask_to_range() argument
636 if (port0) in port_mask_to_range()
637 *port0 = p0; in port_mask_to_range()
/dpdk/lib/pipeline/
H A Drte_table_action.c1294 uint16_t port0, in nat_ipv4_tcp_udp_checksum_update() argument
1303 cksum1 -= (ip0 >> 16) + (ip0 & 0xFFFF) + port0; in nat_ipv4_tcp_udp_checksum_update()
1319 uint16_t port0, in nat_ipv6_tcp_udp_checksum_update() argument
1329 ip0[4] + ip0[5] + ip0[6] + ip0[7] + port0; in nat_ipv6_tcp_udp_checksum_update()