Re: [PATCH 16/40] vdpa: indicate SVQ switching via flag

2024-01-11 Thread Jason Wang
On Fri, Dec 8, 2023 at 2:50 AM Si-Wei Liu wrote: > > svq_switching indicates the case where SVQ mode change > is on going. Positive (1) means switching from the > normal passthrough mode to SVQ mode, and negative (-1) > meaning switch SVQ back to the passthrough; zero (0) > indicates that there's

[PATCH 16/40] vdpa: indicate SVQ switching via flag

2023-12-07 Thread Si-Wei Liu
svq_switching indicates the case where SVQ mode change is on going. Positive (1) means switching from the normal passthrough mode to SVQ mode, and negative (-1) meaning switch SVQ back to the passthrough; zero (0) indicates that there's no SVQ mode switch taking place. Signed-off-by: Si-Wei Liu -