All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Michael S. Tsirkin" <mst@redhat.com>
To: Stefan Hajnoczi <stefanha@gmail.com>
Cc: peter.maydell@linaro.org, jasowang@redhat.com, mjt@tls.msk.ru,
	qemu-devel@nongnu.org, Vincenzo Maffione <v.maffione@gmail.com>,
	lcapitulino@redhat.com, peter.crosthwaite@petalogix.com,
	owasserm@redhat.com, kraxel@redhat.com, yan@daynix.com,
	edgar.iglesias@gmail.com, akong@redhat.com, quintela@redhat.com,
	agraf@suse.de, aliguori@amazon.com, marcel.a@redhat.com,
	sw@weilnetz.de, stefanha@redhat.com, g.lettieri@iet.unipi.it,
	rizzo@iet.unipi.it, dmitry@daynix.com,
	mark.langsdorf@calxeda.com, pbonzini@redhat.com,
	afaerber@suse.de
Subject: Re: [Qemu-devel] [PATCH] net: QEMU_NET_PACKET_FLAG_MORE introduced
Date: Mon, 9 Dec 2013 16:02:09 +0200	[thread overview]
Message-ID: <20131209140209.GD15574@redhat.com> (raw)
In-Reply-To: <20131209123654.GB9611@stefanha-thinkpad.redhat.com>

On Mon, Dec 09, 2013 at 01:36:54PM +0100, Stefan Hajnoczi wrote:
> On Fri, Dec 06, 2013 at 03:44:33PM +0100, Vincenzo Maffione wrote:
> >     - This patch is against the net-next tree (https://github.com/stefanha/qemu.git)
> >       because the first netmap patch is not in the qemu master (AFAIK).
> 
> You are right.  I am sending a pull request now to get those patches
> into qemu.git/master.

This only arrived over the weekend and affects all
net devices. Whats the rush?
Why not give people a chance to review and discuss
properly?

> >  hw/net/cadence_gem.c    |  3 ++-
> >  hw/net/dp8393x.c        |  5 +++--
> >  hw/net/e1000.c          | 21 ++++++++++++++++-----
> >  hw/net/eepro100.c       |  5 +++--
> >  hw/net/etraxfs_eth.c    |  5 +++--
> >  hw/net/lan9118.c        |  2 +-
> >  hw/net/mcf_fec.c        |  5 +++--
> >  hw/net/mipsnet.c        |  6 ++++--
> >  hw/net/ne2000.c         |  5 +++--
> >  hw/net/ne2000.h         |  3 ++-
> >  hw/net/opencores_eth.c  |  2 +-
> >  hw/net/pcnet.c          |  8 +++++---
> >  hw/net/pcnet.h          |  3 ++-
> >  hw/net/rtl8139.c        |  7 ++++---
> >  hw/net/smc91c111.c      |  5 +++--
> >  hw/net/spapr_llan.c     |  2 +-
> >  hw/net/stellaris_enet.c |  3 ++-
> >  hw/net/virtio-net.c     | 10 ++++++++--
> >  hw/net/vmxnet3.c        |  3 ++-
> >  hw/net/vmxnet_tx_pkt.c  |  4 ++--
> >  hw/net/xgmac.c          |  2 +-
> >  hw/net/xilinx_axienet.c |  2 +-
> >  hw/usb/dev-network.c    |  8 +++++---
> >  include/net/net.h       | 20 +++++++++++++-------
> >  include/net/queue.h     |  1 +
> >  net/dump.c              |  3 ++-
> >  net/hub.c               | 10 ++++++----
> >  net/net.c               | 39 +++++++++++++++++++++++----------------
> >  net/netmap.c            | 17 ++++++++++++-----
> >  net/slirp.c             |  5 +++--
> >  net/socket.c            | 10 ++++++----
> >  net/tap-win32.c         |  2 +-
> >  net/tap.c               | 12 +++++++-----
> >  net/vde.c               |  5 +++--
> >  savevm.c                |  2 +-
> >  35 files changed, 155 insertions(+), 90 deletions(-)
> 
> Please split this into multiple patches:
> 
> 1. net subsystem API change that touches all files (if necessary)
> 2. e1000 MORE support
> 3. virtio-net MORE support
> 4. netmap MORE support
> 
> This makes it easier to review and bisect.
> 
> Thanks,
> Stefan

  reply	other threads:[~2013-12-09 13:58 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-12-06 14:44 [Qemu-devel] [PATCH] net: QEMU_NET_PACKET_FLAG_MORE introduced Vincenzo Maffione
2013-12-06 16:39 ` Stefan Weil
2013-12-08 12:11 ` Michael S. Tsirkin
2013-12-09 10:20   ` Vincenzo Maffione
2013-12-09 10:30     ` Michael S. Tsirkin
2013-12-09 10:55       ` Vincenzo Maffione
2013-12-09 11:14         ` Michael S. Tsirkin
2013-12-09 12:42           ` Stefan Hajnoczi
2013-12-09 13:25             ` Vincenzo Maffione
2013-12-09 14:00               ` Michael S. Tsirkin
2013-12-09 16:04                 ` Vincenzo Maffione
2013-12-09 13:55             ` Michael S. Tsirkin
2013-12-10  9:16               ` Stefan Hajnoczi
2013-12-09 12:36 ` Stefan Hajnoczi
2013-12-09 14:02   ` Michael S. Tsirkin [this message]
2013-12-09 14:10     ` Luigi Rizzo
2013-12-10  8:53     ` Stefan Hajnoczi

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=20131209140209.GD15574@redhat.com \
    --to=mst@redhat.com \
    --cc=afaerber@suse.de \
    --cc=agraf@suse.de \
    --cc=akong@redhat.com \
    --cc=aliguori@amazon.com \
    --cc=dmitry@daynix.com \
    --cc=edgar.iglesias@gmail.com \
    --cc=g.lettieri@iet.unipi.it \
    --cc=jasowang@redhat.com \
    --cc=kraxel@redhat.com \
    --cc=lcapitulino@redhat.com \
    --cc=marcel.a@redhat.com \
    --cc=mark.langsdorf@calxeda.com \
    --cc=mjt@tls.msk.ru \
    --cc=owasserm@redhat.com \
    --cc=pbonzini@redhat.com \
    --cc=peter.crosthwaite@petalogix.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    --cc=quintela@redhat.com \
    --cc=rizzo@iet.unipi.it \
    --cc=stefanha@gmail.com \
    --cc=stefanha@redhat.com \
    --cc=sw@weilnetz.de \
    --cc=v.maffione@gmail.com \
    --cc=yan@daynix.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 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.