All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/1] xen: credit2: rb-tree for runqueues
@ 2018-04-03 16:55 Praveen Kumar
  2018-04-03 16:55 ` [RFC PATCH 1/1] " Praveen Kumar
  0 siblings, 1 reply; 6+ messages in thread
From: Praveen Kumar @ 2018-04-03 16:55 UTC (permalink / raw)
  To: xen-devel; +Cc: george.dunlap, Praveen Kumar, dfaggioli

Hi All,

This is the continued work with respect to rb-tree usage in Credit2, as
mentioned in previous conversations

https://lists.xen.org/archives/html/xen-devel/2017-06/msg01968.html

The patch optimized the Credit2 runqueue from sorted queue to rb-tree.
This will help in performance and scalability, when we have huge number of
vCPUs.

Please provide your comments over the changes done.

Further, I might need some assistance to run the patch with high end machines
with good amount of CPU cores. This may help to stress the code changes and
uncover any regressions when scale is in consideration.
Please do suggest if any specific test scenarios has to be tested.

Thanks in advance.

Regards,

~Praveen.

Praveen Kumar (1):
  xen: credit2: rb-tree for runqueues

 xen/common/sched_credit2.c | 94 ++++++++++++++++++++++++++++++----------------
 1 file changed, 61 insertions(+), 33 deletions(-)

-- 
2.13.6


_______________________________________________
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:[~2018-04-24 13:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-03 16:55 [RFC PATCH 0/1] xen: credit2: rb-tree for runqueues Praveen Kumar
2018-04-03 16:55 ` [RFC PATCH 1/1] " Praveen Kumar
2018-04-17 10:46   ` Dario Faggioli
2018-04-24  9:00     ` Praveen Kumar
2018-04-24 11:03       ` Dario Faggioli
2018-04-24 13:34         ` Praveen Kumar

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.