netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Joe Perches <joe@perches.com>
To: Haiyang Zhang <haiyangz@microsoft.com>
Cc: hjanssen@microsoft.com, kys@microsoft.com, gregkh@suse.de,
	shemminger@vyatta.com, netdev@vger.kernel.org
Subject: Re: Request for review on Hyper-V virtual network driver
Date: Thu, 09 Jun 2011 14:38:50 -0700	[thread overview]
Message-ID: <1307655530.13329.49.camel@Joe-Laptop> (raw)
In-Reply-To: <1307654865-30326-1-git-send-email-haiyangz@microsoft.com>

On Thu, 2011-06-09 at 14:27 -0700, Haiyang Zhang wrote:
> To network maintainers,
> 
> Over the last several months we have addressed all the known issues in our
> Hyper-V virtual network driver. We are very keen on getting this driver out
> of the staging area. To that end, we would like to request you to review
> this code. 

> Signed-off-by: Haiyang Zhang <haiyangz@microsoft.com>
> ---
>  drivers/net/Kconfig               |    2 +
>  drivers/net/Makefile              |    1 +
>  drivers/net/hyperv/Kconfig        |   10 +
>  drivers/net/hyperv/Makefile       |    4 +
>  drivers/net/hyperv/hyperv_net.h   | 1057 +++++++++++++++++++++++++++++++++++++
>  drivers/net/hyperv/netvsc.c       | 1014 +++++++++++++++++++++++++++++++++++
>  drivers/net/hyperv/netvsc_drv.c   |  473 +++++++++++++++++
>  drivers/net/hyperv/rndis_filter.c |  830 +++++++++++++++++++++++++++++
>  drivers/staging/hv/Kconfig        |    7 -
>  drivers/staging/hv/Makefile       |    2 -
>  drivers/staging/hv/hyperv_net.h   | 1057 -------------------------------------
>  drivers/staging/hv/netvsc.c       | 1015 -----------------------------------
>  drivers/staging/hv/netvsc_drv.c   |  474 -----------------
>  drivers/staging/hv/rndis_filter.c |  831 -----------------------------
>  14 files changed, 3391 insertions(+), 3386 deletions(-)
>  create mode 100644 drivers/net/hyperv/Kconfig
>  create mode 100644 drivers/net/hyperv/Makefile
>  create mode 100644 drivers/net/hyperv/hyperv_net.h
>  create mode 100644 drivers/net/hyperv/netvsc.c
>  create mode 100644 drivers/net/hyperv/netvsc_drv.c
>  create mode 100644 drivers/net/hyperv/rndis_filter.c
>  delete mode 100644 drivers/staging/hv/hyperv_net.h
>  delete mode 100644 drivers/staging/hv/netvsc.c
>  delete mode 100644 drivers/staging/hv/netvsc_drv.c
>  delete mode 100644 drivers/staging/hv/rndis_filter.c

I suggest you resend this using the -M or --find-renames option.



  reply	other threads:[~2011-06-09 21:38 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-09 21:27 Request for review on Hyper-V virtual network driver Haiyang Zhang
2011-06-09 21:38 ` Joe Perches [this message]
2011-06-09 21:59   ` Haiyang Zhang
2011-06-09 22:07     ` Greg KH
2011-06-09 22:16       ` Haiyang Zhang
2011-06-09 22:28       ` Joe Perches
2011-06-09 22:36         ` Haiyang Zhang
2011-06-09 22:49         ` Ben Hutchings
2011-06-09 22:56           ` Haiyang Zhang
2011-06-09 23:00           ` Greg KH
2011-06-09 21:56 ` Randy Dunlap
2011-06-09 22:00   ` Haiyang Zhang
     [not found] <A1F3067C9B68744AA19F6802BAB8FFDC09603BC2@TK5EX14MBXC227.redmond.corp.microsoft.com>
2011-06-09 19:28 ` Greg KH
2011-06-09 19:32   ` Haiyang Zhang

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=1307655530.13329.49.camel@Joe-Laptop \
    --to=joe@perches.com \
    --cc=gregkh@suse.de \
    --cc=haiyangz@microsoft.com \
    --cc=hjanssen@microsoft.com \
    --cc=kys@microsoft.com \
    --cc=netdev@vger.kernel.org \
    --cc=shemminger@vyatta.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;
as well as URLs for NNTP newsgroup(s).