Re: [net-next 03/11] igc: Add netdev

2018-10-24 Thread Neftin, Sasha
On 10/18/2018 20:15, Jakub Kicinski wrote: On Wed, 17 Oct 2018 15:23:14 -0700, Jeff Kirsher wrote: +/** + * igc_ioctl - I/O control method + * @netdev: network interface device structure + * @ifreq: frequency Is it? :) Ah... Good catch. I will fix that and submit patch. + * @cmd: command +

Re: [net-next 03/11] igc: Add netdev

2018-10-18 Thread Jakub Kicinski
On Wed, 17 Oct 2018 15:23:14 -0700, Jeff Kirsher wrote: > +/** > + * igc_ioctl - I/O control method > + * @netdev: network interface device structure > + * @ifreq: frequency Is it? :) > + * @cmd: command > + */ > +static int igc_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd) > +{ >

[net-next 03/11] igc: Add netdev

2018-10-17 Thread Jeff Kirsher
From: Sasha Neftin Now that we have the ability to configure the basic settings on the device we can start allocating and configuring a netdev for the interface. Signed-off-by: Sasha Neftin Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- drivers/net/ethernet/intel/igc/igc.h |