[PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2021-07-23
From: Tony Nguyen <anthony.l.nguyen@intel.com>
Date: 2021-07-23 17:07:31
This series contains updates to i40e driver only. Arkadiusz corrects the order of calls for disabling queues to resolve a false error message and adds a better message to the user when transitioning FW LLDP back on while the firmware is still processing the off request. Lukasz adds additional information regarding possible incorrect cable use when a PHY type error occurs. Jedrzej adds ndo_select_queue support to resolve incorrect queue selection when SW DCB is used and adds a warning when there are not enough queues for desired TC configuration. The following are changes since commit 9f42f674a89200d4f465a7db6070e079f3c6145f: Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux and are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE Arkadiusz Kubalewski (2): i40e: Fix logic of disabling queues i40e: Fix firmware LLDP agent related warning Jedrzej Jagielski (2): i40e: Fix queue-to-TC mapping on Tx i40e: Fix log TC creation failure when max num of queues is exceeded Lukasz Cieplicki (1): i40e: Add additional info to PHY type error .../net/ethernet/intel/i40e/i40e_ethtool.c | 6 +- drivers/net/ethernet/intel/i40e/i40e_main.c | 61 +++++++++++-------- drivers/net/ethernet/intel/i40e/i40e_txrx.c | 50 +++++++++++++++ drivers/net/ethernet/intel/i40e/i40e_txrx.h | 2 + 4 files changed, 94 insertions(+), 25 deletions(-) -- 2.26.2