Lines Matching refs:using
6 Packet copying using Intel\ |reg| QuickData Technology
22 This application can be used to compare performance of using software packet
23 copy with copy done using a DMA device for different sizes of packets.
42 for information on using the driver.
58 * c CT: Performed packet copy type: software (sw) or hardware using
153 Each port is configured using ``port_init()`` function. The Ethernet
154 ports are configured with local settings using the ``rte_eth_dev_configure()``
176 with -q option and 1 Tx queue using the ``rte_eth_rx_queue_setup()``
249 When using hardware copy each Rx queue of the port is assigned an
250 IOAT device (``assign_rawdevs()``) using IOAT Rawdev Driver API
287 function using ``rte_rawdev_info`` struct. After configuration the device is
288 started using ``rte_rawdev_start()`` function. Each of the above operations
314 interrupted and closed using ``Ctrl-C``. The main lcore waits for
350 using ``rte_eal_remote_launch()``. The configured ports, their number
372 packet using ``pktmbuf_sw_copy()`` function and enqueue them to an rte_ring:
432 The packets are received in burst mode using ``rte_eth_rx_burst()``
433 function. When using hardware copy mode the packets are enqueued in
434 copying device's buffer using ``ioat_enqueue_packets()`` which calls
492 All completed copies are processed by ``ioat_tx_port()`` function. When using
497 in burst mode using `` rte_eth_tx_burst()``.
557 chunk of source packet. Both memory copies are done using