netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-09-19 (iavf, i40e)
@ 2022-09-19 22:34 Tony Nguyen
  2022-09-19 22:34 ` [PATCH net 1/4] iavf: Fix bad page state Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tony Nguyen @ 2022-09-19 22:34 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev

This series contains updates to iavf and i40e drivers.

Norbert adds checking of buffer size for Rx buffer checks in iavf.

Michal corrects setting of max MTU in iavf to account for MTU data provided
by PF, fixes i40e to set VF max MTU, and resolves lack of rate limiting
when value was less than divisor for i40e.

The following are changes since commit 96628951869c0dedf0377adca01c8675172d8639:
  tcp: Use WARN_ON_ONCE() in tcp_read_skb()
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Michal Jaron (3):
  iavf: Fix set max MTU size with port VLAN and jumbo frames
  i40e: Fix VF set max MTU size
  i40e: Fix set max_tx_rate when it is lower than 1 Mbps

Norbert Zulinski (1):
  iavf: Fix bad page state

 drivers/net/ethernet/intel/i40e/i40e_main.c   | 32 +++++++++++++++----
 .../ethernet/intel/i40e/i40e_virtchnl_pf.c    | 20 ++++++++++++
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   |  4 +--
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   |  7 ++--
 4 files changed, 53 insertions(+), 10 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-09-22  0:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-19 22:34 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-09-19 (iavf, i40e) Tony Nguyen
2022-09-19 22:34 ` [PATCH net 1/4] iavf: Fix bad page state Tony Nguyen
2022-09-19 22:34 ` [PATCH net 2/4] iavf: Fix set max MTU size with port VLAN and jumbo frames Tony Nguyen
2022-09-19 22:34 ` [PATCH net 3/4] i40e: Fix VF set max MTU size Tony Nguyen
2022-09-19 22:34 ` [PATCH net 4/4] i40e: Fix set max_tx_rate when it is lower than 1 Mbps Tony Nguyen
2022-09-22  0:40 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2022-09-19 (iavf, i40e) patchwork-bot+netdevbpf

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).