Displaying 1 result from an estimated 1 matches for "ext_filter_mask".
2020 Aug 11
0
VDPA Debug/Statistics
...hy you guys think.
OK still things like specifying the mac are managed through rtnetlink,
right?
Right now it does not look like you can mix stats and vf, they are
handled separately:
if (rtnl_fill_stats(skb, dev))
goto nla_put_failure;
if (rtnl_fill_vf(skb, dev, ext_filter_mask))
goto nla_put_failure;
but ability to query vf stats on the host sounds useful generally.
As another option, we could use a vdpa specific way to retrieve stats,
and teach qemu to report them.
> --
> MST