Re: [PATCH net-next 0/2] add callback
Leon Romanovsky <[email protected]>
| Newsgroups | org.kernel.vger.netdev,org.kernel.vger.linux-kernel,org.kernel.vger.linux-rdma |
|---|---|
| Message-ID | <20260814201302.GC79153@unreal> |
On Fri, Aug 14, 2026 at 02:40:52PM +0530, Vikas Gupta wrote: > Hi, > This series introduces support for the PCI shutdown callback. Patch 1 > implements it in the bng_re (RoCE) driver and patch 2 in the bnge > driver. > > Thanks, > Vikas > > Usman S. Ansari (1): > bng_re: add support for the shutdown callback Nacked-by: Leon Romanovsky <[email protected]> for ANY changes to the bng_re driver. The current situation is becoming unacceptable. We have been waiting for almost 8 months for proper user-space support, which is a mandatory requirement for RDMA drivers. https://lore.kernel.org/linux-rdma/20260318161330.GH352386@unreal/ https://lore.kernel.org/linux-rdma/20260114115858.GA10680@unreal/ Broadcom doesn't leave me with no other option but to remove the driver. Thanks > > Vikas Gupta (1): > bnge: add steps in bnge_shutdown() > > drivers/infiniband/hw/bng_re/bng_dev.c | 6 +++++ > .../net/ethernet/broadcom/bnge/bnge_core.c | 24 +++++++++++++++++++ > 2 files changed, 30 insertions(+) > > -- > 2.47.1 > >