netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Leon Romanovsky <leon@kernel.org>
To: Veerasenareddy Burru <vburru@marvell.com>
Cc: davem@davemloft.net, kuba@kernel.org, corbet@lwn.net,
	netdev@vger.kernel.org, linux-doc@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	Abhijit Ayarekar <aayarekar@marvell.com>,
	Satananda Burla <sburla@marvell.com>
Subject: Re: [net-next PATCH v5 1/7] octeon_ep: Add driver framework and device initialization
Date: Wed, 13 Apr 2022 12:51:21 +0300	[thread overview]
Message-ID: <YladGTmon1x3dfxI@unreal> (raw)
In-Reply-To: <20220413033503.3962-2-vburru@marvell.com>

On Tue, Apr 12, 2022 at 08:34:57PM -0700, Veerasenareddy Burru wrote:
> Add driver framework and device setup and initialization for Octeon
> PCI Endpoint NIC.
> 
> Add implementation to load module, initilaize, register network device,
> cleanup and unload module.
> 
> Signed-off-by: Veerasenareddy Burru <vburru@marvell.com>
> Signed-off-by: Abhijit Ayarekar <aayarekar@marvell.com>
> Signed-off-by: Satananda Burla <sburla@marvell.com>

<...>

> +static struct workqueue_struct *octep_wq;
> +
> +/* Supported Devices */
> +static const struct pci_device_id octep_pci_id_tbl[] = {
> +	{PCI_DEVICE(PCI_VENDOR_ID_CAVIUM, OCTEP_PCI_DEVICE_ID_CN93_PF)},
> +	{0, },
> +};
> +MODULE_DEVICE_TABLE(pci, octep_pci_id_tbl);
> +
> +MODULE_AUTHOR("Veerasenareddy Burru <vburru@marvell.com>");
> +MODULE_DESCRIPTION(OCTEP_DRV_STRING);
> +MODULE_LICENSE("GPL");
> +MODULE_VERSION(OCTEP_DRV_VERSION_STR);

No module and/or driver versions in new code.

Thanks

  parent reply	other threads:[~2022-04-13  9:51 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-13  3:34 [net-next PATCH v5 0/7] Add octeon_ep driver Veerasenareddy Burru
2022-04-13  3:34 ` [net-next PATCH v5 1/7] octeon_ep: Add driver framework and device initialization Veerasenareddy Burru
2022-04-13  8:53   ` Bagas Sanjaya
2022-04-13  9:51   ` Leon Romanovsky [this message]
2022-04-13  3:34 ` [net-next PATCH v5 2/7] octeon_ep: add hardware configuration APIs Veerasenareddy Burru
2022-04-13  3:34 ` [net-next PATCH v5 3/7] octeon_ep: Add mailbox for control commands Veerasenareddy Burru
2022-04-13  3:35 ` [net-next PATCH v5 4/7] octeon_ep: add Tx/Rx ring resource setup and cleanup Veerasenareddy Burru
2022-04-13  3:35 ` [net-next PATCH v5 5/7] octeon_ep: add support for ndo ops Veerasenareddy Burru
2022-04-13  3:35 ` [net-next PATCH v5 6/7] octeon_ep: add Tx/Rx processing and interrupt support Veerasenareddy Burru
2022-04-13  3:35 ` [net-next PATCH v5 7/7] octeon_ep: add ethtool support for Octeon PCI Endpoint NIC Veerasenareddy Burru
2022-04-13 12:00 ` [net-next PATCH v5 0/7] Add octeon_ep driver patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YladGTmon1x3dfxI@unreal \
    --to=leon@kernel.org \
    --cc=aayarekar@marvell.com \
    --cc=corbet@lwn.net \
    --cc=davem@davemloft.net \
    --cc=kuba@kernel.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sburla@marvell.com \
    --cc=vburru@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).