Message ID | 20171214180309.14480-1-salil.mehta@huawei.com |
---|---|
Headers | show |
Series | Hisilicon Network Subsystem 3 VF Ethernet Driver | expand |
Salil, On Thu, Dec 14, 2017 at 7:03 PM, Salil Mehta <salil.mehta@huawei.com> wrote: > This patch-set contains the support of the HNS3 (Hisilicon Network Subsystem 3) > Virtual Function Ethernet driver for hip08 family of SoCs. The Physical Function > driver is already part of the Linux mainline. > > This VF driver has its Hardware Compatibility Layer and has commom/unified ENET > layer/client/ethtool code with the PF driver. It also has support of mailbox to > communicate with the HNS3 PF driver. The basic architecture of VF driver is > derivative of the PF driver. Just like PF driver, this driver is also PCI > Express based. > <snip> > Change Log Summary: > Patch V4: Addressed SPDX related comment by Philippe Ombredanne > Patch V3: Addressed SPDX change requested by Philippe Ombredanne Thank you. For the use of SPDX tags (and this only!) you have my cheerful ack for the whole patch set. Acked-by: Philippe Ombredanne <pombredanne@nexb.com> -- Cordially Philippe Ombredanne
From: Philippe Ombredanne <pombredanne@nexb.com> Date: Fri, 15 Dec 2017 11:28:15 +0100 > Salil, > > On Thu, Dec 14, 2017 at 7:03 PM, Salil Mehta <salil.mehta@huawei.com> wrote: >> This patch-set contains the support of the HNS3 (Hisilicon Network Subsystem 3) >> Virtual Function Ethernet driver for hip08 family of SoCs. The Physical Function >> driver is already part of the Linux mainline. >> >> This VF driver has its Hardware Compatibility Layer and has commom/unified ENET >> layer/client/ethtool code with the PF driver. It also has support of mailbox to >> communicate with the HNS3 PF driver. The basic architecture of VF driver is >> derivative of the PF driver. Just like PF driver, this driver is also PCI >> Express based. >> > <snip> > >> Change Log Summary: >> Patch V4: Addressed SPDX related comment by Philippe Ombredanne >> Patch V3: Addressed SPDX change requested by Philippe Ombredanne > > Thank you. > > For the use of SPDX tags (and this only!) you have my cheerful ack for > the whole patch set. > > Acked-by: Philippe Ombredanne <pombredanne@nexb.com> Series applied.