Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1718236
| From | Arnd Bergmann <arnd@arndb.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver |
| Date | 2017-08-23 12:40 +0200 |
| Message-ID | <uhBeO-7MM-23@gated-at.bofh.it> (permalink) |
| References | <ugXhn-6fz-1@gated-at.bofh.it> <uhyqE-62f-69@gated-at.bofh.it> <uhAiK-7e1-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Aug 23, 2017 at 11:31 AM, Aviad Krawczyk
<aviad.krawczyk@huawei.com> wrote:
> Hi Arnd,
>
> This is Huawei's PCIE HiNIC card.
>
> I am not familiar with the HiSilicon product and I don't see how
> Huawei's PCIE HiNIC card is connected to the HiSilicon drivers on Linux Tree.
>
> I don't see how it can be shared: different product and different code.
Sharing code was just a wild thought of mine, as I said I had not looked at
whether there is anything that can be shared.
However, simply moving drivers/net/ethernet/huawei/hinic to
drivers/net/ethernet/hisilicon/hinic/ still seems to be the right thing and
is a trivial patch.
It's clear that hinic is made by HiSilicon and that hns/hns3 are used
exclusively in Huawei, and maintained by Huawei developers, so it's
probably just a matter of time before the IP block from the SoC makes
it into a future PCI device or vice versa. Merging the two directories
now makes this easier to handle in the future and (slightly) reduces
the clutter in the top-level drivers/net/ethernet/Kconfig file.
Arnd
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 16/22] net-next/hinic: Add cmdq commands Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 22/22] net-next/hinic: Add Maintainer Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 02/22] net-next/hinic: Initialize hw device components Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 19/22] net-next/hinic: Add Tx operation Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 20/22] net-next/hinic: Add ethtool and stats Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 11/22] net-next/hinic: Add wq Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 21/22] net-next/hinic: Add netpoll Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:00 +0200
[PATCH V8 net-next 17/22] net-next/hinic: Add cmdq completion handler Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:10 +0200
[PATCH V8 net-next 10/22] net-next/hinic: Add logical Txq and Rxq Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:10 +0200
[PATCH V8 net-next 14/22] net-next/hinic: Initialize cmdq Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:10 +0200
[PATCH V8 net-next 13/22] net-next/hinic: Set qp context Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:10 +0200
[PATCH V8 net-next 12/22] net-next/hinic: Add qp resources Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:10 +0200
[PATCH V8 net-next 15/22] net-next/hinic: Add ceqs Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:10 +0200
[PATCH V8 net-next 04/22] net-next/hinic: Initialize api cmd hw Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
[PATCH V8 net-next 06/22] net-next/hinic: Add api cmd commands Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
[PATCH V8 net-next 08/22] net-next/hinic: Add port management commands Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
[PATCH V8 net-next 01/22] net-next/hinic: Initialize hw interface Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
[PATCH V8 net-next 05/22] net-next/hinic: Add management messages Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
[PATCH V8 net-next 07/22] net-next/hinic: Add aeqs Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
[PATCH V8 net-next 03/22] net-next/hinic: Initialize api cmd resources Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
[PATCH V8 net-next 09/22] net-next/hinic: Add Rx mode and link event handler Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-21 18:20 +0200
Re: [PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver David Miller <davem@davemloft.net> - 2017-08-22 20:00 +0200
Re: [PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-23 11:20 +0200
Re: [PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver Arnd Bergmann <arnd@arndb.de> - 2017-08-23 09:40 +0200
Re: [PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-23 11:40 +0200
Re: [PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver Arnd Bergmann <arnd@arndb.de> - 2017-08-23 12:40 +0200
Re: [PATCH V8 net-next 00/22] Huawei HiNIC Ethernet Driver Aviad Krawczyk <aviad.krawczyk@huawei.com> - 2017-08-23 12:50 +0200
csiph-web