On Tue, 17 Dec 2024 16:37:32 -0800 David Wei wrote: > From: Pavel Begunkov <asml.silence@xxxxxxxxx> > > Devmem TCP needs a hook in unregister_netdevice_many_notify() to upkeep > the set tracking queues it's bound to, i.e. ->bound_rxqs. Instead of > devmem sticking directly out of the genetic path, add a mp function. > > Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx> > Signed-off-by: David Wei <dw@xxxxxxxxxxx> Reviewed-by: Jakub Kicinski <kuba@xxxxxxxxxx> but we may need to start adding kdoc to the struct memory_provider_ops if it continues to grow