netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-10-02 (i40e, iavf)
@ 2023-10-02 18:50 Tony Nguyen
  2023-10-02 18:50 ` [PATCH net-next 1/3] i40e: Add rx_missed_errors for buffer exhaustion Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Tony Nguyen @ 2023-10-02 18:50 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to i40e and iavf drivers.

Yajun Deng aligns reporting of buffer exhaustion statistics to follow
documentation for i40e.

Jake removes undesired 'inline' from functions in iavf.

Christophe Jaillet converts memory allocation to instead use local
variable for iavf.

The following are changes since commit 436e5f758d6fbc2c5903d59f2cf9bb753ec77d9e:
  Merge branch 'mlxsw-next'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Christophe JAILLET (1):
  iavf: Avoid a memory allocation in iavf_print_link_message()

Jacob Keller (1):
  iavf: remove "inline" functions from iavf_txrx.c

Yajun Deng (1):
  i40e: Add rx_missed_errors for buffer exhaustion

 .../net/ethernet/intel/i40e/i40e_ethtool.c    |  3 +-
 drivers/net/ethernet/intel/i40e/i40e_main.c   | 18 +++-----
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    |  2 +-
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   | 46 +++++++++----------
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  7 +--
 5 files changed, 34 insertions(+), 42 deletions(-)

-- 
2.38.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-10-05  0:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 18:50 [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-10-02 (i40e, iavf) Tony Nguyen
2023-10-02 18:50 ` [PATCH net-next 1/3] i40e: Add rx_missed_errors for buffer exhaustion Tony Nguyen
2023-10-02 18:50 ` [PATCH net-next 2/3] iavf: remove "inline" functions from iavf_txrx.c Tony Nguyen
2023-10-02 18:50 ` [PATCH net-next 3/3] iavf: Avoid a memory allocation in iavf_print_link_message() Tony Nguyen
2023-10-05  0:22 ` [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-10-02 (i40e, iavf) Jakub Kicinski
2023-10-05  0:24   ` Jakub Kicinski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).