Home
last modified time | relevance | path

Searched refs:io (Results 1 – 20 of 20) sorted by relevance

/dpdk/doc/guides/nics/
H A Dionic.rst10 - DSC-25 dual-port 25G Distributed Services Card `(pdf) <https://pensando.io/wp-content/uploads/202…
11 - DSC-100 dual-port 100G Distributed Services Card `(pdf) <https://pensando.io/wp-content/uploads/2…
13 Please visit the Pensando web site at https://pensando.io for more information.
14 The `Documents <https://pensando.io/documents/>`_ page contains Product Briefs and other product in…
H A Dnfb.rst133 io packet forwarding - CRC stripping disabled - packets/burst=32
H A Dcnxk.rst87io packet forwarding - ports=1 - cores=1 - streams=1 - NUMA support enabled, MP allocation mode: n…
91 io packet forwarding packets/burst=32
H A Dmemif.rst243 For information on how to get and run VPP please see `<https://wiki.fd.io/view/VPP>`_.
H A Dpcap_ring.rst239 io packet forwarding - CRC stripping disabled - packets/burst=16
H A Dintel_vf.rst44 …<http://www.intel.com/content/www/us/en/pci-express/pci-sig-single-root-io-virtualization-support-…
/dpdk/drivers/net/mlx5/linux/
H A Dmlx5_socket.c40 struct iovec io = { in mlx5_pmd_socket_handle() local
45 .msg_iov = &io, in mlx5_pmd_socket_handle()
118 msg.msg_iov = &io; in mlx5_pmd_socket_handle()
121 io.iov_len = sizeof(struct mlx5_flow_dump_ack); in mlx5_pmd_socket_handle()
122 io.iov_base = dump_ack; in mlx5_pmd_socket_handle()
/dpdk/drivers/net/virtio/
H A Dvirtio_pci.h119 struct rte_pci_ioport io; member
125 #define VTPCI_IO(hw) (&virtio_pci_internal[(hw)->port_id].io)
/dpdk/drivers/crypto/virtio/
H A Dvirtio_pci.h202 struct rte_pci_ioport io; member
206 #define VTPCI_IO(hw) (&crypto_virtio_hw_internal[(hw)->dev_id].io)
/dpdk/lib/pipeline/
H A Drte_swx_pipeline_internal.h568 } io; member
672 struct instr_io io; member
1519 METADATA_WRITE(t, ip->io.io.offset, ip->io.io.n_bits, p->port_id); in __instr_rx_exec()
1602 uint64_t port_id = METADATA_READ(t, ip->io.io.offset, ip->io.io.n_bits); in __instr_tx_exec()
1620 uint64_t port_id = ip->io.io.val; in __instr_tx_i_exec()
1672 uint32_t n_bytes = ip->io.hdr.n_bytes[i]; in __instr_hdr_extract_many_exec()
1786 uint32_t n_bytes_last = METADATA_READ(t, ip->io.io.offset, ip->io.io.n_bits); in __instr_hdr_extract_m_exec()
1787 uint32_t header_id = ip->io.hdr.header_id[0]; in __instr_hdr_extract_m_exec()
1788 uint32_t struct_id = ip->io.hdr.struct_id[0]; in __instr_hdr_extract_m_exec()
1789 uint32_t n_bytes = ip->io.hdr.n_bytes[0]; in __instr_hdr_extract_m_exec()
[all …]
H A Drte_swx_pipeline.c1563 instr->io.io.offset = f->offset / 8; in instr_rx_translate()
1564 instr->io.io.n_bits = f->n_bits; in instr_rx_translate()
1588 instr->io.io.offset = f->offset / 8; in instr_tx_translate()
1589 instr->io.io.n_bits = f->n_bits; in instr_tx_translate()
1598 instr->io.io.val = port_val; in instr_tx_translate()
1693 instr->io.io.n_bits = mf->n_bits; in instr_hdr_extract_translate()
6266 instr[0].io.io.offset = instr[i].io.io.offset; in instr_pattern_emit_many_tx_replace()
6267 instr[0].io.io.n_bits = instr[i].io.io.n_bits; in instr_pattern_emit_many_tx_replace()
10294 instr->io.io.offset, in instr_io_export()
10295 instr->io.io.n_bits); in instr_io_export()
[all …]
/dpdk/doc/guides/linux_gsg/
H A Denable_func.rst60 * The userspace-io device files in ``/dev``, for example, ``/dev/uio0``, ``/dev/uio1``, and so …
62 * The userspace-io sysfs config and resource files, for example for ``uio0``::
/dpdk/doc/guides/freebsd_gsg/
H A Dbuild_sample_apps.rst111 * The userspace-io device files in ``/dev``, for example, ``/dev/uio0``, ``/dev/uio1``, and so on
/dpdk/doc/guides/contributing/
H A Dvulnerability.rst320 * `fd.io Vulnerability Management
321 <https://wiki.fd.io/view/TSC:Vulnerability_Management>`_
/dpdk/doc/guides/sample_app_ug/
H A Dvhost.rst22 default forwarding mode (io forward), those packets will be put into
/dpdk/doc/guides/howto/
H A Dpvp_reference_benchmark.rst129 --nb-cores=4 --forward-mode=io
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst249 io (the default)
H A Dtestpmd_funcs.rst303 io packet forwarding - CRC stripping disabled - packets/burst=16
316 testpmd> set fwd (io|mac|macswap|flowgen| \
323 * ``io``: Forwards packets "as-is" in I/O mode.
374 Example for the io forwarding engine, with some packet drops on the tx side::
895 io packet forwarding - ports=2 - cores=2 - streams=2 - NUMA support disabled
919 io packet forwarding - ports=4 - cores=1 - streams=4
/dpdk/doc/guides/rel_notes/
H A Drelease_2_1.rst493 Closing the ``/dev/io`` fd caused a SIGBUS in inb/outb instructions as the
/dpdk/
H A DMAINTAINERS884 M: Andrew Boyer <aboyer@pensando.io>