[patch] voluntary-preempt-2.6.9-rc1-bk4-Q6

From: Ingo Molnar (mingo_at_elte.hu)
Date: 09/01/04

  • Next message: Arjan van de Ven: "Re: f_ops flag to speed up compatible ioctls in linux kernel"
    Date:	Wed, 1 Sep 2004 10:29:58 +0200
    To: linux-kernel@vger.kernel.org
    
    

    i've released the -Q6 patch:

      http://redhat.com/~mingo/voluntary-preempt/voluntary-preempt-2.6.9-rc1-bk4-Q6

    ontop of:

      http://redhat.com/~mingo/voluntary-preempt/diff-bk-040828-2.6.8.1.bz2

    this patch includes two changes that should shorten the networking
    latencies reported. There's a new 'RX granularity' sysctl now:

        /proc/sys/net/core/netdev_backlog_granularity

    It defaults to the most finegrained value, 1.

    netdev_max_backlog has been moved back to the upstream value of 300.

    Also, the backlog processing is now sensitive to preemption requests and
    will break out early in that case.

    (This should not result in TCP connection quality issues (all processing
    is restarted after such a breakout), but nevertheless i'd suggest
    everyone to keep an eye on lost packets and seemingly hung TCP
    connections.)

    other changes since -Q5:

     - mtrr simplifications and IRQ-disabling. (reported & tested by Lee
       Revell) Still under discussion though.

     - fix /dev/random driver latency (reported & tested by Lee Revell)

     - move vgacon_do_font_op out of the BKL (reported by P.O. Gaillard)

     - increase percpu space for tracing (by Mark H Johnson)

     - added user-triggerable generic kernel tracing enabled via
       tracing_enabled=2 and turned on via gettimeofday(0,1) and turned off
       via gettimeofday(0,0).

            Ingo
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Arjan van de Ven: "Re: f_ops flag to speed up compatible ioctls in linux kernel"

    Relevant Pages

    • Re: [parisc-linux] Re: [PATCH 3/9] mm: parisc pte atomicity
      ... using your own tmpalias area sounds much better than getting ... I've simply not wrapped my head around the races, ... it looks like we agree that my patch is necessary and valid as is; ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: keyboard - was: Re: Linux 2.6.0-test4
      ... >> I was able to get the key unstuck by switching back and forth between ... I rebuild my kernel including your patch; ... I'll get back to you once I verify that the problem doesn't occur ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [CFT][PATCH] 2.6.4-rc1 remove x86 boot page tables
      ... > For VISWS I think you actually need to turn paging off explicitly. ... The patch will need a few tweaks but it should be fairly straight forward. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] clarify message and give support contact for non-GPL modules
      ... The author of the second module ... So here is another attempt at the patch. ... send the line "unsubscribe linux-kernel" in ... More majordomo info at http://vger.kernel.org/majordomo-info.html ...
      (Linux-Kernel)
    • Re: [PATCH 4/5] random periodicity detection fix
      ... >> WAY overestimating input entropy. ... > My patch did the opposite of your patch: ... 5/5 is a step in that direction, but the filtering is ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)