1. 17 3月, 2008 1 次提交
    • S
      S2io: Multiqueue network device support implementation · 3a3d5756
      Sreenivasa Honnur 提交于
      - Resubmit #3
      Multiqueue netwrok device support implementation.
      - Added a loadable parameter "multiq" to enable/disable multiqueue support,
        by default it is disabled.
      - skb->queue_mapping is not used for queue/fifo selection. FIFO selection is
        based on skb->priority.
      - Added per FIFO flags FIFO_QUEUE_START and FIFO_QUEUE_STOP. Check this flag
        for starting and stopping netif queue and update the flags accordingly.
      - In tx_intr_handler added a check to ensure that we have free TXDs before wak-
        ing up the queue.
      - Added helper functions for queue manipulation(start/stop/wakeup) to invoke
        appropriate netif_ functions.
      - Calling netif_start/stop for link up/down case respectively.
      
      - As per Andi kleen's review comments, using skb->priority field for FIFO
        selection.
      Signed-off-by: NSurjit Reang <surjit.reang@neterion.com>
      Signed-off-by: NRamkrishna Vepa <ram.vepa@neterion.com>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      3a3d5756
  2. 05 3月, 2008 1 次提交
  3. 03 2月, 2008 1 次提交
  4. 29 1月, 2008 5 次提交
  5. 19 1月, 2008 1 次提交
  6. 09 1月, 2008 1 次提交
  7. 15 12月, 2007 1 次提交
    • A
      drivers/net/s2io.c section fixes · 33390a70
      Adrian Bunk 提交于
      Code used by the non-__devinit s2io_open() mustn't be __devinit.
      
      This patch fixes the following section mismatch with CONFIG_HOTPLUG=n:
      
      <--  snip  -->
      
      ...
      WARNING: vmlinux.o(.text+0x6f6e3e): Section mismatch: reference to .init.text.20:s2io_test_intr (between 's2io_open' and 's2io_ethtool_sset')
      ...
      
      <--  snip  -->
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      33390a70
  8. 08 12月, 2007 1 次提交
  9. 02 12月, 2007 1 次提交
  10. 14 11月, 2007 1 次提交
  11. 20 10月, 2007 1 次提交
  12. 11 10月, 2007 18 次提交
  13. 04 8月, 2007 1 次提交
  14. 31 7月, 2007 6 次提交