sch_hfsc.c 40 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  1. /*
  2. * Copyright (c) 2003 Patrick McHardy, <kaber@trash.net>
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation; either version 2
  7. * of the License, or (at your option) any later version.
  8. *
  9. * 2003-10-17 - Ported from altq
  10. */
  11. /*
  12. * Copyright (c) 1997-1999 Carnegie Mellon University. All Rights Reserved.
  13. *
  14. * Permission to use, copy, modify, and distribute this software and
  15. * its documentation is hereby granted (including for commercial or
  16. * for-profit use), provided that both the copyright notice and this
  17. * permission notice appear in all copies of the software, derivative
  18. * works, or modified versions, and any portions thereof.
  19. *
  20. * THIS SOFTWARE IS EXPERIMENTAL AND IS KNOWN TO HAVE BUGS, SOME OF
  21. * WHICH MAY HAVE SERIOUS CONSEQUENCES. CARNEGIE MELLON PROVIDES THIS
  22. * SOFTWARE IN ITS ``AS IS'' CONDITION, AND ANY EXPRESS OR IMPLIED
  23. * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
  24. * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  25. * DISCLAIMED. IN NO EVENT SHALL CARNEGIE MELLON UNIVERSITY BE LIABLE
  26. * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  27. * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
  28. * OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
  29. * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  30. * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  31. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  32. * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
  33. * DAMAGE.
  34. *
  35. * Carnegie Mellon encourages (but does not require) users of this
  36. * software to return any improvements or extensions that they make,
  37. * and to grant Carnegie Mellon the rights to redistribute these
  38. * changes without encumbrance.
  39. */
  40. /*
  41. * H-FSC is described in Proceedings of SIGCOMM'97,
  42. * "A Hierarchical Fair Service Curve Algorithm for Link-Sharing,
  43. * Real-Time and Priority Service"
  44. * by Ion Stoica, Hui Zhang, and T. S. Eugene Ng.
  45. *
  46. * Oleg Cherevko <olwi@aq.ml.com.ua> added the upperlimit for link-sharing.
  47. * when a class has an upperlimit, the fit-time is computed from the
  48. * upperlimit service curve. the link-sharing scheduler does not schedule
  49. * a class whose fit-time exceeds the current time.
  50. */
  51. #include <linux/kernel.h>
  52. #include <linux/module.h>
  53. #include <linux/types.h>
  54. #include <linux/errno.h>
  55. #include <linux/compiler.h>
  56. #include <linux/spinlock.h>
  57. #include <linux/skbuff.h>
  58. #include <linux/string.h>
  59. #include <linux/slab.h>
  60. #include <linux/list.h>
  61. #include <linux/rbtree.h>
  62. #include <linux/init.h>
  63. #include <linux/rtnetlink.h>
  64. #include <linux/pkt_sched.h>
  65. #include <net/netlink.h>
  66. #include <net/pkt_sched.h>
  67. #include <net/pkt_cls.h>
  68. #include <asm/div64.h>
  69. /*
  70. * kernel internal service curve representation:
  71. * coordinates are given by 64 bit unsigned integers.
  72. * x-axis: unit is clock count.
  73. * y-axis: unit is byte.
  74. *
  75. * The service curve parameters are converted to the internal
  76. * representation. The slope values are scaled to avoid overflow.
  77. * the inverse slope values as well as the y-projection of the 1st
  78. * segment are kept in order to to avoid 64-bit divide operations
  79. * that are expensive on 32-bit architectures.
  80. */
  81. struct internal_sc
  82. {
  83. u64 sm1; /* scaled slope of the 1st segment */
  84. u64 ism1; /* scaled inverse-slope of the 1st segment */
  85. u64 dx; /* the x-projection of the 1st segment */
  86. u64 dy; /* the y-projection of the 1st segment */
  87. u64 sm2; /* scaled slope of the 2nd segment */
  88. u64 ism2; /* scaled inverse-slope of the 2nd segment */
  89. };
  90. /* runtime service curve */
  91. struct runtime_sc
  92. {
  93. u64 x; /* current starting position on x-axis */
  94. u64 y; /* current starting position on y-axis */
  95. u64 sm1; /* scaled slope of the 1st segment */
  96. u64 ism1; /* scaled inverse-slope of the 1st segment */
  97. u64 dx; /* the x-projection of the 1st segment */
  98. u64 dy; /* the y-projection of the 1st segment */
  99. u64 sm2; /* scaled slope of the 2nd segment */
  100. u64 ism2; /* scaled inverse-slope of the 2nd segment */
  101. };
  102. enum hfsc_class_flags
  103. {
  104. HFSC_RSC = 0x1,
  105. HFSC_FSC = 0x2,
  106. HFSC_USC = 0x4
  107. };
  108. struct hfsc_class
  109. {
  110. struct Qdisc_class_common cl_common;
  111. unsigned int refcnt; /* usage count */
  112. struct gnet_stats_basic bstats;
  113. struct gnet_stats_queue qstats;
  114. struct gnet_stats_rate_est rate_est;
  115. unsigned int level; /* class level in hierarchy */
  116. struct tcf_proto *filter_list; /* filter list */
  117. unsigned int filter_cnt; /* filter count */
  118. struct hfsc_sched *sched; /* scheduler data */
  119. struct hfsc_class *cl_parent; /* parent class */
  120. struct list_head siblings; /* sibling classes */
  121. struct list_head children; /* child classes */
  122. struct Qdisc *qdisc; /* leaf qdisc */
  123. struct rb_node el_node; /* qdisc's eligible tree member */
  124. struct rb_root vt_tree; /* active children sorted by cl_vt */
  125. struct rb_node vt_node; /* parent's vt_tree member */
  126. struct rb_root cf_tree; /* active children sorted by cl_f */
  127. struct rb_node cf_node; /* parent's cf_heap member */
  128. struct list_head dlist; /* drop list member */
  129. u64 cl_total; /* total work in bytes */
  130. u64 cl_cumul; /* cumulative work in bytes done by
  131. real-time criteria */
  132. u64 cl_d; /* deadline*/
  133. u64 cl_e; /* eligible time */
  134. u64 cl_vt; /* virtual time */
  135. u64 cl_f; /* time when this class will fit for
  136. link-sharing, max(myf, cfmin) */
  137. u64 cl_myf; /* my fit-time (calculated from this
  138. class's own upperlimit curve) */
  139. u64 cl_myfadj; /* my fit-time adjustment (to cancel
  140. history dependence) */
  141. u64 cl_cfmin; /* earliest children's fit-time (used
  142. with cl_myf to obtain cl_f) */
  143. u64 cl_cvtmin; /* minimal virtual time among the
  144. children fit for link-sharing
  145. (monotonic within a period) */
  146. u64 cl_vtadj; /* intra-period cumulative vt
  147. adjustment */
  148. u64 cl_vtoff; /* inter-period cumulative vt offset */
  149. u64 cl_cvtmax; /* max child's vt in the last period */
  150. u64 cl_cvtoff; /* cumulative cvtmax of all periods */
  151. u64 cl_pcvtoff; /* parent's cvtoff at initialization
  152. time */
  153. struct internal_sc cl_rsc; /* internal real-time service curve */
  154. struct internal_sc cl_fsc; /* internal fair service curve */
  155. struct internal_sc cl_usc; /* internal upperlimit service curve */
  156. struct runtime_sc cl_deadline; /* deadline curve */
  157. struct runtime_sc cl_eligible; /* eligible curve */
  158. struct runtime_sc cl_virtual; /* virtual curve */
  159. struct runtime_sc cl_ulimit; /* upperlimit curve */
  160. unsigned long cl_flags; /* which curves are valid */
  161. unsigned long cl_vtperiod; /* vt period sequence number */
  162. unsigned long cl_parentperiod;/* parent's vt period sequence number*/
  163. unsigned long cl_nactive; /* number of active children */
  164. };
  165. struct hfsc_sched
  166. {
  167. u16 defcls; /* default class id */
  168. struct hfsc_class root; /* root class */
  169. struct Qdisc_class_hash clhash; /* class hash */
  170. struct rb_root eligible; /* eligible tree */
  171. struct list_head droplist; /* active leaf class list (for
  172. dropping) */
  173. struct qdisc_watchdog watchdog; /* watchdog timer */
  174. };
  175. #define HT_INFINITY 0xffffffffffffffffULL /* infinite time value */
  176. /*
  177. * eligible tree holds backlogged classes being sorted by their eligible times.
  178. * there is one eligible tree per hfsc instance.
  179. */
  180. static void
  181. eltree_insert(struct hfsc_class *cl)
  182. {
  183. struct rb_node **p = &cl->sched->eligible.rb_node;
  184. struct rb_node *parent = NULL;
  185. struct hfsc_class *cl1;
  186. while (*p != NULL) {
  187. parent = *p;
  188. cl1 = rb_entry(parent, struct hfsc_class, el_node);
  189. if (cl->cl_e >= cl1->cl_e)
  190. p = &parent->rb_right;
  191. else
  192. p = &parent->rb_left;
  193. }
  194. rb_link_node(&cl->el_node, parent, p);
  195. rb_insert_color(&cl->el_node, &cl->sched->eligible);
  196. }
  197. static inline void
  198. eltree_remove(struct hfsc_class *cl)
  199. {
  200. rb_erase(&cl->el_node, &cl->sched->eligible);
  201. }
  202. static inline void
  203. eltree_update(struct hfsc_class *cl)
  204. {
  205. eltree_remove(cl);
  206. eltree_insert(cl);
  207. }
  208. /* find the class with the minimum deadline among the eligible classes */
  209. static inline struct hfsc_class *
  210. eltree_get_mindl(struct hfsc_sched *q, u64 cur_time)
  211. {
  212. struct hfsc_class *p, *cl = NULL;
  213. struct rb_node *n;
  214. for (n = rb_first(&q->eligible); n != NULL; n = rb_next(n)) {
  215. p = rb_entry(n, struct hfsc_class, el_node);
  216. if (p->cl_e > cur_time)
  217. break;
  218. if (cl == NULL || p->cl_d < cl->cl_d)
  219. cl = p;
  220. }
  221. return cl;
  222. }
  223. /* find the class with minimum eligible time among the eligible classes */
  224. static inline struct hfsc_class *
  225. eltree_get_minel(struct hfsc_sched *q)
  226. {
  227. struct rb_node *n;
  228. n = rb_first(&q->eligible);
  229. if (n == NULL)
  230. return NULL;
  231. return rb_entry(n, struct hfsc_class, el_node);
  232. }
  233. /*
  234. * vttree holds holds backlogged child classes being sorted by their virtual
  235. * time. each intermediate class has one vttree.
  236. */
  237. static void
  238. vttree_insert(struct hfsc_class *cl)
  239. {
  240. struct rb_node **p = &cl->cl_parent->vt_tree.rb_node;
  241. struct rb_node *parent = NULL;
  242. struct hfsc_class *cl1;
  243. while (*p != NULL) {
  244. parent = *p;
  245. cl1 = rb_entry(parent, struct hfsc_class, vt_node);
  246. if (cl->cl_vt >= cl1->cl_vt)
  247. p = &parent->rb_right;
  248. else
  249. p = &parent->rb_left;
  250. }
  251. rb_link_node(&cl->vt_node, parent, p);
  252. rb_insert_color(&cl->vt_node, &cl->cl_parent->vt_tree);
  253. }
  254. static inline void
  255. vttree_remove(struct hfsc_class *cl)
  256. {
  257. rb_erase(&cl->vt_node, &cl->cl_parent->vt_tree);
  258. }
  259. static inline void
  260. vttree_update(struct hfsc_class *cl)
  261. {
  262. vttree_remove(cl);
  263. vttree_insert(cl);
  264. }
  265. static inline struct hfsc_class *
  266. vttree_firstfit(struct hfsc_class *cl, u64 cur_time)
  267. {
  268. struct hfsc_class *p;
  269. struct rb_node *n;
  270. for (n = rb_first(&cl->vt_tree); n != NULL; n = rb_next(n)) {
  271. p = rb_entry(n, struct hfsc_class, vt_node);
  272. if (p->cl_f <= cur_time)
  273. return p;
  274. }
  275. return NULL;
  276. }
  277. /*
  278. * get the leaf class with the minimum vt in the hierarchy
  279. */
  280. static struct hfsc_class *
  281. vttree_get_minvt(struct hfsc_class *cl, u64 cur_time)
  282. {
  283. /* if root-class's cfmin is bigger than cur_time nothing to do */
  284. if (cl->cl_cfmin > cur_time)
  285. return NULL;
  286. while (cl->level > 0) {
  287. cl = vttree_firstfit(cl, cur_time);
  288. if (cl == NULL)
  289. return NULL;
  290. /*
  291. * update parent's cl_cvtmin.
  292. */
  293. if (cl->cl_parent->cl_cvtmin < cl->cl_vt)
  294. cl->cl_parent->cl_cvtmin = cl->cl_vt;
  295. }
  296. return cl;
  297. }
  298. static void
  299. cftree_insert(struct hfsc_class *cl)
  300. {
  301. struct rb_node **p = &cl->cl_parent->cf_tree.rb_node;
  302. struct rb_node *parent = NULL;
  303. struct hfsc_class *cl1;
  304. while (*p != NULL) {
  305. parent = *p;
  306. cl1 = rb_entry(parent, struct hfsc_class, cf_node);
  307. if (cl->cl_f >= cl1->cl_f)
  308. p = &parent->rb_right;
  309. else
  310. p = &parent->rb_left;
  311. }
  312. rb_link_node(&cl->cf_node, parent, p);
  313. rb_insert_color(&cl->cf_node, &cl->cl_parent->cf_tree);
  314. }
  315. static inline void
  316. cftree_remove(struct hfsc_class *cl)
  317. {
  318. rb_erase(&cl->cf_node, &cl->cl_parent->cf_tree);
  319. }
  320. static inline void
  321. cftree_update(struct hfsc_class *cl)
  322. {
  323. cftree_remove(cl);
  324. cftree_insert(cl);
  325. }
  326. /*
  327. * service curve support functions
  328. *
  329. * external service curve parameters
  330. * m: bps
  331. * d: us
  332. * internal service curve parameters
  333. * sm: (bytes/psched_us) << SM_SHIFT
  334. * ism: (psched_us/byte) << ISM_SHIFT
  335. * dx: psched_us
  336. *
  337. * The clock source resolution with ktime is 1.024us.
  338. *
  339. * sm and ism are scaled in order to keep effective digits.
  340. * SM_SHIFT and ISM_SHIFT are selected to keep at least 4 effective
  341. * digits in decimal using the following table.
  342. *
  343. * bits/sec 100Kbps 1Mbps 10Mbps 100Mbps 1Gbps
  344. * ------------+-------------------------------------------------------
  345. * bytes/1.024us 12.8e-3 128e-3 1280e-3 12800e-3 128000e-3
  346. *
  347. * 1.024us/byte 78.125 7.8125 0.78125 0.078125 0.0078125
  348. */
  349. #define SM_SHIFT 20
  350. #define ISM_SHIFT 18
  351. #define SM_MASK ((1ULL << SM_SHIFT) - 1)
  352. #define ISM_MASK ((1ULL << ISM_SHIFT) - 1)
  353. static inline u64
  354. seg_x2y(u64 x, u64 sm)
  355. {
  356. u64 y;
  357. /*
  358. * compute
  359. * y = x * sm >> SM_SHIFT
  360. * but divide it for the upper and lower bits to avoid overflow
  361. */
  362. y = (x >> SM_SHIFT) * sm + (((x & SM_MASK) * sm) >> SM_SHIFT);
  363. return y;
  364. }
  365. static inline u64
  366. seg_y2x(u64 y, u64 ism)
  367. {
  368. u64 x;
  369. if (y == 0)
  370. x = 0;
  371. else if (ism == HT_INFINITY)
  372. x = HT_INFINITY;
  373. else {
  374. x = (y >> ISM_SHIFT) * ism
  375. + (((y & ISM_MASK) * ism) >> ISM_SHIFT);
  376. }
  377. return x;
  378. }
  379. /* Convert m (bps) into sm (bytes/psched us) */
  380. static u64
  381. m2sm(u32 m)
  382. {
  383. u64 sm;
  384. sm = ((u64)m << SM_SHIFT);
  385. sm += PSCHED_TICKS_PER_SEC - 1;
  386. do_div(sm, PSCHED_TICKS_PER_SEC);
  387. return sm;
  388. }
  389. /* convert m (bps) into ism (psched us/byte) */
  390. static u64
  391. m2ism(u32 m)
  392. {
  393. u64 ism;
  394. if (m == 0)
  395. ism = HT_INFINITY;
  396. else {
  397. ism = ((u64)PSCHED_TICKS_PER_SEC << ISM_SHIFT);
  398. ism += m - 1;
  399. do_div(ism, m);
  400. }
  401. return ism;
  402. }
  403. /* convert d (us) into dx (psched us) */
  404. static u64
  405. d2dx(u32 d)
  406. {
  407. u64 dx;
  408. dx = ((u64)d * PSCHED_TICKS_PER_SEC);
  409. dx += USEC_PER_SEC - 1;
  410. do_div(dx, USEC_PER_SEC);
  411. return dx;
  412. }
  413. /* convert sm (bytes/psched us) into m (bps) */
  414. static u32
  415. sm2m(u64 sm)
  416. {
  417. u64 m;
  418. m = (sm * PSCHED_TICKS_PER_SEC) >> SM_SHIFT;
  419. return (u32)m;
  420. }
  421. /* convert dx (psched us) into d (us) */
  422. static u32
  423. dx2d(u64 dx)
  424. {
  425. u64 d;
  426. d = dx * USEC_PER_SEC;
  427. do_div(d, PSCHED_TICKS_PER_SEC);
  428. return (u32)d;
  429. }
  430. static void
  431. sc2isc(struct tc_service_curve *sc, struct internal_sc *isc)
  432. {
  433. isc->sm1 = m2sm(sc->m1);
  434. isc->ism1 = m2ism(sc->m1);
  435. isc->dx = d2dx(sc->d);
  436. isc->dy = seg_x2y(isc->dx, isc->sm1);
  437. isc->sm2 = m2sm(sc->m2);
  438. isc->ism2 = m2ism(sc->m2);
  439. }
  440. /*
  441. * initialize the runtime service curve with the given internal
  442. * service curve starting at (x, y).
  443. */
  444. static void
  445. rtsc_init(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y)
  446. {
  447. rtsc->x = x;
  448. rtsc->y = y;
  449. rtsc->sm1 = isc->sm1;
  450. rtsc->ism1 = isc->ism1;
  451. rtsc->dx = isc->dx;
  452. rtsc->dy = isc->dy;
  453. rtsc->sm2 = isc->sm2;
  454. rtsc->ism2 = isc->ism2;
  455. }
  456. /*
  457. * calculate the y-projection of the runtime service curve by the
  458. * given x-projection value
  459. */
  460. static u64
  461. rtsc_y2x(struct runtime_sc *rtsc, u64 y)
  462. {
  463. u64 x;
  464. if (y < rtsc->y)
  465. x = rtsc->x;
  466. else if (y <= rtsc->y + rtsc->dy) {
  467. /* x belongs to the 1st segment */
  468. if (rtsc->dy == 0)
  469. x = rtsc->x + rtsc->dx;
  470. else
  471. x = rtsc->x + seg_y2x(y - rtsc->y, rtsc->ism1);
  472. } else {
  473. /* x belongs to the 2nd segment */
  474. x = rtsc->x + rtsc->dx
  475. + seg_y2x(y - rtsc->y - rtsc->dy, rtsc->ism2);
  476. }
  477. return x;
  478. }
  479. static u64
  480. rtsc_x2y(struct runtime_sc *rtsc, u64 x)
  481. {
  482. u64 y;
  483. if (x <= rtsc->x)
  484. y = rtsc->y;
  485. else if (x <= rtsc->x + rtsc->dx)
  486. /* y belongs to the 1st segment */
  487. y = rtsc->y + seg_x2y(x - rtsc->x, rtsc->sm1);
  488. else
  489. /* y belongs to the 2nd segment */
  490. y = rtsc->y + rtsc->dy
  491. + seg_x2y(x - rtsc->x - rtsc->dx, rtsc->sm2);
  492. return y;
  493. }
  494. /*
  495. * update the runtime service curve by taking the minimum of the current
  496. * runtime service curve and the service curve starting at (x, y).
  497. */
  498. static void
  499. rtsc_min(struct runtime_sc *rtsc, struct internal_sc *isc, u64 x, u64 y)
  500. {
  501. u64 y1, y2, dx, dy;
  502. u32 dsm;
  503. if (isc->sm1 <= isc->sm2) {
  504. /* service curve is convex */
  505. y1 = rtsc_x2y(rtsc, x);
  506. if (y1 < y)
  507. /* the current rtsc is smaller */
  508. return;
  509. rtsc->x = x;
  510. rtsc->y = y;
  511. return;
  512. }
  513. /*
  514. * service curve is concave
  515. * compute the two y values of the current rtsc
  516. * y1: at x
  517. * y2: at (x + dx)
  518. */
  519. y1 = rtsc_x2y(rtsc, x);
  520. if (y1 <= y) {
  521. /* rtsc is below isc, no change to rtsc */
  522. return;
  523. }
  524. y2 = rtsc_x2y(rtsc, x + isc->dx);
  525. if (y2 >= y + isc->dy) {
  526. /* rtsc is above isc, replace rtsc by isc */
  527. rtsc->x = x;
  528. rtsc->y = y;
  529. rtsc->dx = isc->dx;
  530. rtsc->dy = isc->dy;
  531. return;
  532. }
  533. /*
  534. * the two curves intersect
  535. * compute the offsets (dx, dy) using the reverse
  536. * function of seg_x2y()
  537. * seg_x2y(dx, sm1) == seg_x2y(dx, sm2) + (y1 - y)
  538. */
  539. dx = (y1 - y) << SM_SHIFT;
  540. dsm = isc->sm1 - isc->sm2;
  541. do_div(dx, dsm);
  542. /*
  543. * check if (x, y1) belongs to the 1st segment of rtsc.
  544. * if so, add the offset.
  545. */
  546. if (rtsc->x + rtsc->dx > x)
  547. dx += rtsc->x + rtsc->dx - x;
  548. dy = seg_x2y(dx, isc->sm1);
  549. rtsc->x = x;
  550. rtsc->y = y;
  551. rtsc->dx = dx;
  552. rtsc->dy = dy;
  553. return;
  554. }
  555. static void
  556. init_ed(struct hfsc_class *cl, unsigned int next_len)
  557. {
  558. u64 cur_time = psched_get_time();
  559. /* update the deadline curve */
  560. rtsc_min(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul);
  561. /*
  562. * update the eligible curve.
  563. * for concave, it is equal to the deadline curve.
  564. * for convex, it is a linear curve with slope m2.
  565. */
  566. cl->cl_eligible = cl->cl_deadline;
  567. if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) {
  568. cl->cl_eligible.dx = 0;
  569. cl->cl_eligible.dy = 0;
  570. }
  571. /* compute e and d */
  572. cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
  573. cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
  574. eltree_insert(cl);
  575. }
  576. static void
  577. update_ed(struct hfsc_class *cl, unsigned int next_len)
  578. {
  579. cl->cl_e = rtsc_y2x(&cl->cl_eligible, cl->cl_cumul);
  580. cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
  581. eltree_update(cl);
  582. }
  583. static inline void
  584. update_d(struct hfsc_class *cl, unsigned int next_len)
  585. {
  586. cl->cl_d = rtsc_y2x(&cl->cl_deadline, cl->cl_cumul + next_len);
  587. }
  588. static inline void
  589. update_cfmin(struct hfsc_class *cl)
  590. {
  591. struct rb_node *n = rb_first(&cl->cf_tree);
  592. struct hfsc_class *p;
  593. if (n == NULL) {
  594. cl->cl_cfmin = 0;
  595. return;
  596. }
  597. p = rb_entry(n, struct hfsc_class, cf_node);
  598. cl->cl_cfmin = p->cl_f;
  599. }
  600. static void
  601. init_vf(struct hfsc_class *cl, unsigned int len)
  602. {
  603. struct hfsc_class *max_cl;
  604. struct rb_node *n;
  605. u64 vt, f, cur_time;
  606. int go_active;
  607. cur_time = 0;
  608. go_active = 1;
  609. for (; cl->cl_parent != NULL; cl = cl->cl_parent) {
  610. if (go_active && cl->cl_nactive++ == 0)
  611. go_active = 1;
  612. else
  613. go_active = 0;
  614. if (go_active) {
  615. n = rb_last(&cl->cl_parent->vt_tree);
  616. if (n != NULL) {
  617. max_cl = rb_entry(n, struct hfsc_class,vt_node);
  618. /*
  619. * set vt to the average of the min and max
  620. * classes. if the parent's period didn't
  621. * change, don't decrease vt of the class.
  622. */
  623. vt = max_cl->cl_vt;
  624. if (cl->cl_parent->cl_cvtmin != 0)
  625. vt = (cl->cl_parent->cl_cvtmin + vt)/2;
  626. if (cl->cl_parent->cl_vtperiod !=
  627. cl->cl_parentperiod || vt > cl->cl_vt)
  628. cl->cl_vt = vt;
  629. } else {
  630. /*
  631. * first child for a new parent backlog period.
  632. * add parent's cvtmax to cvtoff to make a new
  633. * vt (vtoff + vt) larger than the vt in the
  634. * last period for all children.
  635. */
  636. vt = cl->cl_parent->cl_cvtmax;
  637. cl->cl_parent->cl_cvtoff += vt;
  638. cl->cl_parent->cl_cvtmax = 0;
  639. cl->cl_parent->cl_cvtmin = 0;
  640. cl->cl_vt = 0;
  641. }
  642. cl->cl_vtoff = cl->cl_parent->cl_cvtoff -
  643. cl->cl_pcvtoff;
  644. /* update the virtual curve */
  645. vt = cl->cl_vt + cl->cl_vtoff;
  646. rtsc_min(&cl->cl_virtual, &cl->cl_fsc, vt,
  647. cl->cl_total);
  648. if (cl->cl_virtual.x == vt) {
  649. cl->cl_virtual.x -= cl->cl_vtoff;
  650. cl->cl_vtoff = 0;
  651. }
  652. cl->cl_vtadj = 0;
  653. cl->cl_vtperiod++; /* increment vt period */
  654. cl->cl_parentperiod = cl->cl_parent->cl_vtperiod;
  655. if (cl->cl_parent->cl_nactive == 0)
  656. cl->cl_parentperiod++;
  657. cl->cl_f = 0;
  658. vttree_insert(cl);
  659. cftree_insert(cl);
  660. if (cl->cl_flags & HFSC_USC) {
  661. /* class has upper limit curve */
  662. if (cur_time == 0)
  663. cur_time = psched_get_time();
  664. /* update the ulimit curve */
  665. rtsc_min(&cl->cl_ulimit, &cl->cl_usc, cur_time,
  666. cl->cl_total);
  667. /* compute myf */
  668. cl->cl_myf = rtsc_y2x(&cl->cl_ulimit,
  669. cl->cl_total);
  670. cl->cl_myfadj = 0;
  671. }
  672. }
  673. f = max(cl->cl_myf, cl->cl_cfmin);
  674. if (f != cl->cl_f) {
  675. cl->cl_f = f;
  676. cftree_update(cl);
  677. update_cfmin(cl->cl_parent);
  678. }
  679. }
  680. }
  681. static void
  682. update_vf(struct hfsc_class *cl, unsigned int len, u64 cur_time)
  683. {
  684. u64 f; /* , myf_bound, delta; */
  685. int go_passive = 0;
  686. if (cl->qdisc->q.qlen == 0 && cl->cl_flags & HFSC_FSC)
  687. go_passive = 1;
  688. for (; cl->cl_parent != NULL; cl = cl->cl_parent) {
  689. cl->cl_total += len;
  690. if (!(cl->cl_flags & HFSC_FSC) || cl->cl_nactive == 0)
  691. continue;
  692. if (go_passive && --cl->cl_nactive == 0)
  693. go_passive = 1;
  694. else
  695. go_passive = 0;
  696. if (go_passive) {
  697. /* no more active child, going passive */
  698. /* update cvtmax of the parent class */
  699. if (cl->cl_vt > cl->cl_parent->cl_cvtmax)
  700. cl->cl_parent->cl_cvtmax = cl->cl_vt;
  701. /* remove this class from the vt tree */
  702. vttree_remove(cl);
  703. cftree_remove(cl);
  704. update_cfmin(cl->cl_parent);
  705. continue;
  706. }
  707. /*
  708. * update vt and f
  709. */
  710. cl->cl_vt = rtsc_y2x(&cl->cl_virtual, cl->cl_total)
  711. - cl->cl_vtoff + cl->cl_vtadj;
  712. /*
  713. * if vt of the class is smaller than cvtmin,
  714. * the class was skipped in the past due to non-fit.
  715. * if so, we need to adjust vtadj.
  716. */
  717. if (cl->cl_vt < cl->cl_parent->cl_cvtmin) {
  718. cl->cl_vtadj += cl->cl_parent->cl_cvtmin - cl->cl_vt;
  719. cl->cl_vt = cl->cl_parent->cl_cvtmin;
  720. }
  721. /* update the vt tree */
  722. vttree_update(cl);
  723. if (cl->cl_flags & HFSC_USC) {
  724. cl->cl_myf = cl->cl_myfadj + rtsc_y2x(&cl->cl_ulimit,
  725. cl->cl_total);
  726. #if 0
  727. /*
  728. * This code causes classes to stay way under their
  729. * limit when multiple classes are used at gigabit
  730. * speed. needs investigation. -kaber
  731. */
  732. /*
  733. * if myf lags behind by more than one clock tick
  734. * from the current time, adjust myfadj to prevent
  735. * a rate-limited class from going greedy.
  736. * in a steady state under rate-limiting, myf
  737. * fluctuates within one clock tick.
  738. */
  739. myf_bound = cur_time - PSCHED_JIFFIE2US(1);
  740. if (cl->cl_myf < myf_bound) {
  741. delta = cur_time - cl->cl_myf;
  742. cl->cl_myfadj += delta;
  743. cl->cl_myf += delta;
  744. }
  745. #endif
  746. }
  747. f = max(cl->cl_myf, cl->cl_cfmin);
  748. if (f != cl->cl_f) {
  749. cl->cl_f = f;
  750. cftree_update(cl);
  751. update_cfmin(cl->cl_parent);
  752. }
  753. }
  754. }
  755. static void
  756. set_active(struct hfsc_class *cl, unsigned int len)
  757. {
  758. if (cl->cl_flags & HFSC_RSC)
  759. init_ed(cl, len);
  760. if (cl->cl_flags & HFSC_FSC)
  761. init_vf(cl, len);
  762. list_add_tail(&cl->dlist, &cl->sched->droplist);
  763. }
  764. static void
  765. set_passive(struct hfsc_class *cl)
  766. {
  767. if (cl->cl_flags & HFSC_RSC)
  768. eltree_remove(cl);
  769. list_del(&cl->dlist);
  770. /*
  771. * vttree is now handled in update_vf() so that update_vf(cl, 0, 0)
  772. * needs to be called explicitly to remove a class from vttree.
  773. */
  774. }
  775. static unsigned int
  776. qdisc_peek_len(struct Qdisc *sch)
  777. {
  778. struct sk_buff *skb;
  779. unsigned int len;
  780. skb = sch->ops->peek(sch);
  781. if (skb == NULL) {
  782. if (net_ratelimit())
  783. printk("qdisc_peek_len: non work-conserving qdisc ?\n");
  784. return 0;
  785. }
  786. len = qdisc_pkt_len(skb);
  787. return len;
  788. }
  789. static void
  790. hfsc_purge_queue(struct Qdisc *sch, struct hfsc_class *cl)
  791. {
  792. unsigned int len = cl->qdisc->q.qlen;
  793. qdisc_reset(cl->qdisc);
  794. qdisc_tree_decrease_qlen(cl->qdisc, len);
  795. }
  796. static void
  797. hfsc_adjust_levels(struct hfsc_class *cl)
  798. {
  799. struct hfsc_class *p;
  800. unsigned int level;
  801. do {
  802. level = 0;
  803. list_for_each_entry(p, &cl->children, siblings) {
  804. if (p->level >= level)
  805. level = p->level + 1;
  806. }
  807. cl->level = level;
  808. } while ((cl = cl->cl_parent) != NULL);
  809. }
  810. static inline struct hfsc_class *
  811. hfsc_find_class(u32 classid, struct Qdisc *sch)
  812. {
  813. struct hfsc_sched *q = qdisc_priv(sch);
  814. struct Qdisc_class_common *clc;
  815. clc = qdisc_class_find(&q->clhash, classid);
  816. if (clc == NULL)
  817. return NULL;
  818. return container_of(clc, struct hfsc_class, cl_common);
  819. }
  820. static void
  821. hfsc_change_rsc(struct hfsc_class *cl, struct tc_service_curve *rsc,
  822. u64 cur_time)
  823. {
  824. sc2isc(rsc, &cl->cl_rsc);
  825. rtsc_init(&cl->cl_deadline, &cl->cl_rsc, cur_time, cl->cl_cumul);
  826. cl->cl_eligible = cl->cl_deadline;
  827. if (cl->cl_rsc.sm1 <= cl->cl_rsc.sm2) {
  828. cl->cl_eligible.dx = 0;
  829. cl->cl_eligible.dy = 0;
  830. }
  831. cl->cl_flags |= HFSC_RSC;
  832. }
  833. static void
  834. hfsc_change_fsc(struct hfsc_class *cl, struct tc_service_curve *fsc)
  835. {
  836. sc2isc(fsc, &cl->cl_fsc);
  837. rtsc_init(&cl->cl_virtual, &cl->cl_fsc, cl->cl_vt, cl->cl_total);
  838. cl->cl_flags |= HFSC_FSC;
  839. }
  840. static void
  841. hfsc_change_usc(struct hfsc_class *cl, struct tc_service_curve *usc,
  842. u64 cur_time)
  843. {
  844. sc2isc(usc, &cl->cl_usc);
  845. rtsc_init(&cl->cl_ulimit, &cl->cl_usc, cur_time, cl->cl_total);
  846. cl->cl_flags |= HFSC_USC;
  847. }
  848. static const struct nla_policy hfsc_policy[TCA_HFSC_MAX + 1] = {
  849. [TCA_HFSC_RSC] = { .len = sizeof(struct tc_service_curve) },
  850. [TCA_HFSC_FSC] = { .len = sizeof(struct tc_service_curve) },
  851. [TCA_HFSC_USC] = { .len = sizeof(struct tc_service_curve) },
  852. };
  853. static int
  854. hfsc_change_class(struct Qdisc *sch, u32 classid, u32 parentid,
  855. struct nlattr **tca, unsigned long *arg)
  856. {
  857. struct hfsc_sched *q = qdisc_priv(sch);
  858. struct hfsc_class *cl = (struct hfsc_class *)*arg;
  859. struct hfsc_class *parent = NULL;
  860. struct nlattr *opt = tca[TCA_OPTIONS];
  861. struct nlattr *tb[TCA_HFSC_MAX + 1];
  862. struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL;
  863. u64 cur_time;
  864. int err;
  865. if (opt == NULL)
  866. return -EINVAL;
  867. err = nla_parse_nested(tb, TCA_HFSC_MAX, opt, hfsc_policy);
  868. if (err < 0)
  869. return err;
  870. if (tb[TCA_HFSC_RSC]) {
  871. rsc = nla_data(tb[TCA_HFSC_RSC]);
  872. if (rsc->m1 == 0 && rsc->m2 == 0)
  873. rsc = NULL;
  874. }
  875. if (tb[TCA_HFSC_FSC]) {
  876. fsc = nla_data(tb[TCA_HFSC_FSC]);
  877. if (fsc->m1 == 0 && fsc->m2 == 0)
  878. fsc = NULL;
  879. }
  880. if (tb[TCA_HFSC_USC]) {
  881. usc = nla_data(tb[TCA_HFSC_USC]);
  882. if (usc->m1 == 0 && usc->m2 == 0)
  883. usc = NULL;
  884. }
  885. if (cl != NULL) {
  886. if (parentid) {
  887. if (cl->cl_parent &&
  888. cl->cl_parent->cl_common.classid != parentid)
  889. return -EINVAL;
  890. if (cl->cl_parent == NULL && parentid != TC_H_ROOT)
  891. return -EINVAL;
  892. }
  893. cur_time = psched_get_time();
  894. if (tca[TCA_RATE]) {
  895. err = gen_replace_estimator(&cl->bstats, &cl->rate_est,
  896. qdisc_root_sleeping_lock(sch),
  897. tca[TCA_RATE]);
  898. if (err)
  899. return err;
  900. }
  901. sch_tree_lock(sch);
  902. if (rsc != NULL)
  903. hfsc_change_rsc(cl, rsc, cur_time);
  904. if (fsc != NULL)
  905. hfsc_change_fsc(cl, fsc);
  906. if (usc != NULL)
  907. hfsc_change_usc(cl, usc, cur_time);
  908. if (cl->qdisc->q.qlen != 0) {
  909. if (cl->cl_flags & HFSC_RSC)
  910. update_ed(cl, qdisc_peek_len(cl->qdisc));
  911. if (cl->cl_flags & HFSC_FSC)
  912. update_vf(cl, 0, cur_time);
  913. }
  914. sch_tree_unlock(sch);
  915. return 0;
  916. }
  917. if (parentid == TC_H_ROOT)
  918. return -EEXIST;
  919. parent = &q->root;
  920. if (parentid) {
  921. parent = hfsc_find_class(parentid, sch);
  922. if (parent == NULL)
  923. return -ENOENT;
  924. }
  925. if (classid == 0 || TC_H_MAJ(classid ^ sch->handle) != 0)
  926. return -EINVAL;
  927. if (hfsc_find_class(classid, sch))
  928. return -EEXIST;
  929. if (rsc == NULL && fsc == NULL)
  930. return -EINVAL;
  931. cl = kzalloc(sizeof(struct hfsc_class), GFP_KERNEL);
  932. if (cl == NULL)
  933. return -ENOBUFS;
  934. if (tca[TCA_RATE]) {
  935. err = gen_new_estimator(&cl->bstats, &cl->rate_est,
  936. qdisc_root_sleeping_lock(sch),
  937. tca[TCA_RATE]);
  938. if (err) {
  939. kfree(cl);
  940. return err;
  941. }
  942. }
  943. if (rsc != NULL)
  944. hfsc_change_rsc(cl, rsc, 0);
  945. if (fsc != NULL)
  946. hfsc_change_fsc(cl, fsc);
  947. if (usc != NULL)
  948. hfsc_change_usc(cl, usc, 0);
  949. cl->cl_common.classid = classid;
  950. cl->refcnt = 1;
  951. cl->sched = q;
  952. cl->cl_parent = parent;
  953. cl->qdisc = qdisc_create_dflt(qdisc_dev(sch), sch->dev_queue,
  954. &pfifo_qdisc_ops, classid);
  955. if (cl->qdisc == NULL)
  956. cl->qdisc = &noop_qdisc;
  957. INIT_LIST_HEAD(&cl->children);
  958. cl->vt_tree = RB_ROOT;
  959. cl->cf_tree = RB_ROOT;
  960. sch_tree_lock(sch);
  961. qdisc_class_hash_insert(&q->clhash, &cl->cl_common);
  962. list_add_tail(&cl->siblings, &parent->children);
  963. if (parent->level == 0)
  964. hfsc_purge_queue(sch, parent);
  965. hfsc_adjust_levels(parent);
  966. cl->cl_pcvtoff = parent->cl_cvtoff;
  967. sch_tree_unlock(sch);
  968. qdisc_class_hash_grow(sch, &q->clhash);
  969. *arg = (unsigned long)cl;
  970. return 0;
  971. }
  972. static void
  973. hfsc_destroy_class(struct Qdisc *sch, struct hfsc_class *cl)
  974. {
  975. struct hfsc_sched *q = qdisc_priv(sch);
  976. tcf_destroy_chain(&cl->filter_list);
  977. qdisc_destroy(cl->qdisc);
  978. gen_kill_estimator(&cl->bstats, &cl->rate_est);
  979. if (cl != &q->root)
  980. kfree(cl);
  981. }
  982. static int
  983. hfsc_delete_class(struct Qdisc *sch, unsigned long arg)
  984. {
  985. struct hfsc_sched *q = qdisc_priv(sch);
  986. struct hfsc_class *cl = (struct hfsc_class *)arg;
  987. if (cl->level > 0 || cl->filter_cnt > 0 || cl == &q->root)
  988. return -EBUSY;
  989. sch_tree_lock(sch);
  990. list_del(&cl->siblings);
  991. hfsc_adjust_levels(cl->cl_parent);
  992. hfsc_purge_queue(sch, cl);
  993. qdisc_class_hash_remove(&q->clhash, &cl->cl_common);
  994. if (--cl->refcnt == 0)
  995. hfsc_destroy_class(sch, cl);
  996. sch_tree_unlock(sch);
  997. return 0;
  998. }
  999. static struct hfsc_class *
  1000. hfsc_classify(struct sk_buff *skb, struct Qdisc *sch, int *qerr)
  1001. {
  1002. struct hfsc_sched *q = qdisc_priv(sch);
  1003. struct hfsc_class *cl;
  1004. struct tcf_result res;
  1005. struct tcf_proto *tcf;
  1006. int result;
  1007. if (TC_H_MAJ(skb->priority ^ sch->handle) == 0 &&
  1008. (cl = hfsc_find_class(skb->priority, sch)) != NULL)
  1009. if (cl->level == 0)
  1010. return cl;
  1011. *qerr = NET_XMIT_SUCCESS | __NET_XMIT_BYPASS;
  1012. tcf = q->root.filter_list;
  1013. while (tcf && (result = tc_classify(skb, tcf, &res)) >= 0) {
  1014. #ifdef CONFIG_NET_CLS_ACT
  1015. switch (result) {
  1016. case TC_ACT_QUEUED:
  1017. case TC_ACT_STOLEN:
  1018. *qerr = NET_XMIT_SUCCESS | __NET_XMIT_STOLEN;
  1019. case TC_ACT_SHOT:
  1020. return NULL;
  1021. }
  1022. #endif
  1023. if ((cl = (struct hfsc_class *)res.class) == NULL) {
  1024. if ((cl = hfsc_find_class(res.classid, sch)) == NULL)
  1025. break; /* filter selected invalid classid */
  1026. }
  1027. if (cl->level == 0)
  1028. return cl; /* hit leaf class */
  1029. /* apply inner filter chain */
  1030. tcf = cl->filter_list;
  1031. }
  1032. /* classification failed, try default class */
  1033. cl = hfsc_find_class(TC_H_MAKE(TC_H_MAJ(sch->handle), q->defcls), sch);
  1034. if (cl == NULL || cl->level > 0)
  1035. return NULL;
  1036. return cl;
  1037. }
  1038. static int
  1039. hfsc_graft_class(struct Qdisc *sch, unsigned long arg, struct Qdisc *new,
  1040. struct Qdisc **old)
  1041. {
  1042. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1043. if (cl == NULL)
  1044. return -ENOENT;
  1045. if (cl->level > 0)
  1046. return -EINVAL;
  1047. if (new == NULL) {
  1048. new = qdisc_create_dflt(qdisc_dev(sch), sch->dev_queue,
  1049. &pfifo_qdisc_ops,
  1050. cl->cl_common.classid);
  1051. if (new == NULL)
  1052. new = &noop_qdisc;
  1053. }
  1054. sch_tree_lock(sch);
  1055. hfsc_purge_queue(sch, cl);
  1056. *old = cl->qdisc;
  1057. cl->qdisc = new;
  1058. sch_tree_unlock(sch);
  1059. return 0;
  1060. }
  1061. static struct Qdisc *
  1062. hfsc_class_leaf(struct Qdisc *sch, unsigned long arg)
  1063. {
  1064. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1065. if (cl != NULL && cl->level == 0)
  1066. return cl->qdisc;
  1067. return NULL;
  1068. }
  1069. static void
  1070. hfsc_qlen_notify(struct Qdisc *sch, unsigned long arg)
  1071. {
  1072. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1073. if (cl->qdisc->q.qlen == 0) {
  1074. update_vf(cl, 0, 0);
  1075. set_passive(cl);
  1076. }
  1077. }
  1078. static unsigned long
  1079. hfsc_get_class(struct Qdisc *sch, u32 classid)
  1080. {
  1081. struct hfsc_class *cl = hfsc_find_class(classid, sch);
  1082. if (cl != NULL)
  1083. cl->refcnt++;
  1084. return (unsigned long)cl;
  1085. }
  1086. static void
  1087. hfsc_put_class(struct Qdisc *sch, unsigned long arg)
  1088. {
  1089. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1090. if (--cl->refcnt == 0)
  1091. hfsc_destroy_class(sch, cl);
  1092. }
  1093. static unsigned long
  1094. hfsc_bind_tcf(struct Qdisc *sch, unsigned long parent, u32 classid)
  1095. {
  1096. struct hfsc_class *p = (struct hfsc_class *)parent;
  1097. struct hfsc_class *cl = hfsc_find_class(classid, sch);
  1098. if (cl != NULL) {
  1099. if (p != NULL && p->level <= cl->level)
  1100. return 0;
  1101. cl->filter_cnt++;
  1102. }
  1103. return (unsigned long)cl;
  1104. }
  1105. static void
  1106. hfsc_unbind_tcf(struct Qdisc *sch, unsigned long arg)
  1107. {
  1108. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1109. cl->filter_cnt--;
  1110. }
  1111. static struct tcf_proto **
  1112. hfsc_tcf_chain(struct Qdisc *sch, unsigned long arg)
  1113. {
  1114. struct hfsc_sched *q = qdisc_priv(sch);
  1115. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1116. if (cl == NULL)
  1117. cl = &q->root;
  1118. return &cl->filter_list;
  1119. }
  1120. static int
  1121. hfsc_dump_sc(struct sk_buff *skb, int attr, struct internal_sc *sc)
  1122. {
  1123. struct tc_service_curve tsc;
  1124. tsc.m1 = sm2m(sc->sm1);
  1125. tsc.d = dx2d(sc->dx);
  1126. tsc.m2 = sm2m(sc->sm2);
  1127. NLA_PUT(skb, attr, sizeof(tsc), &tsc);
  1128. return skb->len;
  1129. nla_put_failure:
  1130. return -1;
  1131. }
  1132. static inline int
  1133. hfsc_dump_curves(struct sk_buff *skb, struct hfsc_class *cl)
  1134. {
  1135. if ((cl->cl_flags & HFSC_RSC) &&
  1136. (hfsc_dump_sc(skb, TCA_HFSC_RSC, &cl->cl_rsc) < 0))
  1137. goto nla_put_failure;
  1138. if ((cl->cl_flags & HFSC_FSC) &&
  1139. (hfsc_dump_sc(skb, TCA_HFSC_FSC, &cl->cl_fsc) < 0))
  1140. goto nla_put_failure;
  1141. if ((cl->cl_flags & HFSC_USC) &&
  1142. (hfsc_dump_sc(skb, TCA_HFSC_USC, &cl->cl_usc) < 0))
  1143. goto nla_put_failure;
  1144. return skb->len;
  1145. nla_put_failure:
  1146. return -1;
  1147. }
  1148. static int
  1149. hfsc_dump_class(struct Qdisc *sch, unsigned long arg, struct sk_buff *skb,
  1150. struct tcmsg *tcm)
  1151. {
  1152. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1153. struct nlattr *nest;
  1154. tcm->tcm_parent = cl->cl_parent ? cl->cl_parent->cl_common.classid :
  1155. TC_H_ROOT;
  1156. tcm->tcm_handle = cl->cl_common.classid;
  1157. if (cl->level == 0)
  1158. tcm->tcm_info = cl->qdisc->handle;
  1159. nest = nla_nest_start(skb, TCA_OPTIONS);
  1160. if (nest == NULL)
  1161. goto nla_put_failure;
  1162. if (hfsc_dump_curves(skb, cl) < 0)
  1163. goto nla_put_failure;
  1164. nla_nest_end(skb, nest);
  1165. return skb->len;
  1166. nla_put_failure:
  1167. nla_nest_cancel(skb, nest);
  1168. return -EMSGSIZE;
  1169. }
  1170. static int
  1171. hfsc_dump_class_stats(struct Qdisc *sch, unsigned long arg,
  1172. struct gnet_dump *d)
  1173. {
  1174. struct hfsc_class *cl = (struct hfsc_class *)arg;
  1175. struct tc_hfsc_stats xstats;
  1176. cl->qstats.qlen = cl->qdisc->q.qlen;
  1177. xstats.level = cl->level;
  1178. xstats.period = cl->cl_vtperiod;
  1179. xstats.work = cl->cl_total;
  1180. xstats.rtwork = cl->cl_cumul;
  1181. if (gnet_stats_copy_basic(d, &cl->bstats) < 0 ||
  1182. gnet_stats_copy_rate_est(d, &cl->rate_est) < 0 ||
  1183. gnet_stats_copy_queue(d, &cl->qstats) < 0)
  1184. return -1;
  1185. return gnet_stats_copy_app(d, &xstats, sizeof(xstats));
  1186. }
  1187. static void
  1188. hfsc_walk(struct Qdisc *sch, struct qdisc_walker *arg)
  1189. {
  1190. struct hfsc_sched *q = qdisc_priv(sch);
  1191. struct hlist_node *n;
  1192. struct hfsc_class *cl;
  1193. unsigned int i;
  1194. if (arg->stop)
  1195. return;
  1196. for (i = 0; i < q->clhash.hashsize; i++) {
  1197. hlist_for_each_entry(cl, n, &q->clhash.hash[i],
  1198. cl_common.hnode) {
  1199. if (arg->count < arg->skip) {
  1200. arg->count++;
  1201. continue;
  1202. }
  1203. if (arg->fn(sch, (unsigned long)cl, arg) < 0) {
  1204. arg->stop = 1;
  1205. return;
  1206. }
  1207. arg->count++;
  1208. }
  1209. }
  1210. }
  1211. static void
  1212. hfsc_schedule_watchdog(struct Qdisc *sch)
  1213. {
  1214. struct hfsc_sched *q = qdisc_priv(sch);
  1215. struct hfsc_class *cl;
  1216. u64 next_time = 0;
  1217. if ((cl = eltree_get_minel(q)) != NULL)
  1218. next_time = cl->cl_e;
  1219. if (q->root.cl_cfmin != 0) {
  1220. if (next_time == 0 || next_time > q->root.cl_cfmin)
  1221. next_time = q->root.cl_cfmin;
  1222. }
  1223. WARN_ON(next_time == 0);
  1224. qdisc_watchdog_schedule(&q->watchdog, next_time);
  1225. }
  1226. static int
  1227. hfsc_init_qdisc(struct Qdisc *sch, struct nlattr *opt)
  1228. {
  1229. struct hfsc_sched *q = qdisc_priv(sch);
  1230. struct tc_hfsc_qopt *qopt;
  1231. int err;
  1232. if (opt == NULL || nla_len(opt) < sizeof(*qopt))
  1233. return -EINVAL;
  1234. qopt = nla_data(opt);
  1235. q->defcls = qopt->defcls;
  1236. err = qdisc_class_hash_init(&q->clhash);
  1237. if (err < 0)
  1238. return err;
  1239. q->eligible = RB_ROOT;
  1240. INIT_LIST_HEAD(&q->droplist);
  1241. q->root.cl_common.classid = sch->handle;
  1242. q->root.refcnt = 1;
  1243. q->root.sched = q;
  1244. q->root.qdisc = qdisc_create_dflt(qdisc_dev(sch), sch->dev_queue,
  1245. &pfifo_qdisc_ops,
  1246. sch->handle);
  1247. if (q->root.qdisc == NULL)
  1248. q->root.qdisc = &noop_qdisc;
  1249. INIT_LIST_HEAD(&q->root.children);
  1250. q->root.vt_tree = RB_ROOT;
  1251. q->root.cf_tree = RB_ROOT;
  1252. qdisc_class_hash_insert(&q->clhash, &q->root.cl_common);
  1253. qdisc_class_hash_grow(sch, &q->clhash);
  1254. qdisc_watchdog_init(&q->watchdog, sch);
  1255. return 0;
  1256. }
  1257. static int
  1258. hfsc_change_qdisc(struct Qdisc *sch, struct nlattr *opt)
  1259. {
  1260. struct hfsc_sched *q = qdisc_priv(sch);
  1261. struct tc_hfsc_qopt *qopt;
  1262. if (opt == NULL || nla_len(opt) < sizeof(*qopt))
  1263. return -EINVAL;
  1264. qopt = nla_data(opt);
  1265. sch_tree_lock(sch);
  1266. q->defcls = qopt->defcls;
  1267. sch_tree_unlock(sch);
  1268. return 0;
  1269. }
  1270. static void
  1271. hfsc_reset_class(struct hfsc_class *cl)
  1272. {
  1273. cl->cl_total = 0;
  1274. cl->cl_cumul = 0;
  1275. cl->cl_d = 0;
  1276. cl->cl_e = 0;
  1277. cl->cl_vt = 0;
  1278. cl->cl_vtadj = 0;
  1279. cl->cl_vtoff = 0;
  1280. cl->cl_cvtmin = 0;
  1281. cl->cl_cvtmax = 0;
  1282. cl->cl_cvtoff = 0;
  1283. cl->cl_pcvtoff = 0;
  1284. cl->cl_vtperiod = 0;
  1285. cl->cl_parentperiod = 0;
  1286. cl->cl_f = 0;
  1287. cl->cl_myf = 0;
  1288. cl->cl_myfadj = 0;
  1289. cl->cl_cfmin = 0;
  1290. cl->cl_nactive = 0;
  1291. cl->vt_tree = RB_ROOT;
  1292. cl->cf_tree = RB_ROOT;
  1293. qdisc_reset(cl->qdisc);
  1294. if (cl->cl_flags & HFSC_RSC)
  1295. rtsc_init(&cl->cl_deadline, &cl->cl_rsc, 0, 0);
  1296. if (cl->cl_flags & HFSC_FSC)
  1297. rtsc_init(&cl->cl_virtual, &cl->cl_fsc, 0, 0);
  1298. if (cl->cl_flags & HFSC_USC)
  1299. rtsc_init(&cl->cl_ulimit, &cl->cl_usc, 0, 0);
  1300. }
  1301. static void
  1302. hfsc_reset_qdisc(struct Qdisc *sch)
  1303. {
  1304. struct hfsc_sched *q = qdisc_priv(sch);
  1305. struct hfsc_class *cl;
  1306. struct hlist_node *n;
  1307. unsigned int i;
  1308. for (i = 0; i < q->clhash.hashsize; i++) {
  1309. hlist_for_each_entry(cl, n, &q->clhash.hash[i], cl_common.hnode)
  1310. hfsc_reset_class(cl);
  1311. }
  1312. q->eligible = RB_ROOT;
  1313. INIT_LIST_HEAD(&q->droplist);
  1314. qdisc_watchdog_cancel(&q->watchdog);
  1315. sch->q.qlen = 0;
  1316. }
  1317. static void
  1318. hfsc_destroy_qdisc(struct Qdisc *sch)
  1319. {
  1320. struct hfsc_sched *q = qdisc_priv(sch);
  1321. struct hlist_node *n, *next;
  1322. struct hfsc_class *cl;
  1323. unsigned int i;
  1324. for (i = 0; i < q->clhash.hashsize; i++) {
  1325. hlist_for_each_entry(cl, n, &q->clhash.hash[i], cl_common.hnode)
  1326. tcf_destroy_chain(&cl->filter_list);
  1327. }
  1328. for (i = 0; i < q->clhash.hashsize; i++) {
  1329. hlist_for_each_entry_safe(cl, n, next, &q->clhash.hash[i],
  1330. cl_common.hnode)
  1331. hfsc_destroy_class(sch, cl);
  1332. }
  1333. qdisc_class_hash_destroy(&q->clhash);
  1334. qdisc_watchdog_cancel(&q->watchdog);
  1335. }
  1336. static int
  1337. hfsc_dump_qdisc(struct Qdisc *sch, struct sk_buff *skb)
  1338. {
  1339. struct hfsc_sched *q = qdisc_priv(sch);
  1340. unsigned char *b = skb_tail_pointer(skb);
  1341. struct tc_hfsc_qopt qopt;
  1342. qopt.defcls = q->defcls;
  1343. NLA_PUT(skb, TCA_OPTIONS, sizeof(qopt), &qopt);
  1344. return skb->len;
  1345. nla_put_failure:
  1346. nlmsg_trim(skb, b);
  1347. return -1;
  1348. }
  1349. static int
  1350. hfsc_enqueue(struct sk_buff *skb, struct Qdisc *sch)
  1351. {
  1352. struct hfsc_class *cl;
  1353. int uninitialized_var(err);
  1354. cl = hfsc_classify(skb, sch, &err);
  1355. if (cl == NULL) {
  1356. if (err & __NET_XMIT_BYPASS)
  1357. sch->qstats.drops++;
  1358. kfree_skb(skb);
  1359. return err;
  1360. }
  1361. err = qdisc_enqueue(skb, cl->qdisc);
  1362. if (unlikely(err != NET_XMIT_SUCCESS)) {
  1363. if (net_xmit_drop_count(err)) {
  1364. cl->qstats.drops++;
  1365. sch->qstats.drops++;
  1366. }
  1367. return err;
  1368. }
  1369. if (cl->qdisc->q.qlen == 1)
  1370. set_active(cl, qdisc_pkt_len(skb));
  1371. cl->bstats.packets++;
  1372. cl->bstats.bytes += qdisc_pkt_len(skb);
  1373. sch->bstats.packets++;
  1374. sch->bstats.bytes += qdisc_pkt_len(skb);
  1375. sch->q.qlen++;
  1376. return NET_XMIT_SUCCESS;
  1377. }
  1378. static struct sk_buff *
  1379. hfsc_dequeue(struct Qdisc *sch)
  1380. {
  1381. struct hfsc_sched *q = qdisc_priv(sch);
  1382. struct hfsc_class *cl;
  1383. struct sk_buff *skb;
  1384. u64 cur_time;
  1385. unsigned int next_len;
  1386. int realtime = 0;
  1387. if (sch->q.qlen == 0)
  1388. return NULL;
  1389. cur_time = psched_get_time();
  1390. /*
  1391. * if there are eligible classes, use real-time criteria.
  1392. * find the class with the minimum deadline among
  1393. * the eligible classes.
  1394. */
  1395. if ((cl = eltree_get_mindl(q, cur_time)) != NULL) {
  1396. realtime = 1;
  1397. } else {
  1398. /*
  1399. * use link-sharing criteria
  1400. * get the class with the minimum vt in the hierarchy
  1401. */
  1402. cl = vttree_get_minvt(&q->root, cur_time);
  1403. if (cl == NULL) {
  1404. sch->qstats.overlimits++;
  1405. hfsc_schedule_watchdog(sch);
  1406. return NULL;
  1407. }
  1408. }
  1409. skb = qdisc_dequeue_peeked(cl->qdisc);
  1410. if (skb == NULL) {
  1411. if (net_ratelimit())
  1412. printk("HFSC: Non-work-conserving qdisc ?\n");
  1413. return NULL;
  1414. }
  1415. update_vf(cl, qdisc_pkt_len(skb), cur_time);
  1416. if (realtime)
  1417. cl->cl_cumul += qdisc_pkt_len(skb);
  1418. if (cl->qdisc->q.qlen != 0) {
  1419. if (cl->cl_flags & HFSC_RSC) {
  1420. /* update ed */
  1421. next_len = qdisc_peek_len(cl->qdisc);
  1422. if (realtime)
  1423. update_ed(cl, next_len);
  1424. else
  1425. update_d(cl, next_len);
  1426. }
  1427. } else {
  1428. /* the class becomes passive */
  1429. set_passive(cl);
  1430. }
  1431. sch->flags &= ~TCQ_F_THROTTLED;
  1432. sch->q.qlen--;
  1433. return skb;
  1434. }
  1435. static unsigned int
  1436. hfsc_drop(struct Qdisc *sch)
  1437. {
  1438. struct hfsc_sched *q = qdisc_priv(sch);
  1439. struct hfsc_class *cl;
  1440. unsigned int len;
  1441. list_for_each_entry(cl, &q->droplist, dlist) {
  1442. if (cl->qdisc->ops->drop != NULL &&
  1443. (len = cl->qdisc->ops->drop(cl->qdisc)) > 0) {
  1444. if (cl->qdisc->q.qlen == 0) {
  1445. update_vf(cl, 0, 0);
  1446. set_passive(cl);
  1447. } else {
  1448. list_move_tail(&cl->dlist, &q->droplist);
  1449. }
  1450. cl->qstats.drops++;
  1451. sch->qstats.drops++;
  1452. sch->q.qlen--;
  1453. return len;
  1454. }
  1455. }
  1456. return 0;
  1457. }
  1458. static const struct Qdisc_class_ops hfsc_class_ops = {
  1459. .change = hfsc_change_class,
  1460. .delete = hfsc_delete_class,
  1461. .graft = hfsc_graft_class,
  1462. .leaf = hfsc_class_leaf,
  1463. .qlen_notify = hfsc_qlen_notify,
  1464. .get = hfsc_get_class,
  1465. .put = hfsc_put_class,
  1466. .bind_tcf = hfsc_bind_tcf,
  1467. .unbind_tcf = hfsc_unbind_tcf,
  1468. .tcf_chain = hfsc_tcf_chain,
  1469. .dump = hfsc_dump_class,
  1470. .dump_stats = hfsc_dump_class_stats,
  1471. .walk = hfsc_walk
  1472. };
  1473. static struct Qdisc_ops hfsc_qdisc_ops __read_mostly = {
  1474. .id = "hfsc",
  1475. .init = hfsc_init_qdisc,
  1476. .change = hfsc_change_qdisc,
  1477. .reset = hfsc_reset_qdisc,
  1478. .destroy = hfsc_destroy_qdisc,
  1479. .dump = hfsc_dump_qdisc,
  1480. .enqueue = hfsc_enqueue,
  1481. .dequeue = hfsc_dequeue,
  1482. .peek = qdisc_peek_dequeued,
  1483. .drop = hfsc_drop,
  1484. .cl_ops = &hfsc_class_ops,
  1485. .priv_size = sizeof(struct hfsc_sched),
  1486. .owner = THIS_MODULE
  1487. };
  1488. static int __init
  1489. hfsc_init(void)
  1490. {
  1491. return register_qdisc(&hfsc_qdisc_ops);
  1492. }
  1493. static void __exit
  1494. hfsc_cleanup(void)
  1495. {
  1496. unregister_qdisc(&hfsc_qdisc_ops);
  1497. }
  1498. MODULE_LICENSE("GPL");
  1499. module_init(hfsc_init);
  1500. module_exit(hfsc_cleanup);