> From: linux-rdma-owner@xxxxxxxxxxxxxxx <linux-rdma- > owner@xxxxxxxxxxxxxxx> On Behalf Of Gal Pressman > > On 09/07/2019 17:17, Michal Kalderon wrote: > > This patch series uses the doorbell overflow recovery mechanism > > introduced in commit 36907cd5cd72 ("qed: Add doorbell overflow > > recovery mechanism") for rdma ( RoCE and iWARP ) > > > > The first three patches modify the core code to contain helper > > functions for managing mmap_xa inserting, getting and freeing entries. > > The code was taken almost as is from the efa driver. > > There is still an open discussion on whether we should take this even > > further and make the entire mmap generic. Until a decision is made, I > > only created the database API and modified the efa and qedr driver to > > use it. The doorbell recovery code will be based on the common code. > > > > Efa driver was compile tested only. > > For the whole series: > Tested-by: Gal Pressman <galpress@xxxxxxxxxx> Thanks Gal!