public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: Stephen Hemminger <stephen@networkplumber•org>
To: Parav Pandit <parav@mellanox•com>
Cc: arvid.brodin@alten•se, swise@opengridcomputing•com,
	jbenc@redhat•com, jmaxwell37@gmail•com, sean.hefty@intel•com,
	sthemmin@microsoft•com, sagi@grimberg•me, leon@kernel•org,
	Dept-GELinuxNICDev@cavium•com, dledford@redhat•com,
	ganeshgr@chelsio•com, harish.patil@cavium•com,
	hal.rosenstock@gmail•com, manish.chopra@cavium•com,
	santosh@chelsio•com, arnd@arndb•de, haiyangz@microsoft•com,
	fcoe-devel@open-fcoe•org, bart.vanassche@sandisk•com,
	jejb@linux•vnet.ibm.com, rahul.verma@cavium•com,
	linux-scsi@vger•kernel.org, martin.petersen@oracle•com,
	netdev@vger•kernel.org, devel@linuxdriverproject•org,
	varun@chelsio•com, linux-rdma@vger•kernel.org,
	monis@mellanox•com, valex@mellanox•com,
	QLogic-Storage-Upstream@qlogic•com, jth@kernel•org,
	davem@davemloft•net
Subject: Re: [PATCHv1] net-next: treewide use is_vlan_dev() helper function.
Date: Sat, 4 Feb 2017 13:54:29 -0800	[thread overview]
Message-ID: <20170204135429.394be376@xeon-e3> (raw)
In-Reply-To: <1486227649-12648-1-git-send-email-parav@mellanox.com>

On Sat,  4 Feb 2017 11:00:49 -0600
Parav Pandit <parav@mellanox•com> wrote:

> This patch makes use of is_vlan_dev() function instead of flag
> comparison which is exactly done by is_vlan_dev() helper function.
> 
> Signed-off-by: Parav Pandit <parav@mellanox•com>
> Reviewed-by: Daniel Jurgens <danielj@mellanox•com>
> ---
>  drivers/infiniband/core/cma.c                        |  6 ++----
>  drivers/infiniband/sw/rxe/rxe_net.c                  |  2 +-
>  drivers/net/ethernet/broadcom/cnic.c                 |  2 +-
>  drivers/net/ethernet/chelsio/cxgb3/l2t.c             |  2 +-
>  drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c      |  4 ++--
>  drivers/net/ethernet/chelsio/cxgb4/l2t.c             |  2 +-
>  drivers/net/ethernet/qlogic/netxen/netxen_nic_main.c |  8 ++++----
>  drivers/net/ethernet/qlogic/qlcnic/qlcnic_main.c     |  4 ++--
>  drivers/net/hyperv/netvsc_drv.c                      |  2 +-
>  drivers/scsi/bnx2fc/bnx2fc_fcoe.c                    |  6 +++---
>  drivers/scsi/cxgbi/libcxgbi.c                        |  6 +++---
>  drivers/scsi/fcoe/fcoe.c                             | 13 ++++++-------
>  include/rdma/ib_addr.h                               |  6 ++----
>  net/hsr/hsr_slave.c                                  |  3 ++-
>  14 files changed, 31 insertions(+), 35 deletions(-)

Looks good thanks.

Acked-by: Stephen Hemminger <stephen@networkplumber•org>

  reply	other threads:[~2017-02-04 21:54 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-04 17:00 [PATCHv1] net-next: treewide use is_vlan_dev() helper function Parav Pandit
2017-02-04 21:54 ` Stephen Hemminger [this message]
2017-02-06  0:28 ` Jonathan Maxwell
2017-02-06  7:31 ` Johannes Thumshirn
2017-02-06 21:21 ` Haiyang Zhang
2017-02-06 21:35 ` David Miller

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=20170204135429.394be376@xeon-e3 \
    --to=stephen@networkplumber$(echo .)org \
    --cc=Dept-GELinuxNICDev@cavium$(echo .)com \
    --cc=QLogic-Storage-Upstream@qlogic$(echo .)com \
    --cc=arnd@arndb$(echo .)de \
    --cc=arvid.brodin@alten$(echo .)se \
    --cc=bart.vanassche@sandisk$(echo .)com \
    --cc=davem@davemloft$(echo .)net \
    --cc=devel@linuxdriverproject$(echo .)org \
    --cc=dledford@redhat$(echo .)com \
    --cc=fcoe-devel@open-fcoe$(echo .)org \
    --cc=ganeshgr@chelsio$(echo .)com \
    --cc=haiyangz@microsoft$(echo .)com \
    --cc=hal.rosenstock@gmail$(echo .)com \
    --cc=harish.patil@cavium$(echo .)com \
    --cc=jbenc@redhat$(echo .)com \
    --cc=jejb@linux$(echo .)vnet.ibm.com \
    --cc=jmaxwell37@gmail$(echo .)com \
    --cc=jth@kernel$(echo .)org \
    --cc=leon@kernel$(echo .)org \
    --cc=linux-rdma@vger$(echo .)kernel.org \
    --cc=linux-scsi@vger$(echo .)kernel.org \
    --cc=manish.chopra@cavium$(echo .)com \
    --cc=martin.petersen@oracle$(echo .)com \
    --cc=monis@mellanox$(echo .)com \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=parav@mellanox$(echo .)com \
    --cc=rahul.verma@cavium$(echo .)com \
    --cc=sagi@grimberg$(echo .)me \
    --cc=santosh@chelsio$(echo .)com \
    --cc=sean.hefty@intel$(echo .)com \
    --cc=sthemmin@microsoft$(echo .)com \
    --cc=swise@opengridcomputing$(echo .)com \
    --cc=valex@mellanox$(echo .)com \
    --cc=varun@chelsio$(echo .)com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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