1. 04 8月, 2009 1 次提交
  2. 15 7月, 2009 1 次提交
  3. 03 7月, 2009 1 次提交
  4. 21 6月, 2009 1 次提交
  5. 19 6月, 2009 1 次提交
    • T
      SUNRPC: Fix the TCP server's send buffer accounting · 47fcb03f
      Trond Myklebust 提交于
      Currently, the sunrpc server is refusing to allow us to process new RPC
      calls if the TCP send buffer is 2/3 full, even if we do actually have
      enough free space to guarantee that we can send another request.
      The following patch fixes svc_tcp_has_wspace() so that we only stop
      processing requests if we know that the socket buffer cannot possibly fit
      another reply.
      
      It also fixes the tcp write_space() callback so that we only clear the
      SOCK_NOSPACE flag when the TCP send buffer is less than 2/3 full.
      This should ensure that the send window will grow as per the standard TCP
      socket code.
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      47fcb03f
  6. 18 6月, 2009 16 次提交
  7. 17 6月, 2009 1 次提交
  8. 16 6月, 2009 2 次提交
  9. 10 6月, 2009 1 次提交
  10. 03 6月, 2009 1 次提交
  11. 28 5月, 2009 2 次提交
  12. 27 5月, 2009 1 次提交
  13. 04 5月, 2009 1 次提交
  14. 03 5月, 2009 1 次提交
  15. 29 4月, 2009 8 次提交
  16. 26 4月, 2009 1 次提交