Skip to content
Snippets Groups Projects
  1. Mar 04, 2020
  2. Mar 03, 2020
    • Marc Benoit's avatar
      irqbalance: support reload_config & start later · bbc1b302
      Marc Benoit authored
      
      Added support for reload_config
      
      This service does not need to start so early (even
      before the netwrok is up). Start it after
      the device is mostly up and operational.
      
      Compile-tested on: ipq806x
      Runtime-tested on: ipq806x
      
      Signed-off-by: default avatarMarc Benoit <marcb62185@gmail.com>
      (cherry picked from commit b6078559)
      bbc1b302
    • Marc Benoit's avatar
      irqbalance: add support of interval and banirq · cdd892c9
      Marc Benoit authored
      
      Added the ability to change sampling interval
      and provide a list of IRQ's to ignore
      via /etc/config/irqbalance
      
      Signed-off-by: default avatarMarc Benoit <marcb62185@gmail.com>
      (cherry picked from commit b7a99b23)
      cdd892c9
    • Marc Benoit's avatar
      irqbalance: upgrade to 1.6.0 · cceb2c3a
      Marc Benoit authored
      
      Upgraded from 1.2.0 to 1.6.0 to pick up
      all the latest fixes and improvements
      
      irqbalance made glib2 mandatory since 1.3.0, but is
      using very little of it. glib2 linked statically
      to minimize the impact.
      
      1.2.0 size: 33,619
      1.6.0 size: 99,539
      
      ~# irqbalance --version
      	irqbalance version 1.6.0
      
      ~# ldd /usr/sbin/irqbalance
      	/lib/ld-musl-armhf.so.1 (0xb6f5f000)
      	libgcc_s.so.1 => /lib/libgcc_s.so.1 (0xb6f43000)
      	libc.so => /lib/ld-musl-armhf.so.1 (0xb6f5f000)
      
      ~# opkg info irqbalance
      	Package: irqbalance
      	Version: 1.6.0-6
      	Depends: libc
      	Status: install user installed
      	Architecture: arm_cortex-a7_neon-vfpv4
      	Installed-Time: 1582839249
      
      Compile-tested: ipq806x/R7800 & ipq40xx/GL-B1300
      Run-tested:     ipq806x/R7800 & ipq40xx/GL-B1300
      
      Signed-off-by: default avatarMarc Benoit <marcb62185@gmail.com>
      (cherry picked from commit bdcb872a)
      cceb2c3a
  3. Mar 02, 2020
  4. Mar 01, 2020
  5. Feb 26, 2020
  6. Feb 25, 2020
  7. Feb 23, 2020
  8. Feb 22, 2020
  9. Feb 19, 2020
  10. Feb 18, 2020
  11. Feb 17, 2020
Loading