Re: [net-next 01/15] ice: Implement ethtool ops for channels

2019-08-16 Thread Nguyen, Anthony L
On Mon, 2019-08-12 at 15:24 -0700, Jakub Kicinski wrote: > On Mon, 12 Aug 2019 15:07:09 +, Nguyen, Anthony L wrote: > > On Fri, 2019-08-09 at 14:15 -0700, Jakub Kicinski wrote: > > > On Fri, 9 Aug 2019 11:31:25 -0700, Jeff Kirsher wrote: > > > > From: Henry Tieman > > > > > > > > Add code

Re: [net-next 01/15] ice: Implement ethtool ops for channels

2019-08-12 Thread Jakub Kicinski
On Mon, 12 Aug 2019 15:07:09 +, Nguyen, Anthony L wrote: > On Fri, 2019-08-09 at 14:15 -0700, Jakub Kicinski wrote: > > On Fri, 9 Aug 2019 11:31:25 -0700, Jeff Kirsher wrote: > > > From: Henry Tieman > > > > > > Add code to query and set the number of queues on the primary > > > VSI for a

Re: [net-next 01/15] ice: Implement ethtool ops for channels

2019-08-12 Thread Nguyen, Anthony L
On Fri, 2019-08-09 at 14:15 -0700, Jakub Kicinski wrote: > On Fri, 9 Aug 2019 11:31:25 -0700, Jeff Kirsher wrote: > > From: Henry Tieman > > > > Add code to query and set the number of queues on the primary > > VSI for a PF. This is accessed from the 'ethtool -l' and 'ethtool > > -L' > > command

Re: [net-next 01/15] ice: Implement ethtool ops for channels

2019-08-09 Thread Jakub Kicinski
On Fri, 9 Aug 2019 11:31:25 -0700, Jeff Kirsher wrote: > From: Henry Tieman > > Add code to query and set the number of queues on the primary > VSI for a PF. This is accessed from the 'ethtool -l' and 'ethtool -L' > commands, respectively. > > Signed-off-by: Henry Tieman > Signed-off-by: Tony

[net-next 01/15] ice: Implement ethtool ops for channels

2019-08-09 Thread Jeff Kirsher
From: Henry Tieman Add code to query and set the number of queues on the primary VSI for a PF. This is accessed from the 'ethtool -l' and 'ethtool -L' commands, respectively. Signed-off-by: Henry Tieman Signed-off-by: Tony Nguyen Tested-by: Andrew Bowers Signed-off-by: Jeff Kirsher --- driv