diff options
author | 2021-10-04 18:05:07 -0700 | |
---|---|---|
committer | 2021-10-05 12:39:07 +0100 | |
commit | dbe0b88064494b7bb6a9b2aa7e085b14a3112d44 (patch) | |
tree | 57d1152f24912b9c29e053dbef0cdb0af4886f46 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | r8152: avoid to resubmit rx immediately (diff) | |
download | linux-dev-dbe0b88064494b7bb6a9b2aa7e085b14a3112d44.tar.xz linux-dev-dbe0b88064494b7bb6a9b2aa7e085b14a3112d44.zip |
net: bridge: use nla_total_size_64bit() in br_get_linkxstats_size()
bridge_fill_linkxstats() is using nla_reserve_64bit().
We must use nla_total_size_64bit() instead of nla_total_size()
for corresponding data structure.
Fixes: 1080ab95e3c7 ("net: bridge: add support for IGMP/MLD stats and export them via netlink")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Nikolay Aleksandrov <nikolay@nvidia.com>
Cc: Vivien Didelot <vivien.didelot@gmail.com>
Acked-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions