Whamcloud - gitweb
Instead of making two 128k request buffers, make ten 64k buffers. Each thread
authorpschwan <pschwan>
Sat, 15 Jun 2002 06:50:44 +0000 (06:50 +0000)
committerpschwan <pschwan>
Sat, 15 Jun 2002 06:50:44 +0000 (06:50 +0000)
commit2e5b8229b51826567aabfe510d4c605870ed0c4d
tree4a699b7bdc9e420737a5ef8bbce63e30d8b23faa
parent3748e421282db1d8cf1c163a73a0dada5c60cce6
Instead of making two 128k request buffers, make ten 64k buffers.  Each thread
can currently pin at most one request buffer, and with six OST threads it was
trivial to pin both request buffers and exhaust our RPC handling ability.
lustre/include/linux/lustre_net.h
lustre/mds/handler.c
lustre/ost/ost_handler.c