All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: "Cédric Le Goater" <clg@kaod.org>, qemu-arm@nongnu.org
Cc: Samuel Thibault <samuel.thibault@ens-lyon.org>,
	Jason Wang <jasowang@redhat.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH 4/6] slirp/ncsi: fix "Get Version ID" payload length
Date: Tue, 29 May 2018 09:42:55 -0300	[thread overview]
Message-ID: <cd33aebe-d1f1-20ff-45ae-642c3906edfe@amsat.org> (raw)
In-Reply-To: <20180529062838.20556-5-clg@kaod.org>

On 05/29/2018 03:28 AM, Cédric Le Goater wrote:
> Signed-off-by: Cédric Le Goater <clg@kaod.org>
> ---
>  slirp/ncsi.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/slirp/ncsi.c b/slirp/ncsi.c
> index d12ba3e494b0..02d0e9def3e8 100644
> --- a/slirp/ncsi.c
> +++ b/slirp/ncsi.c
> @@ -60,7 +60,7 @@ static const struct ncsi_rsp_handler {
>          { NCSI_PKT_RSP_EGMF,    4, NULL },
>          { NCSI_PKT_RSP_DGMF,    4, NULL },
>          { NCSI_PKT_RSP_SNFC,    4, NULL },
> -        { NCSI_PKT_RSP_GVI,    36, NULL },
> +        { NCSI_PKT_RSP_GVI,    40, NULL },

sizeof(ncsi_rsp_gvi_pkt) - sizeof(ncsi_rsp_pkt_hdr) = 40, ok.

Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>

>          { NCSI_PKT_RSP_GC,     32, ncsi_rsp_handler_gc },
>          { NCSI_PKT_RSP_GP,     -1, NULL },
>          { NCSI_PKT_RSP_GCPS,  172, NULL },
> 

  reply	other threads:[~2018-05-29 12:43 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-29  6:28 [Qemu-devel] [PATCH 0/6] ftgmac100 and NC-SI enhancements for the Aspeed SoC Cédric Le Goater
2018-05-29  6:28 ` [Qemu-devel] [PATCH 1/6] ftgmac100: compute maximum frame size depending on the protocol Cédric Le Goater
2018-05-29 13:29   ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2018-05-29  6:28 ` [Qemu-devel] [PATCH 2/6] ftgmac100: add IEEE 802.1Q VLAN support Cédric Le Goater
2018-05-29 13:34   ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2018-05-29 16:56     ` Cédric Le Goater
2018-05-30  3:03       ` Philippe Mathieu-Daudé
2018-05-29  6:28 ` [Qemu-devel] [PATCH 3/6] net/ftgmac100: fix multicast hash routine Cédric Le Goater
2018-05-29 12:34   ` Philippe Mathieu-Daudé
2018-05-29  6:28 ` [Qemu-devel] [PATCH 4/6] slirp/ncsi: fix "Get Version ID" payload length Cédric Le Goater
2018-05-29 12:42   ` Philippe Mathieu-Daudé [this message]
2018-05-29  6:28 ` [Qemu-devel] [PATCH 5/6] slirp/ncsi: add a "Get Parameter" response Cédric Le Goater
2018-05-29 13:11   ` Philippe Mathieu-Daudé
2018-05-29 17:12     ` Cédric Le Goater
2018-05-29  6:28 ` [Qemu-devel] [PATCH 6/6] slirp/ncsi: add checksum support Cédric Le Goater
2018-05-29 13:24   ` Philippe Mathieu-Daudé
2018-05-29 12:34 ` [Qemu-devel] [Qemu-arm] [PATCH 0/6] ftgmac100 and NC-SI enhancements for the Aspeed SoC Philippe Mathieu-Daudé
2018-05-29 16:57   ` Cédric Le Goater
2018-05-30  3:04     ` Philippe Mathieu-Daudé
2018-05-30  5:26       ` Cédric Le Goater
2018-05-30  5:35 ` [Qemu-devel] " Joel Stanley
2018-05-30  6:25   ` Cédric Le Goater

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=cd33aebe-d1f1-20ff-45ae-642c3906edfe@amsat.org \
    --to=f4bug@amsat.org \
    --cc=clg@kaod.org \
    --cc=jasowang@redhat.com \
    --cc=qemu-arm@nongnu.org \
    --cc=qemu-devel@nongnu.org \
    --cc=samuel.thibault@ens-lyon.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 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.