Details
-
Task
-
Resolution: Fixed
-
Minor
-
Lustre 2.8.0
-
None
-
16359
Description
Add IOVEC in the bulk descriptor for DNE 2. The current bulk transfer only supports page_vec, which is not enough for updates RPC, because some updates size might > 4K. For example linkEA, ACL etc, so we will add iovec to bulk transfer, and the buffer size of each vec can > 4k.