All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] xen/gnttab: reduce size of struct active_grant_entry
@ 2022-09-19 13:57 Juergen Gross
  2022-09-19 13:57 ` [PATCH v3 1/2] xen: add knownalive_domain_from_domid() helper Juergen Gross
  2022-09-19 13:57 ` [PATCH v3 2/2] xen/gnttab: reduce size of struct active_grant_entry Juergen Gross
  0 siblings, 2 replies; 3+ messages in thread
From: Juergen Gross @ 2022-09-19 13:57 UTC (permalink / raw)
  To: xen-devel
  Cc: Juergen Gross, Andrew Cooper, George Dunlap, Jan Beulich,
	Julien Grall, Stefano Stabellini, Wei Liu

While looking at the grant table code I thought it should be possible
to have a smaller struct active_grant_entry. This approach should only
hit transitive grants with some negative performance effect, "normal"
grants should be not affected.

Juergen Gross (2):
  xen: add knownalive_domain_from_domid() helper
  xen/gnttab: reduce size of struct active_grant_entry

 xen/common/domain.c      | 53 +++++++++++++++++++++++++---------------
 xen/common/grant_table.c | 13 +++++-----
 xen/include/xen/sched.h  |  4 +++
 3 files changed, 44 insertions(+), 26 deletions(-)

-- 
2.35.3



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

end of thread, other threads:[~2022-09-19 13:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19 13:57 [PATCH v3 0/2] xen/gnttab: reduce size of struct active_grant_entry Juergen Gross
2022-09-19 13:57 ` [PATCH v3 1/2] xen: add knownalive_domain_from_domid() helper Juergen Gross
2022-09-19 13:57 ` [PATCH v3 2/2] xen/gnttab: reduce size of struct active_grant_entry Juergen Gross

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.