| /dpdk/drivers/net/cnxk/ |
| H A D | meson.build | 72 'tx/cn9k/tx_0_15.c', 73 'tx/cn9k/tx_16_31.c', 74 'tx/cn9k/tx_32_47.c', 75 'tx/cn9k/tx_48_63.c', 76 'tx/cn9k/tx_64_79.c', 77 'tx/cn9k/tx_80_95.c', 78 'tx/cn9k/tx_96_111.c', 79 'tx/cn9k/tx_112_127.c', 151 'tx/cn10k/tx_0_15.c', 152 'tx/cn10k/tx_16_31.c', [all …]
|
| /dpdk/drivers/event/cnxk/ |
| H A D | meson.build | 287 'tx/cn9k/tx_0_15.c', 288 'tx/cn9k/tx_16_31.c', 289 'tx/cn9k/tx_32_47.c', 290 'tx/cn9k/tx_48_63.c', 291 'tx/cn9k/tx_64_79.c', 292 'tx/cn9k/tx_80_95.c', 293 'tx/cn9k/tx_96_111.c', 456 'tx/cn10k/tx_0_15.c', 457 'tx/cn10k/tx_16_31.c', 458 'tx/cn10k/tx_32_47.c', [all …]
|
| /dpdk/lib/eventdev/ |
| H A D | eventdev_trace_points.c | 64 lib.eventdev.tx.adapter.create) 67 lib.eventdev.tx.adapter.free) 70 lib.eventdev.tx.adapter.queue.add) 73 lib.eventdev.tx.adapter.queue.del) 76 lib.eventdev.tx.adapter.start) 79 lib.eventdev.tx.adapter.stop) 82 lib.eventdev.tx.adapter.enq)
|
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_nix_vlan.c | 158 vtag_cfg->tx.vtag0 = vlan_cfg->vlan.vtag_inner; in roc_nix_vlan_insert_ena_dis() 159 vtag_cfg->tx.cfg_vtag0 = true; in roc_nix_vlan_insert_ena_dis() 162 vtag_cfg->tx.vtag1 = vlan_cfg->vlan.vtag_outer; in roc_nix_vlan_insert_ena_dis() 163 vtag_cfg->tx.cfg_vtag1 = true; in roc_nix_vlan_insert_ena_dis() 167 vtag_cfg->tx.vtag0_idx = vlan_cfg->mcam.idx_inner; in roc_nix_vlan_insert_ena_dis() 168 vtag_cfg->tx.free_vtag0 = true; in roc_nix_vlan_insert_ena_dis() 171 vtag_cfg->tx.vtag1_idx = vlan_cfg->mcam.idx_outer; in roc_nix_vlan_insert_ena_dis() 172 vtag_cfg->tx.free_vtag1 = true; in roc_nix_vlan_insert_ena_dis()
|
| /dpdk/examples/eventdev_pipeline/ |
| H A D | pipeline_worker_tx.c | 57 size_t fwd = 0, received = 0, tx = 0; in worker_do_tx_single() local 71 tx++; in worker_do_tx_single() 98 size_t fwd = 0, received = 0, tx = 0; in worker_do_tx_single_atq() local 112 tx++; in worker_do_tx_single_atq() 140 size_t fwd = 0, received = 0, tx = 0; in worker_do_tx_single_burst() local 158 tx++; in worker_do_tx_single_burst() 206 tx++; in worker_do_tx_single_burst_atq() 251 tx++; in worker_do_tx() 304 tx++; in worker_do_tx_atq() 358 tx++; in worker_do_tx_burst() [all …]
|
| /dpdk/examples/distributor/ |
| H A D | main.c | 64 } tx __rte_cache_aligned; 315 app_stats.tx.tx_pkts += outbuf->count; in flush_one_port() 426 app_stats.tx.dequeue_pkts += nb_rx; in lcore_tx() 524 (app_stats.tx.dequeue_pkts - in print_stats() 533 (app_stats.tx.tx_pkts - in print_stats() 534 prev_app_stats.tx.tx_pkts)/1000000.0); in print_stats() 536 (app_stats.tx.enqdrop_pkts - in print_stats() 537 prev_app_stats.tx.enqdrop_pkts)/1000000.0, in print_stats() 548 prev_app_stats.tx.dequeue_pkts = app_stats.tx.dequeue_pkts; in print_stats() 549 prev_app_stats.tx.tx_pkts = app_stats.tx.tx_pkts; in print_stats() [all …]
|
| /dpdk/examples/packet_ordering/ |
| H A D | main.c | 79 } tx __rte_cache_aligned; 221 app_stats.tx.ro_tx_failed_pkts += count; in flush_tx_error_callback() 394 app_stats.tx.dequeue_pkts); in print_stats() 396 app_stats.tx.ro_tx_pkts); in print_stats() 398 app_stats.tx.ro_tx_failed_pkts); in print_stats() 400 app_stats.tx.early_pkts_txtd_woro); in print_stats() 555 app_stats.tx.dequeue_pkts += nb_dq_mbufs; in send_thread() 575 app_stats.tx.early_pkts_txtd_woro++; in send_thread() 604 app_stats.tx.ro_tx_pkts += sent; in send_thread() 640 app_stats.tx.dequeue_pkts += dqnum; in tx_thread() [all …]
|
| /dpdk/examples/ip_pipeline/ |
| H A D | link.c | 117 (params->tx.n_queues == 0) || in link_create() 118 (params->tx.queue_size == 0)) in link_create() 173 params->tx.n_queues, in link_create() 200 for (i = 0; i < params->tx.n_queues; i++) { in link_create() 204 params->tx.queue_size, in link_create() 244 link->n_txq = params->tx.n_queues; in link_create()
|
| /dpdk/drivers/net/ena/base/ena_defs/ |
| H A D | ena_admin_defs.h | 711 uint32_t tx; member 1373 return p->tx & ENA_ADMIN_FEATURE_OFFLOAD_DESC_TX_L3_CSUM_IPV4_MASK; in get_ena_admin_feature_offload_desc_TX_L3_csum_ipv4() 1378 p->tx |= val & ENA_ADMIN_FEATURE_OFFLOAD_DESC_TX_L3_CSUM_IPV4_MASK; in set_ena_admin_feature_offload_desc_TX_L3_csum_ipv4() 1383 …return (p->tx & ENA_ADMIN_FEATURE_OFFLOAD_DESC_TX_L4_IPV4_CSUM_PART_MASK) >> ENA_ADMIN_FEATURE_OFF… in get_ena_admin_feature_offload_desc_TX_L4_ipv4_csum_part() 1388 …p->tx |= (val << ENA_ADMIN_FEATURE_OFFLOAD_DESC_TX_L4_IPV4_CSUM_PART_SHIFT) & ENA_ADMIN_FEATURE_OF… in set_ena_admin_feature_offload_desc_TX_L4_ipv4_csum_part() 1423 …return (p->tx & ENA_ADMIN_FEATURE_OFFLOAD_DESC_TSO_IPV4_MASK) >> ENA_ADMIN_FEATURE_OFFLOAD_DESC_TS… in get_ena_admin_feature_offload_desc_tso_ipv4() 1428 …p->tx |= (val << ENA_ADMIN_FEATURE_OFFLOAD_DESC_TSO_IPV4_SHIFT) & ENA_ADMIN_FEATURE_OFFLOAD_DESC_T… in set_ena_admin_feature_offload_desc_tso_ipv4() 1433 …return (p->tx & ENA_ADMIN_FEATURE_OFFLOAD_DESC_TSO_IPV6_MASK) >> ENA_ADMIN_FEATURE_OFFLOAD_DESC_TS… in get_ena_admin_feature_offload_desc_tso_ipv6() 1438 …p->tx |= (val << ENA_ADMIN_FEATURE_OFFLOAD_DESC_TSO_IPV6_SHIFT) & ENA_ADMIN_FEATURE_OFFLOAD_DESC_T… in set_ena_admin_feature_offload_desc_tso_ipv6() 1443 …return (p->tx & ENA_ADMIN_FEATURE_OFFLOAD_DESC_TSO_ECN_MASK) >> ENA_ADMIN_FEATURE_OFFLOAD_DESC_TSO… in get_ena_admin_feature_offload_desc_tso_ecn() [all …]
|
| /dpdk/drivers/net/af_xdp/ |
| H A D | compat.h | 25 struct xsk_ring_prod *tx, in create_shared_socket() argument 31 tx, fill, comp, config); in create_shared_socket() 40 struct xsk_ring_prod *tx __rte_unused, in create_shared_socket()
|
| /dpdk/drivers/net/fm10k/base/ |
| H A D | fm10k_mbx.c | 337 struct fm10k_mbx_fifo *fifo = &mbx->tx; in fm10k_mbx_write_copy() 392 struct fm10k_mbx_fifo *fifo = &mbx->tx; in fm10k_mbx_pull_head() 701 return fm10k_fifo_empty(&mbx->tx); in fm10k_mbx_tx_complete() 764 err = fm10k_fifo_enqueue(&mbx->tx, msg); in fm10k_mbx_enqueue_tx() 771 err = fm10k_fifo_enqueue(&mbx->tx, msg); in fm10k_mbx_enqueue_tx() 870 struct fm10k_mbx_fifo *fifo = &mbx->tx; in fm10k_mbx_create_data_hdr() 1087 len = fm10k_fifo_head_drop(&mbx->tx); in fm10k_mbx_reset_work() 1127 fm10k_fifo_head_drop(&mbx->tx); in fm10k_mbx_update_max_size() 1441 fm10k_fifo_drop_all(&mbx->tx); in fm10k_mbx_disconnect() 1794 fm10k_fifo_drop_all(&mbx->tx); in fm10k_sm_mbx_disconnect() [all …]
|
| /dpdk/drivers/net/pcap/ |
| H A D | pcap_ethdev.c | 605 struct pcap_tx_queue *tx; in eth_dev_start() local 610 tx = &internals->tx_queue[0]; in eth_dev_start() 614 strcmp(tx->type, ETH_PCAP_IFACE_ARG) == 0) { in eth_dev_start() 625 tx = &internals->tx_queue[i]; in eth_dev_start() 629 if (open_single_tx_pcap(tx->name, in eth_dev_start() 1076 struct pmd_devargs *tx = extra_args; in open_rx_tx_iface() local 1082 tx->queue[0].pcap = pcap; in open_rx_tx_iface() 1083 tx->queue[0].name = iface; in open_rx_tx_iface() 1084 tx->queue[0].type = key; in open_rx_tx_iface() 1309 strlcpy(tx->name, queue->name, sizeof(tx->name)); in eth_from_pcaps_common() [all …]
|
| /dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | main.c | 109 const volatile struct tx_stats *tx = &ports->tx_stats[i]; in do_stats_display() local 112 const uint64_t tx_val = tx->tx[ports->id[j]]; in do_stats_display() 113 const uint64_t drop_val = tx->tx_drop[ports->id[j]]; in do_stats_display()
|
| /dpdk/drivers/net/kni/ |
| H A D | rte_eth_kni.c | 45 struct pmd_queue_stats tx; member 102 kni_q->tx.pkts += nb_pkts; in eth_kni_tx() 317 stats->q_opackets[i] = q->tx.pkts; in eth_kni_stats_get() 318 stats->q_obytes[i] = q->tx.bytes; in eth_kni_stats_get() 345 q->tx.pkts = 0; in eth_kni_stats_reset() 346 q->tx.bytes = 0; in eth_kni_stats_reset()
|
| /dpdk/examples/pipeline/ |
| H A D | obj.c | 199 (params->tx.n_queues == 0) || in link_create() 200 (params->tx.queue_size == 0)) in link_create() 255 params->tx.n_queues, in link_create() 282 for (i = 0; i < params->tx.n_queues; i++) { in link_create() 286 params->tx.queue_size, in link_create() 327 link->n_txq = params->tx.n_queues; in link_create()
|
| /dpdk/examples/server_node_efd/server/ |
| H A D | main.c | 117 const struct tx_stats *tx = &info->tx_stats[i]; in do_stats_display() local 120 const uint64_t tx_val = tx->tx[info->id[j]]; in do_stats_display() 121 const uint64_t drop_val = tx->tx_drop[info->id[j]]; in do_stats_display()
|
| /dpdk/doc/guides/tools/ |
| H A D | pdump.rst | 42 tx-dev=<iface or pcap file>), 86 ``tx-dev``: 93 * To receive egress packets only, ``tx-dev`` should be passed. 95 * To receive ingress and egress packets separately ``rx-dev`` and ``tx-dev`` 98 * To receive ingress and egress packets together, ``rx-dev`` and ``tx-dev``
|
| /dpdk/drivers/event/sw/ |
| H A D | sw_evdev_xstats.c | 12 tx, enumerator 57 case tx: return sw->stats.tx_pkts; in get_dev_stat() 77 case tx: return p->stats.tx_pkts; in get_port_stat() 112 case tx: return qid->stats.tx_pkts; in get_qid_stat() 187 static const enum xstats_type dev_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator 199 static const enum xstats_type port_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator 218 static const enum xstats_type qid_types[] = { rx, tx, dropped, in sw_xstats_init() enumerator
|
| /dpdk/examples/link_status_interrupt/ |
| H A D | main.c | 97 uint64_t tx; member 151 port_statistics[portid].tx, in print_stats() 156 total_packets_tx += port_statistics[portid].tx; in print_stats() 193 port_statistics[dst_port].tx += sent; in lsi_simple_forward() 250 port_statistics[portid].tx += sent; in lsi_main_loop()
|
| /dpdk/drivers/net/ipn3ke/ |
| H A D | ipn3ke_ethdev.c | 214 ipn3ke_mtu_cal(uint32_t tx, uint32_t rx) in ipn3ke_mtu_cal() argument 217 tmp = RTE_MIN(tx, rx); in ipn3ke_mtu_cal() 228 uint32_t tx; in ipn3ke_mtu_set() local 236 &tx, in ipn3ke_mtu_set() 247 tmp = ipn3ke_mtu_cal(tx, rx); in ipn3ke_mtu_set()
|
| /dpdk/examples/l2fwd-keepalive/ |
| H A D | main.c | 93 uint64_t tx; member 146 port_statistics[portid].tx, in print_stats() 151 total_packets_tx += port_statistics[portid].tx; in print_stats() 188 port_statistics[dst_port].tx += sent; in l2fwd_simple_forward() 255 port_statistics[portid].tx += sent; in l2fwd_main_loop()
|
| /dpdk/drivers/net/hns3/ |
| H A D | hns3_rxtx.c | 1126 desc->tx.tp_fe_sc_vld_ra_ri = 0; in hns3_init_txq() 1469 desc->tx.tp_fe_sc_vld_ra_ri = 0; in hns3_alloc_txq_and_dma_zone() 3216 desc->tx.ol_type_vlan_len_msec |= in hns3_fill_first_desc() 3219 desc->tx.outer_vlan_tag = in hns3_fill_first_desc() 3222 desc->tx.outer_vlan_tag = in hns3_fill_first_desc() 3228 desc->tx.type_cs_vlan_tso_len |= in hns3_fill_first_desc() 3234 desc->tx.tp_fe_sc_vld_ra_ri |= in hns3_fill_first_desc() 4051 txdp->tx.paylen_fd_dop_ol4cs = 0; in hns3_tx_setup_4bd() 4069 txdp->tx.paylen_fd_dop_ol4cs = 0; in hns3_tx_setup_1bd() 4070 txdp->tx.type_cs_vlan_tso_len = 0; in hns3_tx_setup_1bd() [all …]
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.h | 95 uint64_t tx; member 159 core_statistics[lcore_id].tx += n; in core_stats_update_tx()
|
| /dpdk/examples/l2fwd/ |
| H A D | main.c | 108 uint64_t tx; member 146 port_statistics[portid].tx, in print_stats() 151 total_packets_tx += port_statistics[portid].tx; in print_stats() 198 port_statistics[dst_port].tx += sent; in l2fwd_simple_forward() 256 port_statistics[portid].tx += sent; in l2fwd_main_loop()
|
| /dpdk/drivers/net/e1000/ |
| H A D | e1000_logs.c | 14 RTE_LOG_REGISTER_SUFFIX(e1000_logtype_tx, tx, DEBUG)
|