1. 21 8月, 2019 9 次提交
  2. 20 8月, 2019 1 次提交
    • C
      xprtrdma: Boost maximum transport header size · f3c66a2f
      Chuck Lever 提交于
      Although I haven't seen any performance results that justify it,
      I've received several complaints that NFS/RDMA no longer supports
      a maximum rsize and wsize of 1MB. These days it is somewhat smaller.
      
      To simplify the logic that determines whether a chunk list is
      necessary, the implementation uses a fixed maximum size of the
      transport header. Currently that maximum size is 256 bytes, one
      quarter of the default inline threshold size for RPC/RDMA v1.
      
      Since commit a7886849 ("xprtrdma: Reduce max_frwr_depth"), the
      size of chunks is also smaller to take advantage of inline page
      lists in device internal MR data structures.
      
      The combination of these two design choices has reduced the maximum
      NFS rsize and wsize that can be used for most RNIC/HCAs. Increasing
      the maximum transport header size and the maximum number of RDMA
      segments it can contain increases the negotiated maximum rsize/wsize
      on common RNIC/HCAs.
      Signed-off-by: NChuck Lever <chuck.lever@oracle.com>
      Signed-off-by: NAnna Schumaker <Anna.Schumaker@Netapp.com>
      f3c66a2f
  3. 09 7月, 2019 6 次提交
  4. 03 7月, 2019 1 次提交
  5. 28 5月, 2019 1 次提交
  6. 26 4月, 2019 13 次提交
  7. 12 4月, 2019 1 次提交
  8. 13 2月, 2019 2 次提交
  9. 09 1月, 2019 2 次提交
  10. 03 1月, 2019 4 次提交