RE: [net-next 13/15] iecm: Add ethtool

2020-06-18 Thread Michael, Alice
oshua A ; Chittim, Madhu > ; Linga, Pavan Kumar > ; Skidmore, Donald C > ; Brandeburg, Jesse > ; Samudrala, Sridhar > > Subject: Re: [net-next 13/15] iecm: Add ethtool > > On Wed, 17 Jun 2020 22:13:42 -0700 Jeff Kirsher wrote: > > +static const struct

RE: [net-next 13/15] iecm: Add ethtool

2020-06-18 Thread Brady, Alan
hua A ; Chittim, > Madhu ; Linga, Pavan Kumar > ; Skidmore, Donald C > ; Brandeburg, Jesse > ; Samudrala, Sridhar > > Subject: Re: [net-next 13/15] iecm: Add ethtool > > On Wed, Jun 17, 2020 at 10:13:42PM -0700, Jeff Kirsher wrote: > > From: Alice Michael >

Re: [net-next 13/15] iecm: Add ethtool

2020-06-18 Thread Jakub Kicinski
On Wed, 17 Jun 2020 22:13:42 -0700 Jeff Kirsher wrote: > +static const struct ethtool_ops iecm_ethtool_ops = { > + .get_drvinfo= iecm_get_drvinfo, > + .get_msglevel = iecm_get_msglevel, > + .set_msglevel = iecm_set_msglevel, > + .get_coalesce

Re: [net-next 13/15] iecm: Add ethtool

2020-06-18 Thread Michal Kubecek
On Wed, Jun 17, 2020 at 10:13:42PM -0700, Jeff Kirsher wrote: > From: Alice Michael > > Implement ethtool interface for the common module. > > Signed-off-by: Alice Michael > Signed-off-by: Alan Brady > Signed-off-by: Phani Burra > Signed-off-by: Joshua Hay > Signed-off-by: Madhu Chittim > S

[net-next 13/15] iecm: Add ethtool

2020-06-17 Thread Jeff Kirsher
From: Alice Michael Implement ethtool interface for the common module. Signed-off-by: Alice Michael Signed-off-by: Alan Brady Signed-off-by: Phani Burra Signed-off-by: Joshua Hay Signed-off-by: Madhu Chittim Signed-off-by: Pavan Kumar Linga Reviewed-by: Donald Skidmore Reviewed-by: Jesse