net/ionic: update documentation and copyrights
Pensando Systems has been acquired by AMD. Update all copyright strings and email addresses. Signed-off-by: Andrew Boyer <andrew.boyer@amd.com>
This commit is contained in:
parent
26cc5dc29a
commit
a5205992d9
12
MAINTAINERS
12
MAINTAINERS
@ -630,6 +630,12 @@ F: drivers/net/axgbe/
|
|||||||
F: doc/guides/nics/axgbe.rst
|
F: doc/guides/nics/axgbe.rst
|
||||||
F: doc/guides/nics/features/axgbe.ini
|
F: doc/guides/nics/features/axgbe.ini
|
||||||
|
|
||||||
|
AMD Pensando ionic
|
||||||
|
M: Andrew Boyer <andrew.boyer@amd.com>
|
||||||
|
F: drivers/net/ionic/
|
||||||
|
F: doc/guides/nics/ionic.rst
|
||||||
|
F: doc/guides/nics/features/ionic.ini
|
||||||
|
|
||||||
Marvell/Aquantia atlantic
|
Marvell/Aquantia atlantic
|
||||||
M: Igor Russkikh <irusskikh@marvell.com>
|
M: Igor Russkikh <irusskikh@marvell.com>
|
||||||
T: git://dpdk.org/next/dpdk-next-net-mrvl
|
T: git://dpdk.org/next/dpdk-next-net-mrvl
|
||||||
@ -895,12 +901,6 @@ F: doc/guides/nics/pfe.rst
|
|||||||
F: drivers/net/pfe/
|
F: drivers/net/pfe/
|
||||||
F: doc/guides/nics/features/pfe.ini
|
F: doc/guides/nics/features/pfe.ini
|
||||||
|
|
||||||
Pensando ionic
|
|
||||||
M: Andrew Boyer <aboyer@pensando.io>
|
|
||||||
F: drivers/net/ionic/
|
|
||||||
F: doc/guides/nics/ionic.rst
|
|
||||||
F: doc/guides/nics/features/ionic.ini
|
|
||||||
|
|
||||||
Marvell QLogic bnx2x
|
Marvell QLogic bnx2x
|
||||||
M: Rasesh Mody <rmody@marvell.com>
|
M: Rasesh Mody <rmody@marvell.com>
|
||||||
M: Shahed Shaikh <shshaikh@marvell.com>
|
M: Shahed Shaikh <shshaikh@marvell.com>
|
||||||
|
@ -1,22 +1,21 @@
|
|||||||
.. SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
.. SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
Copyright(c) 2018-2020 Pensando Systems, Inc. All rights reserved.
|
Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
|
|
||||||
IONIC Driver
|
IONIC Driver
|
||||||
============
|
============
|
||||||
|
|
||||||
The ionic driver provides support for Pensando server adapters.
|
The ionic driver provides support for AMD Pensando server adapters.
|
||||||
It currently supports the below models:
|
It currently supports the below models:
|
||||||
|
|
||||||
- DSC-25 dual-port 25G Distributed Services Card `(pdf) <https://pensando.io/wp-content/uploads/2020/03/Pensando-DSC-25-Product-Brief.pdf>`__
|
- DSC-25 dual-port 25G Distributed Services Card `(pdf) <https://pensandoio.secure.force.com/DownloadFile?id=a0L4T000004IKurUAG>`__
|
||||||
- DSC-100 dual-port 100G Distributed Services Card `(pdf) <https://pensando.io/wp-content/uploads/2020/03/Pensando-DSC-100-Product-Brief.pdf>`__
|
- DSC-100 dual-port 100G Distributed Services Card `(pdf) <https://pensandoio.secure.force.com/DownloadFile?id=a0L4T000004IKuwUAG>`__
|
||||||
|
|
||||||
Please visit the Pensando web site at https://pensando.io for more information.
|
Please visit the AMD Pensando web site at https://www.amd.com/en/accelerators/pensando for more information.
|
||||||
The `Documents <https://pensando.io/documents/>`_ page contains Product Briefs and other product information.
|
|
||||||
|
|
||||||
Identifying the Adapter
|
Identifying the Adapter
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
To determine if one or more Pensando DSC Ethernet devices are installed
|
To determine if one or more AMD Pensando DSC Ethernet devices are installed
|
||||||
on the host, check for the PCI devices:
|
on the host, check for the PCI devices:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
@ -30,7 +29,7 @@ Firmware Support
|
|||||||
|
|
||||||
The ionic PMD requires firmware which supports 16 segment transmit SGLs.
|
The ionic PMD requires firmware which supports 16 segment transmit SGLs.
|
||||||
This support was added prior to version 1.0. For help upgrading older versions,
|
This support was added prior to version 1.0. For help upgrading older versions,
|
||||||
please contact Pensando support.
|
please contact AMD Pensando support.
|
||||||
|
|
||||||
Building DPDK
|
Building DPDK
|
||||||
-------------
|
-------------
|
||||||
|
@ -135,6 +135,10 @@ New Features
|
|||||||
|
|
||||||
* Made compatible with libbpf v0.8.0 (when used with libxdp).
|
* Made compatible with libbpf v0.8.0 (when used with libxdp).
|
||||||
|
|
||||||
|
* **Updated AMD Pensando ionic driver.**
|
||||||
|
|
||||||
|
* Updated to reflect that Pensando has been acquired by AMD.
|
||||||
|
|
||||||
* **Updated Intel iavf driver.**
|
* **Updated Intel iavf driver.**
|
||||||
|
|
||||||
* Added flow subscription support.
|
* Added flow subscription support.
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_H_
|
#ifndef _IONIC_H_
|
||||||
@ -15,7 +15,7 @@
|
|||||||
#include "ionic_osdep.h"
|
#include "ionic_osdep.h"
|
||||||
|
|
||||||
#define IONIC_DRV_NAME "ionic"
|
#define IONIC_DRV_NAME "ionic"
|
||||||
#define IONIC_DRV_DESCRIPTION "Pensando Ethernet NIC Driver"
|
#define IONIC_DRV_DESCRIPTION "AMD Pensando Ethernet NIC Driver"
|
||||||
#define IONIC_DRV_VERSION "0.11.0-49"
|
#define IONIC_DRV_VERSION "0.11.0-49"
|
||||||
|
|
||||||
/* Vendor ID */
|
/* Vendor ID */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_DEV_H_
|
#ifndef _IONIC_DEV_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rte_pci.h>
|
#include <rte_pci.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_ETHDEV_H_
|
#ifndef _IONIC_ETHDEV_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB OR BSD-3-Clause */
|
/* SPDX-License-Identifier: GPL-2.0 OR Linux-OpenIB OR BSD-3-Clause */
|
||||||
/* Copyright (c) 2017-2020 Pensando Systems, Inc. All rights reserved. */
|
/* Copyright 2017-2022 Advanced Micro Devices, Inc. */
|
||||||
|
|
||||||
#ifndef _IONIC_IF_H_
|
#ifndef _IONIC_IF_H_
|
||||||
#define _IONIC_IF_H_
|
#define _IONIC_IF_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <rte_malloc.h>
|
#include <rte_malloc.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_LIF_H_
|
#ifndef _IONIC_LIF_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_LOGS_H_
|
#ifndef _IONIC_LOGS_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_API_H_
|
#ifndef _IONIC_API_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_OSDEP_
|
#ifndef _IONIC_OSDEP_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_REGS_H_
|
#ifndef _IONIC_REGS_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_RX_FILTER_H_
|
#ifndef _IONIC_RX_FILTER_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <sys/queue.h>
|
#include <sys/queue.h>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
/* SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
* Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
|
* Copyright 2018-2022 Advanced Micro Devices, Inc.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _IONIC_RXTX_H_
|
#ifndef _IONIC_RXTX_H_
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
# SPDX-License-Identifier: (BSD-3-Clause OR GPL-2.0)
|
||||||
# Copyright(c) 2019 Pensando
|
# Copyright 2019-2022 Advanced Micro Devices, Inc.
|
||||||
|
|
||||||
if is_windows
|
if is_windows
|
||||||
build = false
|
build = false
|
||||||
|
Loading…
Reference in New Issue
Block a user