On Mon, Mar 29, 2021 at 09:54:06AM -0400, dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx wrote: > From: Dennis Dalessandro <dennis.dalessandro@xxxxxxxxxxxxxxxxxxxx> > > Here are some fixes, clean-up and debugging type patches for-next. There are > some changs to the way AIP/VNIC netdevs are used and a timeout handler is added > for rdma_netdev. > > The MTU patch from Kaike will to add a physical MTU to query_port is also of > particualr note. > > Kaike Wan (2): > rdma: Set physical MTU for query_port function I left this one for now > IB/hfi1: Rework AIP and VNIC dummy netdev usage And this one didn't apply, it is on top of the -rc xa_destroy patches that I'm still waiting to know if they are real bugs or not > IB/hfi1: Remove unused function > > Mike Marciniszyn (8): > IB/hfi1: Add AIP tx traces > IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdev > IB/hfi1: Correct oversized ring allocation > IB/hfi1: Use napi_schedule_irqoff() for tx napi > IB/hfi1: Remove indirect call to hfi1_ipoib_send_dma() > IB/hfi1: Add additional usdma traces > IB/hfi1: Use kzalloc() for mmu_rb_handler allocation Applied these to for-rc, thanks Jason