On Mon, Feb 06 2023, Alvaro Karsz <[email protected]> wrote:
> If the VIRTIO_NET_F_HASH_REPORT feature is negotiated, the driver may > send VIRTIO_NET_CTRL_MQ_HASH_CONFIG commands, thus, the control VQ > feature should be negotiated. > > --- > v2: Use SHOULD instead of Feature bit requirement, version 1.2 is already > out and doesn't include this depencency. > > v3: Explain the dependency in a less confusing way. > > Signed-off-by: Alvaro Karsz <[email protected]> Minor nit (for the next time, was trivial to fix up): Putting your s-o-b beneath the "---" instructs git am to cut it off; the changelog should go below the s-o-b. > > device-types/net/description.tex | 6 ++++++ > 1 file changed, 6 insertions(+) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
