1. 02 Nov, 2011 1 commit
    • Michal Soltys's avatar
      HFSC (7) & (8) documentation + assorted changes · 41f60041
      Michal Soltys authored
      This patch adds detailed documentation for HFSC scheduler. It roughly
      follows HFSC paper, but tries to not rely too much on math side of things.
      Post-paper/Linux specific subjects (timer resolution, ul service curve, etc.)
      are also discussed.
      
      I've read it many times over, but it's a lengthy chunk of text - so try
      to be understanding in case I made some mistakes.
      
      tc-hfsc(7): explains algorithm in detail (very long)
      tc-hfsc(8): explains command line options briefly
      tc(8): adds references to new man pages
      Makefile: adds man7 directory to install target
      q_hfsc.c: minimal help text changes, consistency with tc-hfsc(8)
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      41f60041
  2. 18 Oct, 2011 1 commit
    • Mike Frysinger's avatar
      tc: fix parallel build file with lex/yacc · aa48b593
      Mike Frysinger authored
      Building iproute2 in parallel might hit the race failure:
      	emp_ematch.l:2:30: fatal error: emp_ematch.yacc.h:
      		No such file or directory
      	make[1]: *** [emp_ematch.lex.o] Error 1
      
      This is because we currently allow the yacc/lex files to generate and
      compile in parallel.  So add a simple dependency to make sure yacc has
      finished before we attempt to compile the lex output.
      Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
      aa48b593
  3. 13 Oct, 2011 2 commits
  4. 10 Oct, 2011 3 commits
  5. 07 Oct, 2011 13 commits
  6. 06 Oct, 2011 3 commits
  7. 31 Aug, 2011 15 commits
  8. 20 Jul, 2011 2 commits