qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: Jiri Pirko <jiri@resnulli.us>
Cc: dmitry@daynix.com, peter.maydell@linaro.org,
	qemu-devel@nongnu.org, dgilbert@redhat.com, mst@redhat.com
Subject: Re: [Qemu-devel] [patch qemu] vmxnet3: fix msix vectors unuse
Date: Tue, 20 May 2014 15:25:41 +0200	[thread overview]
Message-ID: <20140520132541.GD22753@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1400507236-14945-1-git-send-email-jiri@resnulli.us>

On Mon, May 19, 2014 at 03:47:16PM +0200, Jiri Pirko wrote:
> In vmxnet3_cleanup_msix(), there is called msix_vector_unuse() with
> VMXNET3_MAX_INTRS. That is not correct since vector of
> value VMXNET3_MAX_INTRS was never used. Also all the used vectors
> are not un-used. So call vmxnet3_unuse_msix_vectors() instead which
> does the correct job.
> 
> Signed-off-by: Jiri Pirko <jiri@resnulli.us>
> ---
>  hw/net/vmxnet3.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied to my net tree:
https://github.com/stefanha/qemu/commits/net

Stefan

      parent reply	other threads:[~2014-05-20 13:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-19 13:47 [Qemu-devel] [patch qemu] vmxnet3: fix msix vectors unuse Jiri Pirko
2014-05-20 10:49 ` Dmitry Fleytman
2014-05-20 13:25 ` Stefan Hajnoczi [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=20140520132541.GD22753@stefanha-thinkpad.redhat.com \
    --to=stefanha@redhat.com \
    --cc=dgilbert@redhat.com \
    --cc=dmitry@daynix.com \
    --cc=jiri@resnulli.us \
    --cc=mst@redhat.com \
    --cc=peter.maydell@linaro.org \
    --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).