[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220121000305.1423587-1-anthony.l.nguyen@intel.com>
Date: Thu, 20 Jan 2022 16:03:00 -0800
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org,
sassmann@...hat.com
Subject: [PATCH net 0/5][pull request] Intel Wired LAN Driver Updates 2022-01-20
This series contains updates to i40e driver only.
Jedrzej increases delay for EMP reset and adds checks to ensure a VF
request to change queues can be met.
Sylwester moves the placement of the Flow Director queue as to not
fragment the queue pile which would cause later re-allocation issues.
Karen prevents VF reset being invoked while another is still occurring
to avoid reading invalid data.
Joe Damato fixes some statistics fields to match the values of the
fields they are based on.
The following are changes since commit 57afdc0aab094b4c811b3fe030b2567812a495f3:
Merge branch 'stmmac-fixes'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE
Jedrzej Jagielski (2):
i40e: Increase delay to 1 s after global EMP reset
i40e: Fix issue when maximum queues is exceeded
Joe Damato (1):
i40e: fix unsigned stat widths
Karen Sornek (1):
i40e: Fix for failed to init adminq while VF reset
Sylwester Dziedziuch (1):
i40e: Fix queues reservation for XDP
drivers/net/ethernet/intel/i40e/i40e.h | 9 +-
.../net/ethernet/intel/i40e/i40e_debugfs.c | 2 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 44 ++++----
.../net/ethernet/intel/i40e/i40e_register.h | 3 +
.../ethernet/intel/i40e/i40e_virtchnl_pf.c | 103 +++++++++++++++++-
.../ethernet/intel/i40e/i40e_virtchnl_pf.h | 1 +
6 files changed, 131 insertions(+), 31 deletions(-)
--
2.31.1
Powered by blists - more mailing lists