search for: rqd

Displaying 7 results from an estimated 7 matches for "rqd".

Did you mean: rq
2010 Oct 26
3
[PATCH 0 of 3] credit2 updates
Address some credit2 issues. This patch series, along with the recent changes to the cpupools interface, should address some of the strange credit2 instability. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Mar 08
2
[PATCH v2 1/2] credit2: Fix erronous ASSERT
...*/ - ASSERT(rt_credit >= 0); - - /* FIXME: See if we can eliminate this conversion if we know time - * will be outside (MIN,MAX). Probably requires pre-calculating - * credit values of MIN,MAX per vcpu, since each vcpu burns credit - * at a different rate. */ - time = c2t(rqd, rt_credit, snext); - - /* Check limits */ - if ( time < CSCHED_MIN_TIMER ) + /* The next guy may actually have a higher credit, if we''ve tried to + * avoid migrating him from a different cpu. DTRT. */ + if ( rt_credit <= 0 ) time = CSCHED_MIN_TIMER; - e...
2013 Dec 14
0
[PATCH v2] xen: sched: introduce hard and soft affinity in credit 2 scheduler
...more credit but only hard affinity. */ +#define CSCHED_MIN_CREDIT_PREFER_SA MILLISECS(5) /* Carryover: How much "extra" credit may be carried over after * a reset. */ #define CSCHED_CARRYOVER_MAX CSCHED_MIN_TIMER @@ -1615,6 +1619,7 @@ runq_candidate(struct csched_runqueue_data *rqd, { struct list_head *iter; struct csched_vcpu *snext = NULL; + bool_t found_snext_w_hard_affinity = 0; /* Default to current if runnable, idle otherwise */ if ( vcpu_runnable(scurr->vcpu) ) @@ -1626,6 +1631,11 @@ runq_candidate(struct csched_runqueue_data *rqd, {...
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone, this is the very first version of the patch series that introduces ARMv7 with virtualization extensions support in Xen. The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile Express simulator. See the following announce email for more informations about what we are trying to achieve, as well as the original git history: See
2003 Oct 14
4
Printing Issues with NT type Clients.
Hi. To begin with, I have a freshly built RedHat Linux 8.0 box running samba 2.2.8a. The kernel version is 2.4.18-14. I downloaded and compiled samba from source. I am using LPRng-3.8.9-6 as my printing system. The attached printer is a Lexmark Z22 printer and it is attached to the parralel port. Problem: For the life of me, I can't get NT type clients, NT4, 2K and XP to print to samba.
2020 Feb 27
2
[PATCH] Update the 5 year logo to 10 year logo
...}J9x)s}2LQ5GC>tn7*PuKcy<nB9w{MNL7IpH;2{ z+%~WkP5O*w@#@C><1mb~X3bISig-EgD;fuS>s=2h&P?LuuOIQX-|i|uLyp>k@qvfw zk@z)PZ?(hB#RuQkFJf6Y5Mx^xv_*LoXQvQ%Y&-G)u0bft#eB##z1J*?kKt_7c2!>U zVYxe4SZLBQ*5y^&EuE>bL91sC06;J_tuS@hJ8=PnvX>CCaGzcu@!RJR6xcUthkb)~ z6lW#lx_AuvSHGlrP$8Arqd(QG+$CHBsSWTMPx0ErEgm*NcnX3rYUa$D26lGxZc%-l zJ$sf_t5(sqYgZy7A|CRxHH)dKDKlowVA!x>Ec&4%GbYxa0D<-hfq}h<ii+Z5em(SS zmevju^Bno|@K6A>N)<5;TU06gkgKxipnX3)mVZp>=!NCR0{TqCz4;3S>{?FZg(Vmm z8{yM+6z=T@>0JXk^34P`IgGk*cQ;WmV1vt>Y_2no#+lm)+p!Dp(j8crCQ_`lAX{li zlu--L)!)GE%P(QC#~m->...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *