mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: Aviad Krawczyk <aviad.krawczyk@huawei.com>, davem@davemloft.net
Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org,
	bc.y@huawei.com, victor.gissin@huawei.com, zhaochen6@huawei.com,
	tony.qu@huawei.com
Subject: Re: [PATCH V6 21/21] net-next/hinic: Add netpoll
Date: Thu, 17 Aug 2017 15:57:15 +0300	[thread overview]
Message-ID: <183ebd9b-4468-1adb-b366-a068aec907ae@cogentembedded.com> (raw)
In-Reply-To: <cae481edc7c9217cc61dbeb1f7eb642ba7a9dbfc.1502972069.git.aviad.krawczyk@huawei.com>

Hello.

On 08/17/2017 03:25 PM, Aviad Krawczyk wrote:

> Add more netdev operation - netpoll.
> 
> Signed-off-by: Aviad Krawczyk <aviad.krawczyk@huawei.com>
> Signed-off-by: Zhao Chen <zhaochen6@huawei.com>
> ---
>   MAINTAINERS                                    |  7 +++++++
>   drivers/net/ethernet/huawei/hinic/hinic_main.c | 20 ++++++++++++++++++++
>   2 files changed, 27 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0e967b3..8f9ea9b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -6240,6 +6240,13 @@ L:	linux-input@vger.kernel.org
>   S:	Maintained
>   F:	drivers/input/touchscreen/htcpen.c
>   
> +HUAWEI ETHERNET DRIVER
> +M:	Aviad Krawczyk <aviad.krawczyk@huawei.com>
> +L:	netdev@vger.kernel.org
> +S:	Supported
> +F:	Documentation/networking/hinic.txt
> +F:	drivers/net/ethernet/huawei/hinic/
> +

    Sorry for not asking this question before: how is the new MAINTAINERS 
record related to the netpoll support? This should be in a separate patch.

[...]

MBR, Sergei

  reply	other threads:[~2017-08-17 12:57 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-17 12:25 [PATCH V6 00/21] Huawei HiNIC Ethernet Driver Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 01/21] net-next/hinic: Initialize hw interface Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 02/21] net-next/hinic: Initialize hw device components Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 03/21] net-next/hinic: Initialize api cmd resources Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 04/21] net-next/hinic: Initialize api cmd hw Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 05/21] net-next/hinic: Add management messages Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 06/21] net-next/hinic: Add api cmd commands Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 07/21] net-next/hinic: Add aeqs Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 08/21] net-next/hinic: Add port management commands Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 09/21] net-next/hinic: Add Rx mode and link event handler Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 10/21] net-next/hinic: Add logical Txq and Rxq Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 11/21] net-next/hinic: Add wq Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 12/21] net-next/hinic: Add qp resources Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 13/21] net-next/hinic: Set qp context Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 14/21] net-next/hinic: Initialize cmdq Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 15/21] net-next/hinic: Add ceqs Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 16/21] net-next/hinic: Add cmdq commands Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 17/21] net-next/hinic: Add cmdq completion handler Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 18/21] net-next/hinic: Add Rx handler Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 19/21] net-next/hinic: Add Tx operation Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 20/21] net-next/hinic: Add ethtool and stats Aviad Krawczyk
2017-08-17 12:25 ` [PATCH V6 21/21] net-next/hinic: Add netpoll Aviad Krawczyk
2017-08-17 12:57   ` Sergei Shtylyov [this message]
2017-08-17 12:59     ` Aviad Krawczyk

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=183ebd9b-4468-1adb-b366-a068aec907ae@cogentembedded.com \
    --to=sergei.shtylyov@cogentembedded.com \
    --cc=aviad.krawczyk@huawei.com \
    --cc=bc.y@huawei.com \
    --cc=davem@davemloft.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=tony.qu@huawei.com \
    --cc=victor.gissin@huawei.com \
    --cc=zhaochen6@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

Powered by JetHome