Displaying 1 result from an estimated 1 matches for "f_pack".
Did you mean:
fl_pack
2023 Mar 14
0
[PATCH 1/2] vdpa/mlx5: Make VIRTIO_NET_F_MRG_RXBUF off by default
...pa? As far as I
can see it would AND user supplied device_features bits with the device
supported feature bits (find the common part of both feature bits) then
proceed. I am not sure I follow what is the problem?
> For example,
> User asked to set,
> F_CONFIG_MTU
> F_CONFIG_MAC
> F_PACKED
> In that device should only use above 3 features. (because user is the master).
>
> It should not OR user supplied feature bits with device defaults feature bits.
>
>>> If user doesn?t supply feature bits, use the device defaults.
> If user doesn?t supply any feature f...