Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1493615 > unrolled thread
| Started by | Salil Mehta <salil.mehta@huawei.com> |
|---|---|
| First post | 2016-09-29 19:20 +0200 |
| Last post | 2016-10-13 14:00 +0200 |
| Articles | 5 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver Salil Mehta <salil.mehta@huawei.com> - 2016-09-29 19:20 +0200
Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver David Miller <davem@davemloft.net> - 2016-09-30 07:50 +0200
Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver Doug Ledford <dledford@redhat.com> - 2016-09-30 15:40 +0200
RE: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver Salil Mehta <salil.mehta@huawei.com> - 2016-10-13 13:30 +0200
Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver Doug Ledford <dledford@redhat.com> - 2016-10-13 14:00 +0200
| From | Salil Mehta <salil.mehta@huawei.com> |
|---|---|
| Date | 2016-09-29 19:20 +0200 |
| Subject | [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver |
| Message-ID | <smNa1-6Yg-7@gated-at.bofh.it> |
This patch-set introduces fix to some Bugs, potential problems
and code improvements identified during internal review and
testing of Hisilicon Network Subsystem driver.
Submit Change
V1->V2: This addresses the feedbacks provided by David Miller
and Doug Ledford
Daode Huang (6):
net: hns: bug fix about setting coalsecs-usecs to 0
net: hns: add fini_process for v2 napi process
net: hns: delete repeat read fbd num after while
net: hns: fix the bug of forwarding table
net: hns: bug fix about broadcast/multicast packets
net: hns: delete redundant broadcast packet filter process
Kejian Yan (1):
net: hns: fix port not available after testing loopback
lipeng (1):
net: hns: fix port unavailable after hnae_reserve_buffer_map fail
drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c | 11 +-
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c | 13 ++-
drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h | 2 +
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 10 --
drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.h | 1 -
drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c | 16 +++
drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h | 4 +
drivers/net/ethernet/hisilicon/hns/hns_enet.c | 107 +++++++++++++-------
drivers/net/ethernet/hisilicon/hns/hns_ethtool.c | 7 ++
9 files changed, 118 insertions(+), 53 deletions(-)
--
1.7.9.5
[toc] | [next] | [standalone]
| From | David Miller <davem@davemloft.net> |
|---|---|
| Date | 2016-09-30 07:50 +0200 |
| Subject | Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver |
| Message-ID | <smYRP-67p-5@gated-at.bofh.it> |
| In reply to | #1493615 |
From: Salil Mehta <salil.mehta@huawei.com> Date: Thu, 29 Sep 2016 18:09:08 +0100 > This patch-set introduces fix to some Bugs, potential problems > and code improvements identified during internal review and > testing of Hisilicon Network Subsystem driver. > > Submit Change > V1->V2: This addresses the feedbacks provided by David Miller > and Doug Ledford So Doug my understanding is if this makes it through review this is going to be merged into your tree, you prepare a branch for me, and then I pull from that? Thanks in advance.
[toc] | [prev] | [next] | [standalone]
| From | Doug Ledford <dledford@redhat.com> |
|---|---|
| Date | 2016-09-30 15:40 +0200 |
| Subject | Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver |
| Message-ID | <sn6cF-2n1-5@gated-at.bofh.it> |
| In reply to | #1493890 |
[Multipart message — attachments visible in raw view] — view raw
On 9/30/16 1:33 AM, David Miller wrote: > From: Salil Mehta <salil.mehta@huawei.com> > Date: Thu, 29 Sep 2016 18:09:08 +0100 > >> This patch-set introduces fix to some Bugs, potential problems >> and code improvements identified during internal review and >> testing of Hisilicon Network Subsystem driver. >> >> Submit Change >> V1->V2: This addresses the feedbacks provided by David Miller >> and Doug Ledford > > So Doug my understanding is if this makes it through review > this is going to be merged into your tree, Correct. Mainly because it sits on top of some other patches from Huawei. > you prepare a > branch for me, and then I pull from that? I can. It's either that or these 8 patches go to Linus through my tree. Be forewarned, the branch will have to include the entire hns-roce driver and the hns/hns-roce ACPI reset support patches. That may be more than you intended to get in a pull. But it's a kind of messed up branch anyway. I couldn't submit the branch until after you submit your pull request to Linus because the branch itself is based on an older version of your net-next tree, which was needed to get the hns-roce driver to go in cleanly. I just added the hns-roce stuff on top of that. My original intent, because of all this, was that this branch would be submitted as its own special pull request once most other stuff was already in. > Thanks in advance. Sure. -- Doug Ledford <dledford@redhat.com> GPG Key ID: 0E572FDD Red Hat, Inc. 100 E. Davie St Raleigh, NC 27601 USA
[toc] | [prev] | [next] | [standalone]
| From | Salil Mehta <salil.mehta@huawei.com> |
|---|---|
| Date | 2016-10-13 13:30 +0200 |
| Subject | RE: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver |
| Message-ID | <srMmZ-2Ty-1@gated-at.bofh.it> |
| In reply to | #1493890 |
> -----Original Message----- > From: David Miller [mailto:davem@davemloft.net] > Sent: Friday, September 30, 2016 6:34 AM > To: Salil Mehta > Cc: dledford@redhat.com; Zhuangyuzeng (Yisen); Huwei (Xavier); oulijun; > mehta.salil.lnk@gmail.com; linux-rdma@vger.kernel.org; > netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Linuxarm > Subject: Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in > HNS driver > > From: Salil Mehta <salil.mehta@huawei.com> > Date: Thu, 29 Sep 2016 18:09:08 +0100 > > > This patch-set introduces fix to some Bugs, potential problems > > and code improvements identified during internal review and > > testing of Hisilicon Network Subsystem driver. > > > > Submit Change > > V1->V2: This addresses the feedbacks provided by David Miller > > and Doug Ledford > > So Doug my understanding is if this makes it through review Hi Dave, A gentle reminder regarding this. I was wondering if you think these have been reviewed enough and by any chance these patches can be included in current 4.9 merge window. This will save us a lot of effort. As I understand Doug is waiting for your review approval on this patch-set. Thanks in anticipation Best regards Salil > this is going to be merged into your tree, you prepare a > branch for me, and then I pull from that? > > Thanks in advance.
[toc] | [prev] | [next] | [standalone]
| From | Doug Ledford <dledford@redhat.com> |
|---|---|
| Date | 2016-10-13 14:00 +0200 |
| Subject | Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in HNS driver |
| Message-ID | <srMQ1-341-9@gated-at.bofh.it> |
| In reply to | #1500185 |
[Multipart message — attachments visible in raw view] — view raw
On 10/13/2016 7:26 AM, Salil Mehta wrote:
>> -----Original Message-----
>> From: David Miller [mailto:davem@davemloft.net]
>> Sent: Friday, September 30, 2016 6:34 AM
>> To: Salil Mehta
>> Cc: dledford@redhat.com; Zhuangyuzeng (Yisen); Huwei (Xavier); oulijun;
>> mehta.salil.lnk@gmail.com; linux-rdma@vger.kernel.org;
>> netdev@vger.kernel.org; linux-kernel@vger.kernel.org; Linuxarm
>> Subject: Re: [PATCH V2 for-next 0/8] Bug Fixes and Code Improvement in
>> HNS driver
>>
>> From: Salil Mehta <salil.mehta@huawei.com>
>> Date: Thu, 29 Sep 2016 18:09:08 +0100
>>
>>> This patch-set introduces fix to some Bugs, potential problems
>>> and code improvements identified during internal review and
>>> testing of Hisilicon Network Subsystem driver.
>>>
>>> Submit Change
>>> V1->V2: This addresses the feedbacks provided by David Miller
>>> and Doug Ledford
>>
>> So Doug my understanding is if this makes it through review
> Hi Dave,
> A gentle reminder regarding this. I was wondering if you think these
> have been reviewed enough and by any chance these patches can be included
> in current 4.9 merge window. This will save us a lot of effort.
>
> As I understand Doug is waiting for your review approval on this
> patch-set.
I am, and I was just getting ready to ask again today myself.
> Thanks in anticipation
> Best regards
> Salil
>> this is going to be merged into your tree, you prepare a
>> branch for me, and then I pull from that?
>>
>> Thanks in advance.
--
Doug Ledford <dledford@redhat.com>
GPG Key ID: 0E572FDD
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web