Re: [[PATCH v1] 12/37] [CIFS] SMBD: Handle send completion from CQ

From: Christoph Hellwig
Date: Sun Aug 13 2017 - 06:19:55 EST


You seem to be doing memory allocations and frees for every packet on
the write. At least for other RDMA protocols that would have been
a major performance issue.

Do you have any performance numbers and/or profiles of the code?