Re: [PATCH v3 0/4] ethdev: rework config restore

2024-10-11 Thread Ferruh Yigit
On 10/11/2024 7:51 PM, Dariusz Sosnowski wrote: > This patch series reworks the config restore procedure, > so that drivers are able to enable/disable certain parts of it. > Drivers can provide get_restore_flags() callback, > which will indicate to ethdev library what configuration to restore. > >

[PATCH v3 0/4] ethdev: rework config restore

2024-10-11 Thread Dariusz Sosnowski
This patch series reworks the config restore procedure, so that drivers are able to enable/disable certain parts of it. Drivers can provide get_restore_flags() callback, which will indicate to ethdev library what configuration to restore. If callback is not defined, then ethdev assumes that all co