public inbox for linux-rdma@vger.kernel.org
 help / color / mirror / Atom feed
From: Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: Salil Mehta <salil.mehta-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
Cc: "xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org"
	<xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
	"oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org"
	<oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
	"yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org"
	<yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>,
	"mehta.salil.lnk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org"
	<mehta.salil.lnk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	"linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org"
	<linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
Subject: Re: [PATCH for-next 0/8] Bug Fixes and Code Improvement in HNS driver
Date: Wed, 28 Sep 2016 10:57:07 -0400	[thread overview]
Message-ID: <57EBDA43.3010708@redhat.com> (raw)
In-Reply-To: <20160910040930.25988-1-salil.mehta-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 3155 bytes --]

On 9/10/16 12:09 AM, Salil Mehta wrote:
> This patch-set introduces fix to some Bugs, potential problems
> and code improvements identified during internal review and
> testing of Hisilicon Network Subsystem driver.
> 
> Hi Doug,
> These are few HNS patches which are not related to HNS RoCE driver but
> are being sent through your repository hns-roce (as requested) to mitigate
> any conflicts with HNS RoCE driver for the 4.9 merge window. In future
> i.e. after 4.9 we will go by more formal git-pull request method once
> HNS RoCE base driver becomes part of 4.9.

Hi Salil,

I've chatted with Dave Miller about this series.  Here's where we stand.

First, the review feedback from Dave:

---

In patch #7, their comments are mis-formatted and these
hns guys do this a lot.

	/*fix hardware broadcast/multicast packets queue loopback */

They seem to have a hard time putting an initial space in the comment,
and properly capitalizing and punctuating their sentences.

Also in that new function, they need to order local variables from
longest to shortest line (reverse christmas tree format).

Patch #6 has the local variable ordering issue as well as does patch
#3.

---

Please address those issues and resubmit.

As for the method of resubmission, please send the set to netdev@ and
also linux-rdma@, make note that, as a one off thing, these will need to
go through my tree to avoid conflicts with patches already in my tree,
and that future submissions will follow the Mellanox model of submitting
shared code to both mine and David's tree that is needed to avoid
conflicts for that merge window's submissions.  After the netdev people
have reviewed it, and Dave acks it, either he can pick it up and sort
the conflicts out, or I can pick it up.

> 
> 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      | 106 ++++++++++++++-------
>  drivers/net/ethernet/hisilicon/hns/hns_ethtool.c   |   7 ++
>  9 files changed, 117 insertions(+), 53 deletions(-)
> 


-- 
Doug Ledford <dledford-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>    GPG Key ID: 0E572FDD
  Red Hat, Inc.
  100 E. Davie St
  Raleigh, NC 27601 USA


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 907 bytes --]

  parent reply	other threads:[~2016-09-28 14:57 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-10  4:09 [PATCH for-next 0/8] Bug Fixes and Code Improvement in HNS driver Salil Mehta
2016-09-10  4:09 ` [PATCH for-next 1/8] net: hns: fix port unavailable after hnae_reserve_buffer_map fail Salil Mehta
2016-09-10  4:09 ` [PATCH for-next 2/8] net: hns: bug fix about setting coalsecs-usecs to 0 Salil Mehta
2016-09-10  4:09 ` [PATCH for-next 3/8] net: hns: add fini_process for v2 napi process Salil Mehta
2016-09-10  4:09 ` [PATCH for-next 5/8] net: hns: fix port not available after testing loopback Salil Mehta
2016-09-10  4:09 ` [PATCH for-next 6/8] net: hns: fix the bug of forwarding table Salil Mehta
2016-09-10  4:09 ` [PATCH for-next 7/8] net: hns: bug fix about broadcast/multicast packets Salil Mehta
     [not found] ` <20160910040930.25988-1-salil.mehta-hv44wF8Li93QT0dZR+AlfA@public.gmane.org>
2016-09-10  4:09   ` [PATCH for-next 4/8] net: hns: delete repeat read fbd num after while Salil Mehta
2016-09-10  4:09   ` [PATCH for-next 8/8] net: hns: delete redundant broadcast packet filter process Salil Mehta
2016-09-28 14:57   ` Doug Ledford [this message]
     [not found]     ` <57EBDA43.3010708-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2016-09-28 16:06       ` [PATCH for-next 0/8] Bug Fixes and Code Improvement in HNS driver Salil Mehta
2016-09-29 17:16       ` Salil Mehta

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=57EBDA43.3010708@redhat.com \
    --to=dledford-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linuxarm-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
    --cc=mehta.salil.lnk-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=oulijun-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
    --cc=salil.mehta-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
    --cc=xavier.huwei-hv44wF8Li93QT0dZR+AlfA@public.gmane.org \
    --cc=yisen.zhuang-hv44wF8Li93QT0dZR+AlfA@public.gmane.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox