qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Jan Kiszka <jan.kiszka@siemens.com>
Cc: qemu-devel <qemu-devel@nongnu.org>,
	Fabien Chouteau <chouteau@adacore.com>
Subject: Re: [Qemu-devel] [PATCH 0/3] [PULL] slirp: ARP table improvements
Date: Thu, 04 Aug 2011 17:43:17 -0500	[thread overview]
Message-ID: <4E3B2085.8060406@us.ibm.com> (raw)
In-Reply-To: <cover.1312370658.git.jan.kiszka@siemens.com>

On 08/03/2011 06:24 AM, Jan Kiszka wrote:
> The following changes since commit 927d721777e73339f73719f36eaf400ab641366c:
>
>    microblaze: Add missing call to qemu_init_vcpu. (2011-07-31 06:40:13 +0200)
>
> are available in the git repository at:
>    git://git.kiszka.org/qemu.git queues/slirp
>
> Anthony asked me to look after slirp patches, and I agreed. So here
> comes the first pull request. It improves the so far minimalistic ARP
> support of slirp by avoiding premature packet drops when addressing not
> yet resolved client IPs.
>
>
> CC: Fabien Chouteau<chouteau@adacore.com>

Pulled.  Thanks for watching over the slirp bits!

Regards,

Anthony Liguori

>
> Fabien Chouteau (2):
>    Simple ARP table
>    Delayed IP packets
>
> Jan Kiszka (1):
>    slirp: Take maintainer token
>
>   MAINTAINERS       |    5 +-
>   Makefile.objs     |    2 +-
>   slirp/arp_table.c |   95 +++++++++++++++++++++++++++++++++++++
>   slirp/bootp.c     |   21 +++++---
>   slirp/if.c        |   28 +++++++++--
>   slirp/main.h      |    2 +-
>   slirp/mbuf.c      |    2 +
>   slirp/mbuf.h      |    2 +
>   slirp/slirp.c     |  135 ++++++++++++++++++++++-------------------------------
>   slirp/slirp.h     |   47 +++++++++++++++++-
>   10 files changed, 241 insertions(+), 98 deletions(-)
>   create mode 100644 slirp/arp_table.c
>

      parent reply	other threads:[~2011-08-04 22:43 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-03 11:24 [Qemu-devel] [PATCH 0/3] [PULL] slirp: ARP table improvements Jan Kiszka
2011-08-03 11:24 ` [Qemu-devel] [PATCH 1/3] slirp: Take maintainer token Jan Kiszka
2011-08-03 11:24 ` [Qemu-devel] [PATCH 2/3] Simple ARP table Jan Kiszka
2011-08-03 11:24 ` [Qemu-devel] [PATCH 3/3] Delayed IP packets Jan Kiszka
2011-09-29 16:06   ` Amit Shah
2011-09-29 17:41     ` Jan Kiszka
2011-09-29 17:50       ` Amit Shah
2011-09-29 17:53         ` Jan Kiszka
2011-09-29 18:05           ` Amit Shah
2011-09-29 18:19             ` Jan Kiszka
2011-09-29 18:27               ` Amit Shah
2011-11-22 12:03     ` Alexander Graf
2011-08-04 22:43 ` Anthony Liguori [this message]

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=4E3B2085.8060406@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=chouteau@adacore.com \
    --cc=jan.kiszka@siemens.com \
    --cc=qemu-devel@nongnu.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;
as well as URLs for NNTP newsgroup(s).