Why is irqbalance package so out of date?
Irqbalance project has moved to http://code.google.com/p/irqbalance/ The current Debian package is back at 0.56 (over 2yrs old) and upstream is now at version 1.0.3 -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120615085423.198a5...@nehalam.linuxnetplumber.net
Re: Why is irqbalance package so out of date?
On Fri, 15 Jun 2012 18:08:14 -0400 Yaroslav Halchenko wrote: > may be because > > $> links -dump https://irqbalance.org/download.html | grep -A2 Latest > Latest release > >Source Code: irqbalance-0.56.tar.bz2 (28Kb) > > ? The project home page moved. The old one is out of date. -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120615153419.48676...@nehalam.linuxnetplumber.net
Re: Why is irqbalance package so out of date?
> As someone else pointed out, it would help if the maintainers got > their > act together and made irqbalance.org point to this. It's not as if > they're unassociated with the owner of that domain. Maybe I need to take a trip over and knock on the door... -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/5220c2d5-3ee3-4a56-a614-c57fa837c...@tahiti.vyatta.com
Re: Why is irqbalance package so out of date?
On Sat, 16 Jun 2012 01:53:02 +0100 Ben Hutchings wrote: > On Fri, 2012-06-15 at 08:54 -0700, Stephen Hemminger wrote: > > Irqbalance project has moved to http://code.google.com/p/irqbalance/ > > The current Debian package is back at 0.56 (over 2yrs old) > > and upstream is now at version 1.0.3 > > As someone else pointed out, it would help if the maintainers got their > act together and made irqbalance.org point to this. It's not as if > they're unassociated with the owner of that domain. > > Aside from that, Anibal might appreciate a co-maintainer, and I know you > were wanting to get more involved in Debian development. :-) I will be happy to get involved; upstream irqbalance is on my list of things that are broken and needs to be fixed. Will try and get a hold of past contributors to figure out what is happening. I know there was talk of fixing it and integrating Holger's irqd logic. signature.asc Description: PGP signature
Re: Why is irqbalance package so out of date?
On Mon, 18 Jun 2012 23:56:18 -0300 Henrique de Moraes Holschuh wrote: > On Mon, 18 Jun 2012, Stephen Hemminger wrote: > > I will be happy to get involved; upstream irqbalance is on my list > > of things that are broken and needs to be fixed. Will try and get a hold > > Could you elaborate on this? > > > of past contributors to figure out what is happening. I know there was > > talk of fixing it and integrating Holger's irqd logic. > > Don't cache topology and sibling relationship also play a role on maximum > PPS throughput NIC interrupt routing when assigning interrupts to proper > multiqueue NICs? Especially when Intel DCA is enabled? > > Although trying to route the packet while it is still cache-hot might as > well be a pipe dream... > I haven't looked in detail at current version. But the older versions had dynamic policy and depended on making assumptions about which device had which irq (by looking at /proc/interrupts), and polling for network activity. What it was trying to do might have been a good idea in old i386 days but was getting horribly confused with all the types of multiqueue drivers etc. The ideal program would be state driven, handle power management (use less cores when not busy), and be dynamically user configurable, and solve world hunger... -- To UNSUBSCRIBE, email to debian-devel-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120619153455.4fa54...@s6510.linuxnetplumber.net