netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com,
	edumazet@google.com, netdev@vger.kernel.org
Cc: Tony Nguyen <anthony.l.nguyen@intel.com>
Subject: [PATCH net-next v2 0/2][pull request] Intel Wired LAN Driver Updates 2023-10-03 (i40e, iavf)
Date: Tue,  3 Oct 2023 15:36:08 -0700	[thread overview]
Message-ID: <20231003223610.2004976-1-anthony.l.nguyen@intel.com> (raw)

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.
---
v2:
- Drop, previous patch 3, as a better solution [1] is upcoming [2]

[1] https://lore.kernel.org/intel-wired-lan/abf8d279-b579-4a03-9ae9-053cf5efec3d@wanadoo.fr/
[2] https://lore.kernel.org/intel-wired-lan/20231003183603.3887546-2-jesse.brandeburg@intel.com/

v1: https://lore.kernel.org/netdev/20231002185034.1575127-1-anthony.l.nguyen@intel.com/

The following are changes since commit 8989682a1cb600bac1149ed17b1ce929ab472e79:
  Merge branch 'documentation-fixes-for-dpll-subsystem'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

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 +++++++++----------
 4 files changed, 33 insertions(+), 36 deletions(-)

-- 
2.38.1


             reply	other threads:[~2023-10-03 22:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-03 22:36 Tony Nguyen [this message]
2023-10-03 22:36 ` [PATCH net-next v2 1/2] i40e: Add rx_missed_errors for buffer exhaustion Tony Nguyen
2023-10-03 22:36 ` [PATCH net-next v2 2/2] iavf: remove "inline" functions from iavf_txrx.c Tony Nguyen
2023-10-05  0:28 ` [PATCH net-next v2 0/2][pull request] Intel Wired LAN Driver Updates 2023-10-03 (i40e, iavf) Jakub Kicinski
2023-10-05 16:07   ` Tony Nguyen
2023-10-05  0:30 ` patchwork-bot+netdevbpf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231003223610.2004976-1-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).