From: "Michael S. Tsirkin" <mst@redhat.com>
To: Benjamin Serebrin <serebrin@google.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>,
netdev@vger.kernel.org, Jason Wang <jasowang@redhat.com>,
David Miller <davem@davemloft.net>,
Willem de Bruijn <willemb@google.com>,
Venkatesh Srinivas <venkateshs@google.com>,
"Jon Olson (Google Drive)" <jonolson@google.com>,
willemdebruijn.kernel@gmail.com, Rick Jones <rick.jones2@hpe.com>,
James Mattson <jmattson@google.com>,
linux-s390 <linux-s390@vger.kernel.org>,
"linux-arch@vger.kernel.org" <linux-arch@vger.kernel.org>
Subject: Re: [PATCH v2 net-next] virtio: Fix affinity for #VCPUs != #queue pairs
Date: Wed, 15 Feb 2017 17:23:25 +0200 [thread overview]
Message-ID: <20170214224033-mutt-send-email-mst@kernel.org> (raw)
In-Reply-To: <CAN+hb0Uen4_bHR8xPcUNZG+aKPYAvjUqY1Z4PA7WWOs7jG3EAA@mail.gmail.com>
On Tue, Feb 14, 2017 at 11:17:41AM -0800, Benjamin Serebrin wrote:
> On Wed, Feb 8, 2017 at 11:37 AM, Michael S. Tsirkin <mst@redhat.com> wrote:
>
> > IIRC irqbalance will bail out and avoid touching affinity
> > if you set affinity from driver. Breaking that's not nice.
> > Pls correct me if I'm wrong.
>
>
> I believe you're right that irqbalance will leave the affinity alone.
>
> Irqbalance has had changes that may or may not be in the versions bundled with
> various guests, and I don't have a definitive cross-correlation of irqbalance
> version to guest version. But in the existing code, the driver does
> set affinity for #VCPUs==#queues, so that's been happening anyway.
Right but only for the case where we are very sure we are doing the
right thing, so we don't need any help from irqbalance.
> The (original) intention of this patch was to extend the existing behavior
> to the case where we limit queue counts, to avoid the surprising discontinuity
> when #VCPU != #queues.
>
> It's not obvious that it's wrong to cause irqbalance to leave these
> queues alone: Generally you want the interrupt to come to the core that
> caused the work, to have cache locality and avoid lock contention.
> Doing fancier things is outside the scope of this patch.
Doing fancier things like trying to balance the load would be in scope
for irqbalance so I think you need to find a way to supply default
affinity without disabling irqbalance.
> > Doesn't look like this will handle the case of num cpus < num queues well.
>
> I believe it's correct. The first #VCPUs queues will have one bit set in their
> xps mask, and the remaining queues have no bits set. That means each VCPU uses
> its own assigned TX queue (and the TX interrupt comes back to that VCPU).
>
> Thanks again for the review!
> Ben
prev parent reply other threads:[~2017-02-15 15:23 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-07 18:15 [PATCH v2 net-next] virtio: Fix affinity for #VCPUs != #queue pairs Ben Serebrin
2017-02-08 18:37 ` David Miller
2017-02-08 19:37 ` Michael S. Tsirkin
2017-02-14 19:17 ` Benjamin Serebrin
2017-02-14 21:05 ` Michael S. Tsirkin
2017-02-15 16:50 ` Willem de Bruijn
2017-02-15 17:42 ` Michael S. Tsirkin
2017-02-15 18:27 ` Benjamin Serebrin
2017-02-15 19:17 ` Michael S. Tsirkin
2017-02-15 21:38 ` Benjamin Serebrin
2017-02-15 21:49 ` Michael S. Tsirkin
2017-02-15 22:13 ` Benjamin Serebrin
2017-02-15 15:23 ` Michael S. Tsirkin [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=20170214224033-mutt-send-email-mst@kernel.org \
--to=mst@redhat.com \
--cc=borntraeger@de.ibm.com \
--cc=davem@davemloft.net \
--cc=jasowang@redhat.com \
--cc=jmattson@google.com \
--cc=jonolson@google.com \
--cc=linux-arch@vger.kernel.org \
--cc=linux-s390@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=rick.jones2@hpe.com \
--cc=serebrin@google.com \
--cc=venkateshs@google.com \
--cc=willemb@google.com \
--cc=willemdebruijn.kernel@gmail.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).