On Sat, Jul 22, 2023 at 12:17:34AM -0700, Brett Creeley wrote: > > I wonder whether the logic about migration file can be generalized. > > It's not very maintainable to have every migration driver implementing > > their own code for similar functions. > > > > Did I overlook any device specific setup required here? > > There isn't device specific setup, but the other drivers were different > enough that it wasn't a straight forward task. I think it might be possible > to refactor the drivers to some common functionality here, but IMO this > seems like a task that can be further explored once this series is merged. You keep saying that but, things seem to be getting worse. There are alot of migration drivers being posted right now with alot of copy and paste from mlx5. Jason