On Sat, 9 Nov 2024 at 10:00, Andrew Lunn <andrew@xxxxxxx> wrote: > > > +void fbnic_dbg_init(void) > > +{ > > + fbnic_dbg_root = debugfs_create_dir(fbnic_driver_name, NULL); > > + debugfs_create_file("pcie_stats", 0400, fbnic_dbg_root, NULL, > > + &fbnic_dbg_pcie_stats_fops); > > Have you tested this on a machine with two NICs? > Thanks for the review, Andrew. No, I haven't but I have tested on a 1-NIC, multihost (2) system. > Andrew