lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Thu, 10 Nov 2022 09:47:52 +0700
From:   Bagas Sanjaya <bagasdotme@...il.com>
To:     Veerasenareddy Burru <vburru@...vell.com>
Cc:     netdev@...r.kernel.org, linux-kernel@...r.kernel.org,
        lironh@...vell.com, aayarekar@...vell.com, sedara@...vell.com,
        sburla@...vell.com, linux-doc@...r.kernel.org,
        "David S. Miller" <davem@...emloft.net>,
        Eric Dumazet <edumazet@...gle.com>,
        Jakub Kicinski <kuba@...nel.org>,
        Paolo Abeni <pabeni@...hat.com>,
        Jonathan Corbet <corbet@....net>, Andrew Lunn <andrew@...n.ch>,
        Lorenzo Bianconi <lorenzo@...nel.org>
Subject: Re: [PATCH net-next 1/8] octeon_ep_vf: Add driver framework and
 device initialization

On Tue, Nov 08, 2022 at 12:41:52PM -0800, Veerasenareddy Burru wrote:
> Add driver framework and device setup and initialization for Octeon
> PCI Endpoint NIC VF.
> 
> Add implementation to load module, initilaize, register network device,
> cleanup and unload module.
>

s/initilaize/initialize/

> diff --git a/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep_vf.rst b/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep_vf.rst
> new file mode 100644
> index 000000000000..258229610f3e
> --- /dev/null
> +++ b/Documentation/networking/device_drivers/ethernet/marvell/octeon_ep_vf.rst
> @@ -0,0 +1,19 @@
> +.. SPDX-License-Identifier: GPL-2.0+
> +
> +=======================================================================
> +Linux kernel networking driver for Marvell's Octeon PCI Endpoint NIC VF
> +=======================================================================
> +
> +Network driver for Marvell's Octeon PCI EndPoint NIC VF.
> +Copyright (c) 2020 Marvell International Ltd.
> +
> +Overview
> +========
> +This driver implements networking functionality of Marvell's Octeon PCI
> +EndPoint NIC VF.
> +
> +Supported Devices
> +=================
> +Currently, this driver support following devices:
> + * Network controller: Cavium, Inc. Device b203
> + * Network controller: Cavium, Inc. Device b403

As kernel test robot has reported [1], you need to add the doc to toctree
(index):

---- >8 ----

diff --git a/Documentation/networking/device_drivers/ethernet/index.rst b/Documentation/networking/device_drivers/ethernet/index.rst
index 5196905582c5b3..ccb7baf83b0ad9 100644
--- a/Documentation/networking/device_drivers/ethernet/index.rst
+++ b/Documentation/networking/device_drivers/ethernet/index.rst
@@ -39,6 +39,7 @@ Contents:
    intel/ice
    marvell/octeontx2
    marvell/octeon_ep
+   marvell/octeon_ep_vf
    mellanox/mlx5
    microsoft/netvsc
    neterion/s2io

Thanks.

[1] https://lore.kernel.org/linux-doc/202211092349.9UIWX9cD-lkp@intel.com/

-- 
An old man doll... just what I always wanted! - Clara

Download attachment "signature.asc" of type "application/pgp-signature" (229 bytes)

Powered by blists - more mailing lists