[Intel-wired-lan] [PATCH v7 04/11] igc: Add interrupt support
Brown, Aaron F
aaron.f.brown at intel.com
Tue Sep 11 21:49:12 UTC 2018
> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Sasha Neftin
> Sent: Tuesday, August 28, 2018 9:00 AM
> To: Neftin, Sasha <sasha.neftin at intel.com>; intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH v7 04/11] igc: Add interrupt support
>
> This patch set adds interrupt support for the igc interfaces.
>
> Sasha Neftin (v2):
> fixed comments
>
> Sasha Neftin (v3):
> minor cosmetic changes
>
> Sasha Neftin (v4):
> address comments
> move IGC_NO_QUEUE to .h file
> add header to irqreturn_t igc_msix_other method
> fix comment in igc_write_ivar method
> fix xmas tree layout
> fix code indentation
> replace e1000_ prefix with igc_ prefix
> introduce BIT() macro
>
> Sasha Neftin (v5):
> fix xmas tree tree layout
> fix code indentation
>
> Sasha Neftin (v6):
> minor cosmetic changes
>
> Sasha Neftin (v7):
> fix comments spacing
>
> Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
> ---
> drivers/net/ethernet/intel/igc/igc.h | 131 ++++
> drivers/net/ethernet/intel/igc/igc_defines.h | 40 +
> drivers/net/ethernet/intel/igc/igc_hw.h | 84 +++
> drivers/net/ethernet/intel/igc/igc_main.c | 1030
> ++++++++++++++++++++++++++
> 4 files changed, 1285 insertions(+)
>
Tested-by: Aaron Brown <aaron.f.brown at intel.com>
More information about the Intel-wired-lan
mailing list