Re: [PATCH v2 0/6] fix the handling of deferred start in ethdev

2025-02-17 Thread Bruce Richardson
On Fri, Feb 14, 2025 at 09:38:53AM -0800, Stephen Hemminger wrote: > There is a inconsistency and lack of documentation around the deferred > start configuration flag. The queue deferred start only makes sense if > the driver has a way to start the queue later via ethdev ops. > Therefore move the c

[PATCH v2 0/6] fix the handling of deferred start in ethdev

2025-02-14 Thread Stephen Hemminger
There is a inconsistency and lack of documentation around the deferred start configuration flag. The queue deferred start only makes sense if the driver has a way to start the queue later via ethdev ops. Therefore move the check into the ethdev queue configuration handling. Fix the driver documenta