Home
last modified time | relevance | path

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

/dpdk/examples/ethtool/ethtool-app/
H A Dmain.c21 #define MAX_PORTS RTE_MAX_ETHPORTS macro
45 struct app_port ports[MAX_PORTS];
290 if (cnt_ports > MAX_PORTS) { in main()
292 cnt_ports, MAX_PORTS in main()
294 cnt_ports = MAX_PORTS; in main()
/dpdk/examples/ipv4_multicast/
H A Dmain.c41 #define MAX_PORTS 16 macro
50 #define NB_HDR_MBUF (NB_PKT_MBUF * MAX_PORTS)
85 static struct rte_ether_addr ports_eth_addr[MAX_PORTS];
105 uint16_t tx_queue_id[MAX_PORTS];
106 struct mbuf_table tx_mbufs[MAX_PORTS];
388 for (portid = 0; portid < MAX_PORTS; portid++) { in send_timeout_burst()
692 if (nb_ports > MAX_PORTS) in main()
693 nb_ports = MAX_PORTS; in main()
/dpdk/app/test-flow-perf/
H A Dconfig.h18 #define MAX_PORTS 64 macro
H A Dmain.c59 static uint32_t policy_id[MAX_PORTS];
119 double insertion[MAX_PORTS][RTE_MAX_LCORE];
120 double deletion[MAX_PORTS][RTE_MAX_LCORE];
/dpdk/drivers/event/sw/
H A Dsw_evdev_selftest.c28 #define MAX_PORTS 16 macro
37 uint8_t port[MAX_PORTS];
186 if (num_ports > MAX_PORTS) in create_ports()
293 uint64_t port_rx_pkts[MAX_PORTS];
295 uint64_t port_rx_dropped[MAX_PORTS];
297 uint64_t port_inflight[MAX_PORTS];
299 uint64_t port_tx_pkts[MAX_PORTS];
313 static uint32_t port_rx_pkts_ids[MAX_PORTS]; in test_event_dev_stats_get()
315 static uint32_t port_inflight_ids[MAX_PORTS]; in test_event_dev_stats_get()
316 static uint32_t port_tx_pkts_ids[MAX_PORTS]; in test_event_dev_stats_get()
[all …]
/dpdk/drivers/event/opdl/
H A Dopdl_test.c29 #define MAX_PORTS 16 macro
41 uint8_t port[MAX_PORTS];
116 if (num_ports > MAX_PORTS) in create_ports()
/dpdk/examples/bond/
H A Dmain.c103 #define MAX_PORTS 4 macro
831 else if (nb_ports > MAX_PORTS) in main()
/dpdk/drivers/event/dlb2/
H A Ddlb2_selftest.c27 #define MAX_PORTS 32 macro
77 if (num_ports > MAX_PORTS) in create_ports()
/dpdk/drivers/event/dpaa2/
H A Ddpaa2_eventdev_selftest.c27 #define MAX_PORTS 4 macro