On Wed, Dec 12, 2018 at 01:56:21AM -0800, Selvin Xavier wrote: > Devesh Sharma (1): > RDMA/bnxt_re: Increase depth of control path command queue > > Selvin Xavier (1): > RDMA/bnxt_re: bnxt_re: Query HWRM Interface version from FW I applied these two patches to for-next, thanks. > Somnath Kotur (1): > RDMA/bnxt_re: Increase memory registration size of a single MR I still don't like this one. Please work with Shiraz on his series: https://patchwork.kernel.org/project/linux-rdma/list/?series=33335&state=* Such that the core can tell the driver how many pages required and provide the needed multi-page size aggragetion API and so forth. vmallocing another buffer when the core code already alloced a buffer just to count the pages is really ugly. That should allow this driver to make use of all its HW capability. Jason