netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-22 (iavf)
@ 2023-06-22 16:59 Tony Nguyen
  2023-06-22 16:59 ` [PATCH net-next 1/3] iavf: fix err handling for MAC replace Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Tony Nguyen @ 2023-06-22 16:59 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to iavf driver only.

Przemek defers removing, previous, primary MAC address until after
getting result of adding its replacement. He also does some cleanup by
removing unused functions and making applicable functions static.

The following are changes since commit 98e95872f2b818c74872d073eaa4c937579d41fc:
  Merge branch 'mptcp-expose-more-info-and-small-improvements'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE

Przemek Kitszel (3):
  iavf: fix err handling for MAC replace
  iavf: remove some unused functions and pointless wrappers
  iavf: make functions static where possible

 drivers/net/ethernet/intel/iavf/iavf.h        | 10 ---
 drivers/net/ethernet/intel/iavf/iavf_alloc.h  |  3 +-
 drivers/net/ethernet/intel/iavf/iavf_common.c | 45 -----------
 drivers/net/ethernet/intel/iavf/iavf_main.c   | 78 ++++++++-----------
 drivers/net/ethernet/intel/iavf/iavf_osdep.h  |  9 ---
 .../net/ethernet/intel/iavf/iavf_prototype.h  |  5 --
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   | 43 +++++-----
 drivers/net/ethernet/intel/iavf/iavf_txrx.h   |  4 -
 8 files changed, 55 insertions(+), 142 deletions(-)

-- 
2.38.1


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

end of thread, other threads:[~2023-06-24 22:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 16:59 [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-22 (iavf) Tony Nguyen
2023-06-22 16:59 ` [PATCH net-next 1/3] iavf: fix err handling for MAC replace Tony Nguyen
2023-06-23  7:41   ` Simon Horman
2023-06-22 16:59 ` [PATCH net-next 2/3] iavf: remove some unused functions and pointless wrappers Tony Nguyen
2023-06-23  7:41   ` Simon Horman
2023-06-22 16:59 ` [PATCH net-next 3/3] iavf: make functions static where possible Tony Nguyen
2023-06-23  7:42   ` Simon Horman
2023-06-24 22:20 ` [PATCH net-next 0/3][pull request] Intel Wired LAN Driver Updates 2023-06-22 (iavf) 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).