[Intel-wired-lan] [PATCH v5] igc: add support to eeprom, registers and link self-tests
Brown, Aaron F
aaron.f.brown at intel.com
Fri May 8 18:11:33 UTC 2020
> From: Intel-wired-lan <intel-wired-lan-bounces at osuosl.org> On Behalf Of
> Vitaly Lifshits
> Sent: Tuesday, May 5, 2020 7:07 AM
> To: intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH v5] igc: add support to eeprom, registers
> and link self-tests
>
> Introduced igc_diag.c and igc_diag.h, these files have the
> diagnostics functionality of igc driver. For the time being
> these files are being used by ethtool self-test callbacks.
> Which mean that eeprom, registers and link self-tests for
> ethtool were implemented.
>
> Signed-off-by: Vitaly Lifshits <vitaly.lifshits at intel.com>
> Reported-by: kbuild test robot <lkp at intel.com>
> Reported-by: Dan Carpenter <dan.carpenter at oracle.com>
> ---
> v2: Fix return 0/1 to boolean value in igc_reg_test function
> v3: Address community comments
> v4: Fix interrupt test and address community comments
> v5: Remove interrupt test in order to avoid kernel panic
> ---
> drivers/net/ethernet/intel/igc/Makefile | 2 +-
> drivers/net/ethernet/intel/igc/igc.h | 4 +
> drivers/net/ethernet/intel/igc/igc_diag.c | 186
> +++++++++++++++++++++++++++
> drivers/net/ethernet/intel/igc/igc_diag.h | 30 +++++
> drivers/net/ethernet/intel/igc/igc_ethtool.c | 60 +++++++++
> drivers/net/ethernet/intel/igc/igc_main.c | 4 +-
> drivers/net/ethernet/intel/igc/igc_regs.h | 2 +
> 7 files changed, 285 insertions(+), 3 deletions(-)
> create mode 100644 drivers/net/ethernet/intel/igc/igc_diag.c
> create mode 100644 drivers/net/ethernet/intel/igc/igc_diag.h
>
Tested-by: Aaron Brown <aaron.f.brown at intel.com>
More information about the Intel-wired-lan
mailing list