Displaying 3 results from an estimated 3 matches for "rtnl_fill_stat".
Did you mean:
rtnl_fill_stats
2020 Aug 11
0
VDPA Debug/Statistics
...e if devlink is suitable for displaying statistics. We will discuss internally but I wanted to know why 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...
2019 Oct 04
0
general protection fault in veth_get_stats64
...0080050033
> CR2: 0000000020000140 CR3: 000000009a80b000 CR4: 00000000001406e0
> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
> Call Trace:
> dev_get_stats+0x8e/0x280 net/core/dev.c:9220
> rtnl_fill_stats+0x4d/0xac0 net/core/rtnetlink.c:1191
> rtnl_fill_ifinfo+0x10ad/0x3af0 net/core/rtnetlink.c:1717
> rtmsg_ifinfo_build_skb+0xc9/0x1a0 net/core/rtnetlink.c:3635
> rtmsg_ifinfo_event.part.0+0x43/0xe0 net/core/rtnetlink.c:3667
> rtmsg_ifinfo_event net/core/rtnetlink.c:3678 [inline]...
2019 Oct 02
0
general protection fault in veth_get_stats64
...0080050033
> CR2: 0000000020000140 CR3: 000000009a80b000 CR4: 00000000001406e0
> DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
> DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
> Call Trace:
> dev_get_stats+0x8e/0x280 net/core/dev.c:9220
> rtnl_fill_stats+0x4d/0xac0 net/core/rtnetlink.c:1191
> rtnl_fill_ifinfo+0x10ad/0x3af0 net/core/rtnetlink.c:1717
> rtmsg_ifinfo_build_skb+0xc9/0x1a0 net/core/rtnetlink.c:3635
> rtmsg_ifinfo_event.part.0+0x43/0xe0 net/core/rtnetlink.c:3667
> rtmsg_ifinfo_event net/core/rtnetlink.c:3678 [inline]...