netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] Eleminate HZ from AX.25, NETROM and ROSE kernel interfaces
@ 2006-04-29 14:03 Ralf Baechle
  2006-05-01  8:00 ` David S. Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Ralf Baechle @ 2006-04-29 14:03 UTC (permalink / raw)
  To: David S. Miller, netdev, linux-hams

AX.25, NET/ROM and ROSE unfortunately still use jiffies as the unit of
time for all their timeouts that can be configured through sysctl and
it's procfs equivalents.  This did result in a change of these kernel
interfaces going from Linux 2.4 to 2.6 for anybody who was unlucky enough
to use an affected platform such as i386 and most MIPS but not Alpha.
Making matters worse, it required the sysadmin of the particular system
to know the timing value making it very, very broken inteface design.
The timer interrupt frequency recently becoming configurable made things
even worse, so this really needed to be fixed.  The following series
of patches contains three patches, one for each of the three packet radio
protocols to switch the unit used by the sysadmin to miliseconds thus
resulting in a deterministic interface.

  Ralf

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/3] Eleminate HZ from AX.25, NETROM and ROSE kernel interfaces
  2006-04-29 14:03 [PATCH 0/3] Eleminate HZ from AX.25, NETROM and ROSE kernel interfaces Ralf Baechle
@ 2006-05-01  8:00 ` David S. Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David S. Miller @ 2006-05-01  8:00 UTC (permalink / raw)
  To: ralf; +Cc: netdev, linux-hams


Ralf, I have all of your patches queued up, I'll review them
and merge them in soon.

Thanks a lot.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-05-01  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-29 14:03 [PATCH 0/3] Eleminate HZ from AX.25, NETROM and ROSE kernel interfaces Ralf Baechle
2006-05-01  8:00 ` David S. Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).