2021-01-29 12:45:00 +00:00
|
|
|
.. SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
Copyright(C) 2021 Marvell.
|
|
|
|
|
|
|
|
OCTEON TX EP Poll Mode driver
|
|
|
|
=============================
|
|
|
|
|
2022-08-22 09:10:02 +00:00
|
|
|
The OCTEON TX EP ETHDEV PMD (**librte_pmd_octeon_ep**) provides poll mode
|
2021-12-11 09:04:35 +00:00
|
|
|
ethdev driver support for the virtual functions (VF) of **Marvell OCTEON 9**
|
2022-08-22 09:10:02 +00:00
|
|
|
and **Cavium OCTEON** families of adapters in SR-IOV context.
|
2021-01-29 12:45:00 +00:00
|
|
|
|
|
|
|
More information can be found at `Marvell Official Website
|
|
|
|
<https://www.marvell.com/content/dam/marvell/en/public-collateral/embedded-processors/marvell-liquidio-III-solutions-brief.pdf>`_.
|
|
|
|
|
|
|
|
|
|
|
|
Prerequisites
|
|
|
|
-------------
|
|
|
|
|
|
|
|
This driver relies on external kernel PF driver for resources allocations
|
|
|
|
and initialization. The following dependencies are not part of DPDK and
|
|
|
|
must be installed separately:
|
|
|
|
|
|
|
|
- **Kernel module**
|
|
|
|
This module, octeon_drv, drives the physical function, initializes hardware,
|
|
|
|
allocates resources such as number of VFs, input/output queues for itself and
|
|
|
|
the number of i/o queues each VF can use.
|
|
|
|
|
2021-12-11 09:04:35 +00:00
|
|
|
See :doc:`../platform/cnxk` for SDP interface information which provides PCIe endpoint support for a remote host.
|