Message ID | 20190628180316.67586.73737.stgit@awfm-01.aw.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | IB/hfi1: Clean up and refactor some CQ code | expand |
On Fri, Jun 28, 2019 at 02:04:10PM -0400, Dennis Dalessandro wrote: > Hi Doug and Jason, > > This is really a resubmit of some code clean up we floated a while back. The > main goal here is to clean up some of the stuff which should be in the uapi > directory vs in in the driver directory. Then to break the single lock for > recv wqe processing. > > The accompanying user bits should already be in a PR on GitHub. > > Change log documented below each commit message. > > This latest update is a rebase ontop of wip/for-testing also a small change > in the first patch to remove the open coded container_of in favor of the > helper routine. > > > Kamenee Arumugam (3): > IB/hfi1: Move rvt_cq_wc struct into uapi directory > IB/hfi1: Move receive work queue struct into uapi directory > IB/rdmavt: Fracture single lock used for posting and processing RWQEs Applied to for-next, thanks Jason