From: Anthony Liguori <anthony@codemonkey.ws>
To: Stefan Berger <stefanb@us.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] Fix the RARP protocol ID
Date: Mon, 03 May 2010 12:13:40 -0500 [thread overview]
Message-ID: <4BDF0444.4000209@codemonkey.ws> (raw)
In-Reply-To: <1272113647.8527.16.camel@d941e-10>
On 04/24/2010 07:54 AM, Stefan Berger wrote:
> The packet(s) sent out after migration are supposed to be RAPR type of
> packets. If they are supposed to go anywhere useful, the RAPR ethernet
> identifier needs to be fix.
>
> Also see http://www.iana.org/assignments/ethernet-numbers for 0x8035 for
> RARP.
>
> Signed-off-by: Stefan Berger<stefanb@us.ibm.com>
>
Applied. Thanks.
Regards,
Anthony Liguori
> ---
> savevm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: qemu-git/savevm.c
> ===================================================================
> --- qemu-git.orig/savevm.c
> +++ qemu-git/savevm.c
> @@ -89,7 +89,7 @@ static BlockDriverState *bs_snapshots;
> #define SELF_ANNOUNCE_ROUNDS 5
>
> #ifndef ETH_P_RARP
> -#define ETH_P_RARP 0x0835
> +#define ETH_P_RARP 0x8035
> #endif
> #define ARP_HTYPE_ETH 0x0001
> #define ARP_PTYPE_IP 0x0800
>
>
>
>
>
prev parent reply other threads:[~2010-05-03 17:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-24 12:54 [Qemu-devel] [PATCH] Fix the RARP protocol ID Stefan Berger
2010-04-29 18:32 ` Stefan Berger
2010-05-03 17:13 ` 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=4BDF0444.4000209@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=qemu-devel@nongnu.org \
--cc=stefanb@us.ibm.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).