1. 03 12月, 2006 1 次提交
    • D
      [TCP]: Don't set SKB owner in tcp_transmit_skb(). · 93173112
      David S. Miller 提交于
      The data itself is already charged to the SKB, doing
      the skb_set_owner_w() just generates a lot of noise and
      extra atomics we don't really need.
      
      Lmbench improvements on lat_tcp are minimal:
      
      before:
      TCP latency using localhost: 23.2701 microseconds
      TCP latency using localhost: 23.1994 microseconds
      TCP latency using localhost: 23.2257 microseconds
      
      after:
      TCP latency using localhost: 22.8380 microseconds
      TCP latency using localhost: 22.9465 microseconds
      TCP latency using localhost: 22.8462 microseconds
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      93173112
  2. 23 9月, 2006 1 次提交
  3. 01 7月, 2006 1 次提交
  4. 21 3月, 2006 7 次提交
  5. 04 1月, 2006 4 次提交
  6. 01 11月, 2005 2 次提交
  7. 28 10月, 2005 1 次提交
  8. 21 10月, 2005 3 次提交
  9. 18 9月, 2005 1 次提交
  10. 17 9月, 2005 1 次提交
  11. 10 9月, 2005 1 次提交
  12. 30 8月, 2005 10 次提交