Displaying 1 result from an estimated 1 matches for "deeacf35c922d".
2023 Mar 13
0
[PATCH 1/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
...ichael S. Tsirkin <mst at redhat.com>
> > Sent: Monday, March 13, 2023 5:24 PM
> > I mean if this is claiming to fix a performance regression it should have a Fixes:
> > tag with the commit that introduced the regression.
>
> The fixes tag should be,
>
> Fixes: deeacf35c922d ("vdpa/mlx5: support device features provisioning")
>
> Eli,
> Please add.
Hmm okay so to make sure, before this commit device by default
is created without mrg buffers? With the commit it's created
with and what the change does it revert the default
back to what it was?