On 29.01.2020 04:16, Jason R Thorpe wrote: > Module Name: src > Committed By: thorpej > Date: Wed Jan 29 03:16:28 UTC 2020 > > Modified Files: > src/sys/net: Makefile files.net if.c if.h > Added Files: > src/sys/net: if_stats.c if_stats.h > > Log Message: > Add support for MP-safe network interface statistics by maintaining them > in per-cpu storage, and collecting them for export in an if_data structure > when user-space wants them. > > The new if_stat API is structured to make a gradual transition to the > new way in network drivers possible, and per-cpu stats are currently > disabled (thus there is no kernel ABI change). Once all drivers have > been converted, the old ABI will be removed, and per-cpu stats will be > enabled universally. > The distribution build breaks for me with: /public/netbsd-root/tooldir.NetBSD-9.99.38-amd64/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld: /public/netbsd-root/destdir.amd64/usr/lib/librumpnet_net.so: undefined reference to `rumpns_if_stats_init' /public/netbsd-root/tooldir.NetBSD-9.99.38-amd64/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld: /public/netbsd-root/destdir.amd64/usr/lib/librumpnet_net.so: undefined reference to `rumpns_if_stats_fini' /public/netbsd-root/tooldir.NetBSD-9.99.38-amd64/lib/gcc/x86_64--netbsd/8.3.0/../../../../x86_64--netbsd/bin/ld: /public/netbsd-root/destdir.amd64/usr/lib/librumpnet_net.so: undefined reference to `rumpns_if_stats_to_if_data'
Attachment:
signature.asc
Description: OpenPGP digital signature