Home
last modified time | relevance | path

Searched refs:pkt_burst (Results 1 – 22 of 22) sorted by relevance

/f-stack/dpdk/app/test/
H A Dtest_link_bonding.c1396 struct rte_mbuf *pkt_burst[MAX_PKT_BURST]; in test_roundrobin_tx_burst() local
1442 pkt_burst, burst_size), 0, in test_roundrobin_tx_burst()
1480 struct rte_mbuf *pkt_burst[MAX_PKT_BURST]; in test_roundrobin_tx_burst_slave_tx_fail() local
2499 memset(pkt_burst, 0, sizeof(pkt_burst)); in test_activebackup_verify_slave_link_status_change_failover()
3432 memset(pkt_burst, 0, sizeof(pkt_burst)); in test_balance_verify_slave_link_status_change_behaviour()
3553 &pkt_burst[i][0], burst_size); in test_balance_verify_slave_link_status_change_behaviour()
4019 memset(pkt_burst, 0, sizeof(pkt_burst)); in test_broadcast_verify_slave_link_status_change_behaviour()
4099 &pkt_burst[i][0], burst_size); in test_broadcast_verify_slave_link_status_change_behaviour()
4176 struct rte_mbuf *pkt_burst[MAX_PKT_BURST]; in test_tlb_tx_burst() local
4574 memset(pkt_burst, 0, sizeof(pkt_burst)); in test_tlb_verify_slave_link_status_change_failover()
[all …]
H A Dvirtual_pmd.h34 struct rte_mbuf **pkt_burst, int burst_length);
H A Dvirtual_pmd.c487 struct rte_mbuf **pkt_burst, int burst_length) in virtual_ethdev_add_mbufs_to_rx_queue() argument
493 return rte_ring_enqueue_burst(dev_private->rx_queue, (void **)pkt_burst, in virtual_ethdev_add_mbufs_to_rx_queue()
499 struct rte_mbuf **pkt_burst, int burst_length) in virtual_ethdev_get_mbufs_from_tx_queue() argument
505 return rte_ring_dequeue_burst(dev_private->tx_queue, (void **)pkt_burst, in virtual_ethdev_get_mbufs_from_tx_queue()
/f-stack/dpdk/examples/ntb/
H A Dntb_fwd.c86 static uint16_t pkt_burst = NTB_DFLT_PKT_BURST; variable
263 nb_burst = (count + pkt_burst - 1) / pkt_burst; in cmd_sendfile_parsed()
266 val = RTE_MIN(count, pkt_burst); in cmd_sendfile_parsed()
389 pkt_burst, (void *)queue_id); in start_polling_recv_file()
439 pkt_burst); in start_iofwd_per_lcore()
459 ntb_buf, pkt_burst, in start_iofwd_per_lcore()
508 ntb_buf, pkt_burst, (void *)(size_t)fs.qp_id); in start_rxonly_per_lcore()
549 pkt_burst) == 0) { in start_txonly_per_lcore()
550 for (nb_pkt = 0; nb_pkt < pkt_burst; nb_pkt++) { in start_txonly_per_lcore()
561 for (nb_pkt = 0; nb_pkt < pkt_burst; nb_pkt++) { in start_txonly_per_lcore()
[all …]
/f-stack/dpdk/drivers/net/enic/
H A Denic_ethdev.c924 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in enicpmd_dev_rx_burst_mode_get() local
932 else if (pkt_burst == enic_noscatter_recv_pkts) in enicpmd_dev_rx_burst_mode_get()
934 else if (pkt_burst == enic_recv_pkts) in enicpmd_dev_rx_burst_mode_get()
947 eth_tx_burst_t pkt_burst = dev->tx_pkt_burst; in enicpmd_dev_tx_burst_mode_get() local
952 if (pkt_burst == enic_simple_xmit_pkts) in enicpmd_dev_tx_burst_mode_get()
954 else if (pkt_burst == enic_xmit_pkts) in enicpmd_dev_tx_burst_mode_get()
/f-stack/dpdk/drivers/net/sfc/
H A Dsfc_dp_rx.h241 eth_rx_burst_t pkt_burst; member
H A Dsfc_dp_tx.h191 eth_tx_burst_t pkt_burst; member
H A Dsfc_ef10_tx.c1126 .pkt_burst = sfc_ef10_xmit_pkts,
1152 .pkt_burst = sfc_ef10_simple_xmit_pkts,
H A Dsfc_ethdev.c1995 dev->rx_pkt_burst = dp_rx->pkt_burst; in sfc_eth_dev_set_ops()
1997 dev->tx_pkt_burst = dp_tx->pkt_burst; in sfc_eth_dev_set_ops()
2104 dev->rx_pkt_burst = dp_rx->pkt_burst; in sfc_eth_dev_secondary_init()
2106 dev->tx_pkt_burst = dp_tx->pkt_burst; in sfc_eth_dev_secondary_init()
H A Dsfc_ef10_essb_rx.c763 .pkt_burst = sfc_ef10_essb_recv_pkts,
H A Dsfc_ef10_rx.c838 .pkt_burst = sfc_ef10_recv_pkts,
H A Dsfc_ef100_rx.c917 .pkt_burst = sfc_ef100_recv_pkts,
H A Dsfc_ef100_tx.c964 .pkt_burst = sfc_ef100_xmit_pkts,
H A Dsfc_tx.c1172 .pkt_burst = sfc_efx_xmit_pkts,
H A Dsfc_rx.c653 .pkt_burst = sfc_efx_recv_pkts,
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_rxtx.c1625 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in hns3_rxq_conf_runtime_check() local
1640 if (pkt_burst == hns3_recv_pkts_vec) { in hns3_rxq_conf_runtime_check()
2442 eth_rx_burst_t pkt_burst; in hns3_rx_burst_mode_get() member
2451 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in hns3_rx_burst_mode_get() local
2456 if (pkt_burst == burst_infos[i].pkt_burst) { in hns3_rx_burst_mode_get()
3691 eth_tx_burst_t pkt_burst = dev->tx_pkt_burst; in hns3_tx_burst_mode_get() local
3694 if (pkt_burst == hns3_xmit_pkts_simple) in hns3_tx_burst_mode_get()
3696 else if (pkt_burst == hns3_xmit_pkts) in hns3_tx_burst_mode_get()
3698 else if (pkt_burst == hns3_xmit_pkts_vec) in hns3_tx_burst_mode_get()
3700 else if (pkt_burst == hns3_xmit_pkts_vec_sve) in hns3_tx_burst_mode_get()
/f-stack/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c3205 eth_rx_burst_t pkt_burst; member
3229 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in i40e_rx_burst_mode_get() local
3234 if (pkt_burst == i40e_rx_burst_infos[i].pkt_burst) { in i40e_rx_burst_mode_get()
3342 eth_tx_burst_t pkt_burst; member
3361 eth_tx_burst_t pkt_burst = dev->tx_pkt_burst; in i40e_tx_burst_mode_get() local
3366 if (pkt_burst == i40e_tx_burst_infos[i].pkt_burst) { in i40e_tx_burst_mode_get()
/f-stack/dpdk/drivers/net/ice/
H A Dice_rxtx.c3121 eth_rx_burst_t pkt_burst; member
3143 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in ice_rx_burst_mode_get() local
3148 if (pkt_burst == ice_rx_burst_infos[i].pkt_burst) { in ice_rx_burst_mode_get()
3304 eth_tx_burst_t pkt_burst; member
3322 eth_tx_burst_t pkt_burst = dev->tx_pkt_burst; in ice_tx_burst_mode_get() local
3327 if (pkt_burst == ice_tx_burst_infos[i].pkt_burst) { in ice_tx_burst_mode_get()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_ethdev.c2705 eth_rx_burst_t pkt_burst; member
2720 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in bnxt_rx_burst_mode_get() local
2724 if (pkt_burst == bnxt_rx_burst_info[i].pkt_burst) { in bnxt_rx_burst_mode_get()
2735 eth_tx_burst_t pkt_burst; member
2750 eth_tx_burst_t pkt_burst = dev->tx_pkt_burst; in bnxt_tx_burst_mode_get() local
2754 if (pkt_burst == bnxt_tx_burst_info[i].pkt_burst) { in bnxt_tx_burst_mode_get()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_rxtx.c594 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in mlx5_rx_burst_mode_get() local
603 if (pkt_burst == mlx5_rx_burst) { in mlx5_rx_burst_mode_get()
605 } else if (pkt_burst == mlx5_rx_burst_mprq) { in mlx5_rx_burst_mode_get()
607 } else if (pkt_burst == mlx5_rx_burst_vec) { in mlx5_rx_burst_mode_get()
617 } else if (pkt_burst == mlx5_rx_burst_mprq_vec) { in mlx5_rx_burst_mode_get()
5803 eth_tx_burst_t pkt_burst = dev->tx_pkt_burst; in mlx5_tx_burst_mode_get() local
5807 if (pkt_burst == txoff_func[i].func) { in mlx5_tx_burst_mode_get()
H A Dmlx5_rxq.c560 eth_rx_burst_t pkt_burst = dev->rx_pkt_burst; in mlx5_rx_queue_stop() local
578 if (pkt_burst == mlx5_rx_burst_vec) { in mlx5_rx_queue_stop()
/f-stack/dpdk/app/test-pmd/
H A Dtestpmd.h906 void set_nb_pkt_per_burst(uint16_t pkt_burst);