Home
last modified time | relevance | path

Searched refs:transmitted (Results 1 – 25 of 36) sorted by relevance

12

/dpdk/doc/guides/platform/
H A Dcnxk.rst411 Total octets transmitted OK: 0
413 Total frames transmitted OK: 0
427 CBFC pause frames transmitted for class 1: 0
428 CBFC pause frames transmitted for class 2: 0
429 CBFC pause frames transmitted for class 3: 0
430 CBFC pause frames transmitted for class 4: 0
431 CBFC pause frames transmitted for class 5: 0
432 CBFC pause frames transmitted for class 6: 0
433 CBFC pause frames transmitted for class 7: 0
434 CBFC pause frames transmitted for class 8: 0
[all …]
/dpdk/drivers/net/sfc/
H A Dsfc_repr_proxy.c179 if (rp_txq->available == rp_txq->transmitted) in sfc_repr_proxy_handle_tx()
183 rp_txq->transmitted += rp_txq->pkt_burst(rp_txq->dp, in sfc_repr_proxy_handle_tx()
184 &rp_txq->tx_pkts[rp_txq->transmitted], in sfc_repr_proxy_handle_tx()
185 rp_txq->available - rp_txq->transmitted); in sfc_repr_proxy_handle_tx()
187 if (rp_txq->available == rp_txq->transmitted) { in sfc_repr_proxy_handle_tx()
189 rp_txq->transmitted = 0; in sfc_repr_proxy_handle_tx()
478 txq->transmitted = 0; in sfc_repr_proxy_txq_start()
H A Dsfc_repr_proxy.h96 unsigned int transmitted; member
/dpdk/doc/guides/sample_app_ug/
H A Drxtx_callbacks.rst8 demonstrates the use of user defined callbacks on received and transmitted
125 transmitted the average cycle count per packet is printed out and the counters
H A Dskeleton.rst152 Packets are received in bursts on the RX ports and transmitted in bursts on
165 are transmitted. If packets fail to transmit, ``(nb_tx < nb_rx)``, then they
H A Dflow_classify.rst225 Packets are received in bursts on the RX ports and transmitted in bursts on
238 are transmitted. If packets fail to transmit, ``(nb_tx < nb_rx)``, then they
H A Dserver_node_efd.rst187 If there is a hit, packet is stored in a buffer, to be eventually transmitted
196 Finally, note that both processes updates statistics, such as transmitted, received
H A Dbbdev_app.rst95 it will print the transmitted along with the looped-back traffic on Rx ports.
H A Dintro.rst75 demonstrates the use of user defined callbacks on received and transmitted
H A Deventdev_pipeline.rst117 transmitted, and an overview of the distribution of work across worker cores.
H A Dptpclient.rst160 packets are transmitted on the TX ports.
H A Dlink_status_intr.rst250 If the table is full, the whole packets table is transmitted using the lsi_send_burst() function:
/dpdk/doc/guides/eventdevs/
H A Dopdl.rst12 Events are left on the ring until they are transmitted. As a result packets\
78 * Dequeued from Q3 (typically through P3) and then transmitted on the relevant \
/dpdk/doc/guides/nics/
H A Dmvpp2.rst70 - In current implementation, mechanism for acknowledging transmitted packets (``tx_done_cleanup``) …
717 3 - Enable statistics for both number of transmitted packets and bytes.
737 1 - Enable statistics counter for number of transmitted packets.
757 1 - Enable statistics counter for number of transmitted packets.
777 1 - Enable statistics counter for number of transmitted packets.
H A Digc.rst43 - Foxville expects that any transmitted packet to have at least the external VLAN added by the
H A Dvirtio.rst36 for virtio to clean. Virtio will enqueue to be transmitted packets into
149 which means received packets come from vEth0, and transmitted packets is sent to vEth0.
H A Dmemif.rst160 Length of transmitted/received data.
/dpdk/doc/guides/howto/
H A Dvirtio_user_as_exceptional_path.rst70 transmitted to DPDK application and further TSOed by physical NIC.
H A Dvfd.rst164 to the transmitted packets by the hardware.
/dpdk/doc/guides/faq/
H A Dfaq.rst86 The packets are not transmitted until the tail pointer is updated on the corresponding TX queue of …
91 It cannot be transmitted until the other 31 packets have also been processed because the NIC will n…
/dpdk/doc/guides/prog_guide/
H A Dwriting_efficient_code.rst151 The packets are not transmitted until the tail pointer is updated on the corresponding TX queue of …
158 It cannot be transmitted until the other 31 packets have also been processed because
H A Dpoll_mode_drv.rst249 immediately after the packet has been transmitted.
264 Then the same packet can be transmitted to the next destination interface.
267 This API is independent of whether the packet was transmitted or dropped,
449 of transmitted bytes on that queue.
H A Dlink_bonding_poll_mode_drv_lib.rst319 be transmitted on.
324 transmitted on.
/dpdk/doc/guides/contributing/
H A Ddesign.rst115 are: number of packets received/dropped/transmitted, number of buffers
H A Ddocumentation.rst682 uint64_t opackets; /**< Total number of transmitted packets.*/
684 uint64_t obytes; /**< Total number of transmitted bytes. */

12