sch_hfsc.c 39 KB

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