[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221102211011.2944983-1-anthony.l.nguyen@intel.com>
Date: Wed, 2 Nov 2022 14:10:04 -0700
From: Tony Nguyen <anthony.l.nguyen@...el.com>
To: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
edumazet@...gle.com
Cc: Tony Nguyen <anthony.l.nguyen@...el.com>, netdev@...r.kernel.org
Subject: [PATCH net-next 0/7][pull request] Intel Wired LAN Driver Updates 2022-11-02 (i40e, iavf)
This series contains updates to i40e and iavf drivers.
Joe Damato adds tracepoint information to i40e_napi_poll to expose helpful
debug information for users who'd like to get a better understanding of
how their NIC is performing as they adjust various parameters and tuning
knobs.
Note: this does not touch any XDP related code paths. This
tracepoint will only work when not using XDP. Care has been taken to avoid
changing control flow in i40e_napi_poll with this change.
Alicja adds error messaging for unsupported duplex settings for i40e.
Ye Xingchen replaces use of __FUNCTION__ with __func__ for iavf.
Bartosz changes tense of device removal message to be more clear on the
action for iavf.
The following are changes since commit ef2dd61af7366e5a42e828fff04932e32eb0eacc:
Merge branch 'renesas-eswitch'
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Alicja Kowalska (1):
i40e: Add appropriate error message logged for incorrect duplex
setting
Bartosz Staszewski (1):
iavf: Change information about device removal in dmesg
Joe Damato (4):
i40e: Store the irq number in i40e_q_vector
i40e: Record number TXes cleaned during NAPI
i40e: Record number of RXes cleaned during NAPI
i40e: Add i40e_napi_poll tracepoint
ye xingchen (1):
iavf: Replace __FUNCTION__ with __func__
drivers/net/ethernet/intel/i40e/i40e.h | 1 +
.../net/ethernet/intel/i40e/i40e_ethtool.c | 4 +-
drivers/net/ethernet/intel/i40e/i40e_main.c | 1 +
drivers/net/ethernet/intel/i40e/i40e_trace.h | 49 +++++++++++++++++++
drivers/net/ethernet/intel/i40e/i40e_txrx.c | 27 +++++++---
drivers/net/ethernet/intel/iavf/iavf_main.c | 4 +-
6 files changed, 77 insertions(+), 9 deletions(-)
--
2.35.1
Powered by blists - more mailing lists