From: huangdaode@hisilicon.com (Daode Huang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH net 0/6]net: hns: hns driver updates
Date: Fri, 4 Mar 2016 08:55:04 +0800 [thread overview]
Message-ID: <56D8DCE8.2020707@hisilicon.com> (raw)
In-Reply-To: <1457053798-93513-1-git-send-email-huangdaode@hisilicon.com>
sorry. please ignore this mail,
i will send out it again.
On 2016/3/4 9:09, Daode Huang wrote:
> Hi David,
> This patch series are hisilicon network driver bug fix.
>
> Best Regards
> Daode.
>
> Daode Huang (5):
> net: hns: bug fix about the overflow of mss
> net: hns: fixes the hw interrupt bug in using napi
> net: hns: fixed portid bug in sending manage pkt
> net: hns: adds uc match for debug port
> net: hns: bug fix of getting hilink status
>
> Lisheng (1):
> net: hns: fixed service-ges setting MAC-addr bug
>
> drivers/net/ethernet/hisilicon/hns/hnae.h | 3 ++
> drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 1 +
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 29 ++++++++++++----
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 39 +++++++++++-----------
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 4 +++
> drivers/net/ethernet/hisilicon/hns/hns_enet.c | 30 +++++++++--------
> 6 files changed, 67 insertions(+), 39 deletions(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Daode Huang <huangdaode@hisilicon.com>
To: <davem@davemloft.net>
Cc: <liguozhu@hisilicon.com>, <Yisen.Zhuang@huawei.com>,
<linux-kernel@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>, <netdev@vger.kernel.org>,
<linuxarm@huawei.com>, <salil.mehta@huawei.com>,
<kenneth-lee-2012@foxmail.com>, <xuwei5@hisilicon.com>,
<lisheng011@huawei.com>, <yankejian@huawei.com>
Subject: Re: [PATCH net 0/6]net: hns: hns driver updates
Date: Fri, 4 Mar 2016 08:55:04 +0800 [thread overview]
Message-ID: <56D8DCE8.2020707@hisilicon.com> (raw)
In-Reply-To: <1457053798-93513-1-git-send-email-huangdaode@hisilicon.com>
sorry. please ignore this mail,
i will send out it again.
On 2016/3/4 9:09, Daode Huang wrote:
> Hi David,
> This patch series are hisilicon network driver bug fix.
>
> Best Regards
> Daode.
>
> Daode Huang (5):
> net: hns: bug fix about the overflow of mss
> net: hns: fixes the hw interrupt bug in using napi
> net: hns: fixed portid bug in sending manage pkt
> net: hns: adds uc match for debug port
> net: hns: bug fix of getting hilink status
>
> Lisheng (1):
> net: hns: fixed service-ges setting MAC-addr bug
>
> drivers/net/ethernet/hisilicon/hns/hnae.h | 3 ++
> drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 1 +
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 29 ++++++++++++----
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c | 39 +++++++++++-----------
> drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 4 +++
> drivers/net/ethernet/hisilicon/hns/hns_enet.c | 30 +++++++++--------
> 6 files changed, 67 insertions(+), 39 deletions(-)
>
next prev parent reply other threads:[~2016-03-04 0:55 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-04 1:09 [PATCH net 0/6]net: hns: hns driver updates Daode Huang
2016-03-04 1:09 ` Daode Huang
2016-03-04 0:55 ` Daode Huang [this message]
2016-03-04 0:55 ` Daode Huang
2016-03-04 1:09 ` [PATCH net 1/6] net: hns: bug fix about the overflow of mss Daode Huang
2016-03-04 1:09 ` Daode Huang
2016-03-04 1:09 ` [PATCH net 2/6] net: hns: fixes the hw interrupt bug in using napi Daode Huang
2016-03-04 1:09 ` Daode Huang
2016-03-04 1:09 ` [PATCH net 3/6] net: hns: fixed portid bug in sending manage pkt Daode Huang
2016-03-04 1:09 ` Daode Huang
2016-03-04 13:37 ` Sergei Shtylyov
2016-03-04 13:37 ` Sergei Shtylyov
2016-03-11 1:53 ` Daode Huang
2016-03-11 1:53 ` Daode Huang
2016-03-11 13:29 ` Sergei Shtylyov
2016-03-11 13:29 ` Sergei Shtylyov
2016-03-14 0:45 ` Daode Huang
2016-03-14 0:45 ` Daode Huang
2016-03-04 1:09 ` [PATCH net 4/6] net: hns: adds uc match for debug port Daode Huang
2016-03-04 1:09 ` Daode Huang
2016-03-04 13:39 ` Sergei Shtylyov
2016-03-04 13:39 ` Sergei Shtylyov
2016-03-11 1:58 ` Daode Huang
2016-03-11 1:58 ` Daode Huang
2016-03-04 1:09 ` [PATCH net 5/6] net: hns: fixed service-ges setting MAC-addr bug Daode Huang
2016-03-04 1:09 ` Daode Huang
2016-03-04 1:09 ` [PATCH net 6/6] net: hns: bug fix of getting hilink status Daode Huang
2016-03-04 1:09 ` Daode Huang
-- strict thread matches above, loose matches on Subject: below --
2016-03-04 3:05 [PATCH net 0/6]net: hns: hns driver updates Daode Huang
2016-03-04 3:05 ` Daode Huang
2016-03-04 3:05 ` Daode Huang
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=56D8DCE8.2020707@hisilicon.com \
--to=huangdaode@hisilicon.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.