Track waiting requests in a hash table, by xid
authorMark Hills <mark.hills@framestore.com>
Thu, 20 Feb 2014 14:02:08 +0000 (14:02 +0000)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Fri, 4 Apr 2014 00:52:21 +0000 (17:52 -0700)
NFS servers can respond to requests in any order, and they do. In our
tests there is also some clustering to the responses; it could be
because eg. requests are served synchronously if the data is in the cache.

Introduce a hash table so that we are able to find the pdu quickly in
all cases, assuming random distribution of the responses.


No differences found