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.

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

2024-12-14 Thread Stephen Hemminger
The check for supporting deferred start should be handled at the ethdev level for all devices. Signed-off-by: Stephen Hemminger --- lib/ethdev/rte_ethdev.c | 10 ++ 1 file changed, 10 insertions(+) diff --git a/lib/ethdev/rte_ethdev.c b/lib/ethdev/rte_ethdev.c index 6413c54e3b..7768058f