Home
last modified time | relevance | path

Searched refs:SLAVE_COUNT (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c30 #define SLAVE_COUNT (4) macro
65 struct slave_conf slave_ports[SLAVE_COUNT];
73 [0 ... SLAVE_COUNT - 1] = { .port_id = INVALID_PORT_ID, .is_slave = 0}
520 "RSS_MBUF_POOL", NUM_MBUFS * SLAVE_COUNT, in test_setup()
H A Dtest_link_bonding_mode4.c34 #define SLAVE_COUNT (4) macro
89 struct slave_conf slave_ports[SLAVE_COUNT];
103 .slave_ports = { [0 ... SLAVE_COUNT - 1] = { .port_id = INVALID_PORT_ID} },
1387 struct rte_mbuf *lacp_tx_buf[SLAVE_COUNT]; in test_mode4_ext_ctrl()
1401 for (i = 0; i < SLAVE_COUNT; i++) { in test_mode4_ext_ctrl()
1440 struct rte_mbuf *lacp_tx_buf[SLAVE_COUNT]; in test_mode4_ext_lacp()
1441 struct rte_mbuf *buf[SLAVE_COUNT]; in test_mode4_ext_lacp()
1455 for (i = 0; i < SLAVE_COUNT; i++) { in test_mode4_ext_lacp()
1502 if (total >= SLAVE_COUNT) in test_mode4_ext_lacp()