On Tue, 24 Feb 2026 16:27:44 +0100 David Marchand <[email protected]> wrote:
> qdisc setup is required when using a remote_iface or when creating > rte_flow rules. > Otherwise, many applications don't care about it. > > Let's postpone the qdisc init to when it is really needed, that will > avoid spewing ERR logs for nothing. > > Signed-off-by: David Marchand <[email protected]> > --- Agreed. Should probably mark this with Fixes. The only AI review feedback was that flow_init should be bool not int; but the existing code uses int for flags so OK. Acked-by: Stephen Hemminger <[email protected]>

