mbox series

[net-next,v2,0/8,pull,request] 1GbE Intel Wired LAN Driver Updates 2020-07-27

Message ID 20200727171338.3698640-1-anthony.l.nguyen@intel.com
Headers show
Series 1GbE Intel Wired LAN Driver Updates 2020-07-27 | expand

Message

Tony Nguyen July 27, 2020, 5:13 p.m. UTC
This series contains updates to igc driver only.

Sasha cleans up double definitions, unneeded and non applicable
registers, and removes unused fields in structs. Ensures the Receive
Descriptor Minimum Threshold Count is cleared and fixes a static checker
error.

v2: Remove fields from hw_stats in patches that removed their uses.
Reworded patch descriptions for patches 1, 2, and 4.

The following are changes since commit a57066b1a01977a646145f4ce8dfb4538b08368a:
  Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Sasha Neftin (8):
  igc: Remove unneeded variable
  igc: Add Receive Descriptor Minimum Threshold Count to clear HW
    counters
  igc: Remove unneeded ICTXQMTC register
  igc: Fix registers definition
  igc: Remove ledctl_ fields from the mac_info structure
  igc: Clean up the mac_info structure
  igc: Clean up the hw_stats structure
  igc: Fix static checker warning

 drivers/net/ethernet/intel/igc/igc_hw.h   | 20 --------------------
 drivers/net/ethernet/intel/igc/igc_mac.c  | 12 ++----------
 drivers/net/ethernet/intel/igc/igc_main.c |  8 --------
 drivers/net/ethernet/intel/igc/igc_regs.h | 14 --------------
 4 files changed, 2 insertions(+), 52 deletions(-)

Comments

David Miller July 27, 2020, 8:12 p.m. UTC | #1
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: Mon, 27 Jul 2020 10:13:30 -0700

> This series contains updates to igc driver only.
> 
> Sasha cleans up double definitions, unneeded and non applicable
> registers, and removes unused fields in structs. Ensures the Receive
> Descriptor Minimum Threshold Count is cleared and fixes a static checker
> error.
> 
> v2: Remove fields from hw_stats in patches that removed their uses.
> Reworded patch descriptions for patches 1, 2, and 4.
> 
> The following are changes since commit a57066b1a01977a646145f4ce8dfb4538b08368a:
>   Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
> and are available in the git repository at:
>   git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Pulled, thank you.