On Tue, 26 Aug 2025 11:15:32 -0700 lon...@linuxonhyperv.com wrote: > From: Long Li <lon...@microsoft.com> > > If a device is hot removed and hot plugged, it needs the same driver > parameters that are passed to EAL. However, during device removal, all > EAL driver parameters are freed as part of the cleanup. > > Cache those driver parameters for future hot plug events. Because we don't > know which device will show up, cache all the PCI driver parameters. > > Signed-off-by: Long Li <lon...@microsoft.com>
Queued to next-net