All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-03-01
@ 2022-03-01 18:59 Tony Nguyen
  2022-03-01 18:59 ` [PATCH net-next 1/7] iavf: Add support for 50G/100G in AIM algorithm Tony Nguyen
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Tony Nguyen @ 2022-03-01 18:59 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann

This series contains updates to iavf driver only.

Mateusz adds support for interrupt moderation for 50G and 100G speeds
as well as support for the driver to specify a request as its primary
MAC address. He also refactors VLAN V2 capability exchange into more
generic extended capabilities to ease the addition of future
capabilities. Finally, he corrects the incorrect return of iavf_status
values and removes non-inclusive language.

Minghao Chi removes unneeded variables, instead returning values
directly.

The following are changes since commit 7282c126f7688f697d33f3b965c29bba67fb4eba:
  Merge branch 'smc-datapath-opts'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Mateusz Palczewski (6):
  iavf: Add support for 50G/100G in AIM algorithm
  iavf: refactor processing of VLAN V2 capability message
  iavf: Add usage of new virtchnl format to set default MAC
  iavf: stop leaking iavf_status as "errno" values
  iavf: Fix incorrect use of assigning iavf_status to int
  iavf: Remove non-inclusive language

Minghao Chi (1):
  iavf: remove redundant ret variable

 drivers/net/ethernet/intel/iavf/iavf.h        |  22 +-
 drivers/net/ethernet/intel/iavf/iavf_common.c |   4 +-
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 302 ++++++++++++++----
 drivers/net/ethernet/intel/iavf/iavf_status.h |   2 +-
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   |  62 +++-
 .../net/ethernet/intel/iavf/iavf_virtchnl.c   | 194 ++++++-----
 6 files changed, 397 insertions(+), 189 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-03-03  6:20 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-01 18:59 [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-03-01 Tony Nguyen
2022-03-01 18:59 ` [PATCH net-next 1/7] iavf: Add support for 50G/100G in AIM algorithm Tony Nguyen
2022-03-01 18:59 ` [PATCH net-next 2/7] iavf: refactor processing of VLAN V2 capability message Tony Nguyen
2022-03-01 18:59 ` [PATCH net-next 3/7] iavf: Add usage of new virtchnl format to set default MAC Tony Nguyen
2022-03-01 18:59 ` [PATCH net-next 4/7] iavf: remove redundant ret variable Tony Nguyen
2022-03-01 18:59 ` [PATCH net-next 5/7] iavf: stop leaking iavf_status as "errno" values Tony Nguyen
2022-03-01 18:59 ` [PATCH net-next 6/7] iavf: Fix incorrect use of assigning iavf_status to int Tony Nguyen
2022-03-01 18:59 ` [PATCH net-next 7/7] iavf: Remove non-inclusive language Tony Nguyen
2022-03-03  6:20 ` [PATCH net-next 0/7][pull request] 40GbE Intel Wired LAN Driver Updates 2022-03-01 patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.