commit | 373d9915803aebbbf7fd3841efd9dac31c32e148 | [log] [tgz] |
---|---|---|
author | Ralph Campbell <ralph.campbell@qlogic.com> | Fri Sep 22 15:22:26 2006 -0700 |
committer | Roland Dreier <rolandd@cisco.com> | Fri Sep 22 15:22:26 2006 -0700 |
tree | bd0b05d5e78eab4471bc4d623a880013693077ea | |
parent | 9bc57e2d19db4da81c1150120658cc3658a99ed4 [diff] |
IB/ipath: Performance improvements via mmap of queues Improve performance of userspace post receive, post SRQ receive, and poll CQ operations for ipath by allowing userspace to directly mmap() receive queues and completion queues. This eliminates the copying between userspace and the kernel in the data path. Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>