[RFC PATCH v4 16/27] qedn: Add qedn - Marvell's NVMeTCP HW offload vendor driver
Shai Malin
malin1024 at gmail.com
Tue May 4 17:52:18 BST 2021
On 5/2/21 2:27 PM, Hannes Reinecke wrote:
> On 4/29/21 9:09 PM, Shai Malin wrote:
> > This patch will present the skeleton of the qedn driver.
> > The new driver will be added under "drivers/nvme/hw/qedn" and will be
> > enabled by the Kconfig "Marvell NVM Express over Fabrics TCP offload".
> >
> > The internal implementation:
> > - qedn.h:
> > Includes all common structs to be used by the qedn vendor driver.
> >
> > - qedn_main.c
> > Includes the qedn_init and qedn_cleanup implementation.
> > As part of the qedn init, the driver will register as a pci device and
> > will work with the Marvell fastlinQ NICs.
> > As part of the probe, the driver will register to the nvme_tcp_offload
> > (ULP).
> >
> > Acked-by: Igor Russkikh <irusskikh at marvell.com>
> > Signed-off-by: Arie Gershberg <agershberg at marvell.com>
> > Signed-off-by: Prabhakar Kushwaha <pkushwaha at marvell.com>
> > Signed-off-by: Omkar Kulkarni <okulkarni at marvell.com>
> > Signed-off-by: Michal Kalderon <mkalderon at marvell.com>
> > Signed-off-by: Ariel Elior <aelior at marvell.com>
> > Signed-off-by: Shai Malin <smalin at marvell.com>
> > ---
> > MAINTAINERS | 10 ++
> > drivers/nvme/Kconfig | 1 +
> > drivers/nvme/Makefile | 1 +
> > drivers/nvme/hw/Kconfig | 8 ++
> > drivers/nvme/hw/Makefile | 3 +
> > drivers/nvme/hw/qedn/Makefile | 5 +
> > drivers/nvme/hw/qedn/qedn.h | 19 +++
> > drivers/nvme/hw/qedn/qedn_main.c | 201 +++++++++++++++++++++++++++++++
> > 8 files changed, 248 insertions(+)
> > create mode 100644 drivers/nvme/hw/Kconfig
> > create mode 100644 drivers/nvme/hw/Makefile
> > create mode 100644 drivers/nvme/hw/qedn/Makefile
> > create mode 100644 drivers/nvme/hw/qedn/qedn.h
> > create mode 100644 drivers/nvme/hw/qedn/qedn_main.c
> > Reviewed-by: Hannes Reinecke <hare at suse.de>
Thanks.
>
> Cheers,
>
> Hannes
> --
> Dr. Hannes Reinecke Kernel Storage Architect
> hare at suse.de +49 911 74053 688
> SUSE Software Solutions GmbH, Maxfeldstr. 5, 90409 Nürnberg
> HRB 36809 (AG Nürnberg), Geschäftsführer: Felix Imendörffer
More information about the Linux-nvme
mailing list