netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6] Simplify Intel Wired LAN driver init/exit routine
@ 2014-09-02  9:36 Jean Sacren
  2014-09-03  5:17 ` Jeff Kirsher
  0 siblings, 1 reply; 2+ messages in thread
From: Jean Sacren @ 2014-09-02  9:36 UTC (permalink / raw)
  To: Jeff Kirsher; +Cc: e1000-devel, netdev, linux.nics

This series uses module_pci_driver() to simplify the init/exit
routine of some Intel Wired LAN drivers.

Jean Sacren (6):
  ixgb: remove the boilerplate of ixgb module for init/exit
  ixgbevf: remove the boilerplate of ixgbevf module for init/exit
  e100: remove the boilerplate of e100 module for init/exit
  igbvf: remove the boilerplate of igbvf module for init/exit
  e1000e: remove the boilerplate of e1000e module for init/exit
  i40evf: remove the boilerplate of i40evf module for init/exit

 drivers/net/ethernet/intel/e100.c                 | 22 ++++---------
 drivers/net/ethernet/intel/e1000e/netdev.c        | 35 +++-----------------
 drivers/net/ethernet/intel/i40evf/i40evf_main.c   | 37 +++------------------
 drivers/net/ethernet/intel/igbvf/netdev.c         | 35 +++-----------------
 drivers/net/ethernet/intel/ixgb/ixgb_main.c       | 39 +++--------------------
 drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 38 ++++------------------
 6 files changed, 32 insertions(+), 174 deletions(-)


------------------------------------------------------------------------------
Slashdot TV.  
Video for Nerds.  Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
E1000-devel mailing list
E1000-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/e1000-devel
To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH net-next 0/6] Simplify Intel Wired LAN driver init/exit routine
  2014-09-02  9:36 [PATCH net-next 0/6] Simplify Intel Wired LAN driver init/exit routine Jean Sacren
@ 2014-09-03  5:17 ` Jeff Kirsher
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Kirsher @ 2014-09-03  5:17 UTC (permalink / raw)
  To: Jean Sacren; +Cc: linux.nics, e1000-devel, netdev

[-- Attachment #1: Type: text/plain, Size: 1332 bytes --]

On Tue, 2014-09-02 at 03:36 -0600, Jean Sacren wrote:
> This series uses module_pci_driver() to simplify the init/exit
> routine of some Intel Wired LAN drivers.
> 
> Jean Sacren (6):
>   ixgb: remove the boilerplate of ixgb module for init/exit
>   ixgbevf: remove the boilerplate of ixgbevf module for init/exit
>   e100: remove the boilerplate of e100 module for init/exit
>   igbvf: remove the boilerplate of igbvf module for init/exit
>   e1000e: remove the boilerplate of e1000e module for init/exit
>   i40evf: remove the boilerplate of i40evf module for init/exit
> 
>  drivers/net/ethernet/intel/e100.c                 | 22 ++++---------
>  drivers/net/ethernet/intel/e1000e/netdev.c        | 35 +++-----------------
>  drivers/net/ethernet/intel/i40evf/i40evf_main.c   | 37 +++------------------
>  drivers/net/ethernet/intel/igbvf/netdev.c         | 35 +++-----------------
>  drivers/net/ethernet/intel/ixgb/ixgb_main.c       | 39 +++--------------------
>  drivers/net/ethernet/intel/ixgbevf/ixgbevf_main.c | 38 ++++------------------
>  6 files changed, 32 insertions(+), 174 deletions(-)
> 

I have gone ahead and added this series to my queue.  We have some
concerns that these changes will make it more difficult to debug the
drivers, so I will have these go through our validation as well.

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-09-03  5:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-02  9:36 [PATCH net-next 0/6] Simplify Intel Wired LAN driver init/exit routine Jean Sacren
2014-09-03  5:17 ` Jeff Kirsher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).