Re: [PATCH v2 1/5] ethdev: check that device supports deferred start

2024-12-16 Thread Andrew Rybchenko
On 12/16/24 21:58, Stephen Hemminger wrote: On Sun, 15 Dec 2024 11:56:55 +0300 Andrew Rybchenko wrote: On 12/14/24 21:07, Stephen Hemminger wrote: The check for supporting deferred start should be handled at the ethdev level for all devices. It is a good idea to check it on ethdev level. S

Re: [PATCH v2 1/5] ethdev: check that device supports deferred start

2024-12-16 Thread Stephen Hemminger
On Sun, 15 Dec 2024 11:56:55 +0300 Andrew Rybchenko wrote: > On 12/14/24 21:07, Stephen Hemminger wrote: > > The check for supporting deferred start should be handled at > > the ethdev level for all devices. > > It is a good idea to check it on ethdev level. > > Strictly speaking presence of

Re: [PATCH v2 1/5] ethdev: check that device supports deferred start

2024-12-15 Thread Andrew Rybchenko
On 12/14/24 21:07, Stephen Hemminger wrote: The check for supporting deferred start should be handled at the ethdev level for all devices. It is a good idea to check it on ethdev level. Strictly speaking presence of queue start/stop callback does not mean support for deferred start right now.