[PATCH requirements v5 0/7] virtio net requirements for 1.4

From
Parav Pandit <>
Date
2023-08-21T05:14:00+00:00
ID
Thread
[PATCH requirements v5 0/7] virtio net requirements for 1.4
>
From: Heng Qi <>
> Sent: Monday, August 21, 2023 10:36 AM

> > +4. Since flow filters are enabled much later in the driver life cycle, driver
> > +
will likely create these queues when flow filters are enabled.
>
> I remember here that the creation phase of flow vq is in the probe phase, and a
> feature is used to indicate dynamic creation.
> Or do we want to revert to a workaround similar to vq reset here?

As we discussed during v4, dynamic creation using a new feature bit.
Say F_VQ_DYNAMIC_CREATE.
Will introduce it as part of this series.
Lets not build new features using workarounds.