numam-dpdk/doc/guides/nics/ionic.rst
Ciara Power 68d99d00ae doc: remove references to make from NICs guide
Make is no longer supported for compiling DPDK, references are now
removed in the documentation.

Signed-off-by: Ciara Power <ciara.power@intel.com>
Reviewed-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Igor Russkikh <irusskikh@marvell.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Reviewed-by: Harman Kalra <hkalra@marvell.com>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Hyong Youb Kim <hyonkim@cisco.com>
2020-10-22 22:54:05 +02:00

34 lines
1017 B
ReStructuredText

.. SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
IONIC Driver
============
The ionic driver provides support for Pensando server adapters.
It currently supports the below models:
- `Naples DSC-25 <https://pensando.io/assets/documents/Naples-25_ProductBrief_10-2019.pdf>`_
- `Naples DSC-100 <https://pensando.io/assets/documents/Naples_100_ProductBrief-10-2019.pdf>`_
Please visit https://pensando.io for more information.
Identifying the Adapter
-----------------------
To find if one or more Pensando PCI Ethernet devices are installed
on the host, check for the PCI devices:
.. code-block:: console
lspci -d 1dd8:
b5:00.0 Ethernet controller: Device 1dd8:1002
b6:00.0 Ethernet controller: Device 1dd8:1002
Building DPDK
-------------
The ionic PMD driver supports UIO and VFIO, please refer to the
:ref:`DPDK documentation that comes with the DPDK suite <linux_gsg>`
for instructions on how to build DPDK.