On 03/24/2011 07:43 AM, [email protected] wrote:
The patch introduces a new path of posting buffers from user-space to kernel post_send/post_recv using shared page. The shared page is allocated and defined by vendor driver. The vendor driver during create QP decides when the new path will be used setting a field use_shpage_for_rxtx field in connection context. When the connection context indicates that the shared page should be used the uverbs_post_send()/uverbs_post_recv() calls directly the vendor driver private post_send()/post_recv() functions improving the kernel path. Signed-off-by: Mirek Walukiewicz<[email protected]> ---
Hey Roland, Do you plan to merge this? Steve. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
