Stefano Garzarella
2022-Dec-21 09:50 UTC
[RFC PATCH 6/6] vdpa_sim: add support for user VA
On Wed, Dec 21, 2022 at 08:17:41AM +0100, Eugenio Perez Martin wrote:>On Wed, Dec 14, 2022 at 5:31 PM Stefano Garzarella <sgarzare at redhat.com> wrote: >> >> The new "use_va" module parameter (default: false) is used in > >Why not true by default? I'd say it makes more sense for the simulator >to use va mode and only use pa for testing it.Yep, you are right. I'll change it in the version. I initially left it at false because we usually use the simulator to test the paths that would be used for the real hardware. Thanks, Stefano