Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1569403 > unrolled thread

Re: [PATCH 0/2] xen/net: limit number of tx/rx queues

Started byBoris Ostrovsky <boris.ostrovsky@oracle.com>
First post2017-01-30 06:40 +0100
Last post2017-01-30 06:40 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH 0/2] xen/net: limit number of tx/rx queues Boris Ostrovsky <boris.ostrovsky@oracle.com> - 2017-01-30 06:40 +0100

#1569403 — Re: [PATCH 0/2] xen/net: limit number of tx/rx queues

FromBoris Ostrovsky <boris.ostrovsky@oracle.com>
Date2017-01-30 06:40 +0100
SubjectRe: [PATCH 0/2] xen/net: limit number of tx/rx queues
Message-ID<t5cR3-8ue-5@gated-at.bofh.it>

On 01/10/2017 08:32 AM, Juergen Gross wrote:
> The Xen network frontend/backend supports multiple tx/rx queues for one
> virtual interface. The number of queues supported by the backend is
> set to the number of cpus of the backend driver domain (usually dom0)
> and the number of queues requested by the frontend is limited by the
> number of vcpus of the related guest.
>
> On large systems this can lead to ridiculous large number of queues
> exhausting the required number of grant pages rather quick.
>
> To avoid this limit the default maximum on both sides to 8. Both
> frontend and backend maximum can be individually tuned via module
> parameters.
>
> Juergen Gross (2):
>   xen/netfront: set default upper limit of tx/rx queues to 8
>   xen/netback: set default upper limit of tx/rx queues to 8
>
>  drivers/net/xen-netback/netback.c | 6 ++++--
>  drivers/net/xen-netfront.c        | 6 ++++--
>  2 files changed, 8 insertions(+), 4 deletions(-)
>

Applied to for-linus-4.11

-boris

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web