Re: [PATCH v2 net-next 04/19] ionic: Add basic lif support

2019-07-01 Thread Shannon Nelson
On 6/29/19 11:45 AM, Jakub Kicinski wrote: On Fri, 28 Jun 2019 14:39:19 -0700, Shannon Nelson wrote: @@ -64,4 +66,49 @@ int ionic_debugfs_add_ident(struct ionic *ionic) ionic, &identity_fops) ? 0 : -ENOTSUPP; } +int ionic_debugfs_add_sizes(struct ionic

Re: [PATCH v2 net-next 04/19] ionic: Add basic lif support

2019-06-29 Thread Jakub Kicinski
On Fri, 28 Jun 2019 14:39:19 -0700, Shannon Nelson wrote: > @@ -64,4 +66,49 @@ int ionic_debugfs_add_ident(struct ionic *ionic) > ionic, &identity_fops) ? 0 : -ENOTSUPP; > } > > +int ionic_debugfs_add_sizes(struct ionic *ionic) > +{ > + debugfs_create_u32("nl

[PATCH v2 net-next 04/19] ionic: Add basic lif support

2019-06-28 Thread Shannon Nelson
The LIF is the Logical Interface, which represents the external connections. The NIC can multiplex many LIFs to a single port, but in most setups, LIF0 is the primary control for the port. Signed-off-by: Shannon Nelson --- drivers/net/ethernet/pensando/ionic/Makefile | 3 +- drivers/net/ethe