netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-03-25
@ 2021-03-25 22:31 Tony Nguyen
  2021-03-25 22:31 ` [PATCH net 1/4] virtchnl: Fix layout of RSS structures Tony Nguyen
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Tony Nguyen @ 2021-03-25 22:31 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to virtchnl header file and i40e driver.

Norbert removes added padding from virtchnl RSS structures as this
causes issues when iterating over the arrays.

Mateusz adds Asym_Pause as supported to allow these settings to be set
as the hardware supports it.

Eryk fixes an issue where encountering a VF reset alongside releasing
VFs could cause a call trace.

Arkadiusz moves TC setup before resource setup as previously it was
possible to enter with a null q_vector causing a kernel oops.

The following are changes since commit e43accba9b071dcd106b5e7643b1b106a158cbb1:
  psample: Fix user API breakage
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue 40GbE

Arkadiusz Kubalewski (1):
  i40e: Fix oops at i40e_rebuild()

Eryk Rybak (1):
  i40e: Fix kernel oops when i40e driver removes VF's

Mateusz Palczewski (1):
  i40e: Added Asym_Pause to supported link modes

Norbert Ciosek (1):
  virtchnl: Fix layout of RSS structures

 drivers/net/ethernet/intel/i40e/i40e.h             |  1 +
 drivers/net/ethernet/intel/i40e/i40e_ethtool.c     |  1 +
 drivers/net/ethernet/intel/i40e/i40e_main.c        | 11 +++++------
 drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c |  9 +++++++++
 include/linux/avf/virtchnl.h                       |  2 --
 5 files changed, 16 insertions(+), 8 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-03-29  3:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-25 22:31 [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-03-25 Tony Nguyen
2021-03-25 22:31 ` [PATCH net 1/4] virtchnl: Fix layout of RSS structures Tony Nguyen
2021-03-26  8:06   ` Geert Uytterhoeven
     [not found]     ` <ce03118c-d368-def0-8a1f-8c3a770901d6@intel.com>
2021-03-27  9:53       ` Geert Uytterhoeven
2021-03-29  3:19         ` Samudrala, Sridhar
2021-03-25 22:31 ` [PATCH net 2/4] i40e: Added Asym_Pause to supported link modes Tony Nguyen
2021-03-25 22:31 ` [PATCH net 3/4] i40e: Fix kernel oops when i40e driver removes VF's Tony Nguyen
2021-03-25 22:31 ` [PATCH net 4/4] i40e: Fix oops at i40e_rebuild() Tony Nguyen
2021-03-26  1:00 ` [PATCH net 0/4][pull request] Intel Wired LAN Driver Updates 2021-03-25 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).