1. 22 Jun, 2009 2 commits
  2. 20 Jun, 2009 5 commits
  3. 19 Jun, 2009 32 commits
  4. 18 Jun, 2009 1 commit
    • Dhananjay Phadke's avatar
      netxen: fix tx ring accounting · cb2107be
      Dhananjay Phadke authored
      This forces every update of tx ring producer to check for
      availability of space for next full TSO command. Earlier
      firmware control commands didn't care to pause tx queue.
      
      Stop the tx queue if there's not enough space to transmit one full
      LSO command left on the tx ring after current transmit. This avoids
      returning NETDEV_TX_BUSY after checking distance between producer
      and consumer on every cpu.
      
      Restart the tx queue only if we have cleaned up enough tx
      descriptors.
      Signed-off-by: default avatarDhananjay Phadke <dhananjay@netxen.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      cb2107be