All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] max_grant_frames/max_maptrack_frames
@ 2019-11-08  8:45 Durrant, Paul
  2019-11-08 11:38 ` Jan Beulich
  0 siblings, 1 reply; 6+ messages in thread
From: Durrant, Paul @ 2019-11-08  8:45 UTC (permalink / raw)
  To: xen-devel

Picking up the discussion from IRC to make it more widely visible...

When per-domain options for maximum grant and maptrack frames came in (in 4.10?) Xen's behaviour w.r.t. to the global command line values (gnttab_max_frames and gnttab_max_maptrack_frames respectively) regressed

For example, a host running a prior version of Xen with a command line setting gnttab_max_frames=128 would have all of its domUs running with 128 frames. However, after update to a newer Xen, they will only get 32 frames (unless the host is particularly large, in which case they will get 64). Why is this? It's because neither xl.cfg files, nor xl.conf, will specify values (because the scenario is an update from an older installation) and so the hardcoded 32/64 default applies. Hence some domUs with large numbers of PV devices start failing (or at least substantially slow down) and admins start wondering what's going on.

So how best to fix this?

For the sake of a quick fix for the regression, and ease of back-porting, I think it would be best to add a check in domain_create() and create the grant table with parameters which are the larger of the toolstack configured value and the corresponding command line value. This does, however, go against the recent direction of the toolstack getting exactly what it asked for. So for the longer term I am wondering whether there ought to be a way for the toolstack to query the globally configured grant table limits. A GNTTABOP seems the wrong candidate for this, since GNTTABOPs are per-domain, so I'm wondering about a new sysctl to return the value of a named command line parameter.

Thoughts?

  Paul

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-11-08 13:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-08  8:45 [Xen-devel] max_grant_frames/max_maptrack_frames Durrant, Paul
2019-11-08 11:38 ` Jan Beulich
2019-11-08 12:14   ` Jürgen Groß
2019-11-08 12:33     ` Durrant, Paul
2019-11-08 12:33   ` Durrant, Paul
2019-11-08 13:42     ` Jan Beulich

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.