From: Leon Romanovsky <leon@kernel.org>
To: Salil Mehta <salil.mehta@huawei.com>
Cc: davem@davemloft.net, yisen.zhuang@huawei.com,
huangdaode@hisilicon.com, lipeng321@huawei.com,
mehta.salil.lnk@gmail.com, netdev@vger.kernel.org,
linux-kernel@vger.kernel.org, linuxarm@huawei.com
Subject: Re: [PATCH V3 net-next 0/8] Hisilicon Network Subsystem 3 Ethernet Driver
Date: Sun, 18 Jun 2017 09:07:36 +0300 [thread overview]
Message-ID: <20170618060736.GH17846@mtr-leonro.local> (raw)
In-Reply-To: <20170617172431.177044-1-salil.mehta@huawei.com>
[-- Attachment #1: Type: text/plain, Size: 2345 bytes --]
On Sat, Jun 17, 2017 at 06:24:23PM +0100, Salil Mehta wrote:
> This patch-set contains the support of the HNS3 (Hisilicon Network Subsystem 3)
> Ethernet driver for hip08 family of SoCs and future upcoming SoCs.
>
> Hisilicon's new hip08 SoCs have integrated ethernet based on PCI Express and
> hence there was a need of new driver over the previous HNS driver which is
> already part of the Linux mainline. This new driver is NOT backward
> compatible with HNS.
>
> This current driver is meant to control the Physical Function and there would
> soon be a support of a separate driver for Virtual Function once this base PF
> driver has been accepted. Also, this driver is the ongoing development work and
> HNS3 Ethernet driver would be incrementally enhanced with more new features.
>
> High Level Architecture:
>
> [ Ethtool ]
> ^ |
> | |
> [Ethernet Client] [RoCE Client] . . . [ Ethernet Client ]
> --------------------------------------------- |
> | |
> [ HNAE3 Framework (Register/unregister) ] |
> | |
> --------------------------------------------- |
> [ HNAE Device ] |
> | |
> [ HCLGE Layer] |
> ________________|_________________ |
> | | | |
> [ MDIO ] [ Scheduler/Shaper ] [ Debugfs ] |
> | | | |
> |________________|_________________| |
> | |
> [ IMP command Interface ] |
> --------------------------------------------- |
> HIP08 H A R D W A R E *
>
>
> Current patch-set broadly adds the support of the following PF functionality:
> 1. Basic Rx and Tx functionality
> 2. TSO support
> 3. Ethtool support
> 4. HNAE framework and hardware compatability layer
> 5. Scheduler and Shaper support in transmit function
> 6. MDIO support
> 7. kernel build supporrt, Makefiles, Kconfig etc.
Since it is RoCE too, it will be handy to CC: linux-rdma@ for this too.
Thanks
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
prev parent reply other threads:[~2017-06-18 6:07 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-17 17:24 [PATCH V3 net-next 0/8] Hisilicon Network Subsystem 3 Ethernet Driver Salil Mehta
2017-06-17 17:24 ` [PATCH V3 net-next 1/8] net: hns3: Add support of HNS3 Ethernet Driver for hip08 SoC Salil Mehta
2017-06-17 17:54 ` Andrew Lunn
2017-07-22 23:17 ` Salil Mehta
2017-06-17 19:41 ` Andrew Lunn
2017-06-19 0:18 ` Bo Yu
2017-07-22 23:34 ` Salil Mehta
2017-06-19 0:57 ` Bo Yu
2017-07-22 23:39 ` Salil Mehta
2017-06-17 17:24 ` [PATCH V3 net-next 2/8] net: hns3: Add support of the HNAE3 framework Salil Mehta
2017-06-17 19:45 ` Andrew Lunn
2017-07-22 23:30 ` Salil Mehta
2017-06-18 15:02 ` Andrew Lunn
2017-07-22 23:32 ` Salil Mehta
2017-06-19 0:40 ` Bo Yu
2017-07-22 23:36 ` Salil Mehta
2017-06-19 16:59 ` Stephen Hemminger
2017-07-22 23:58 ` Salil Mehta
2017-06-17 17:24 ` [PATCH V3 net-next 3/8] net: hns3: Add HNS3 IMP(Integrated Mgmt Proc) Cmd Interface Support Salil Mehta
2017-06-17 17:24 ` [PATCH V3 net-next 4/8] net: hns3: Add HNS3 Acceleration Engine & Compatibility Layer Support Salil Mehta
2017-06-17 17:24 ` [PATCH V3 net-next 5/8] net: hns3: Add support of TX Scheduler & Shaper to HNS3 driver Salil Mehta
2017-06-18 16:45 ` Richard Cochran
2017-07-22 23:38 ` Salil Mehta
2017-07-23 6:13 ` Richard Cochran
2017-06-17 17:24 ` [PATCH V3 net-next 6/8] net: hns3: Add MDIO support to HNS3 Ethernet driver for hip08 SoC Salil Mehta
2017-06-19 3:52 ` Andrew Lunn
2017-07-22 23:53 ` Salil Mehta
2017-06-17 17:24 ` [PATCH V3 net-next 7/8] net: hns3: Add Ethtool support to HNS3 driver Salil Mehta
2017-06-17 17:24 ` [PATCH V3 net-next 8/8] net: hns3: Add HNS3 driver to kernel build framework & MAINTAINERS Salil Mehta
2017-06-18 6:07 ` Leon Romanovsky [this message]
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=20170618060736.GH17846@mtr-leonro.local \
--to=leon@kernel.org \
--cc=davem@davemloft.net \
--cc=huangdaode@hisilicon.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxarm@huawei.com \
--cc=lipeng321@huawei.com \
--cc=mehta.salil.lnk@gmail.com \
--cc=netdev@vger.kernel.org \
--cc=salil.mehta@huawei.com \
--cc=yisen.zhuang@huawei.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