netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2023-06-22 (ice)
@ 2023-06-22 18:35 Tony Nguyen
  2023-06-22 18:35 ` [PATCH net-next 1/6] ice: reduce initial wait for control queue messages Tony Nguyen
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Tony Nguyen @ 2023-06-22 18:35 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet, netdev; +Cc: Tony Nguyen

This series contains updates to ice driver only.

Jake adds a slight wait on control queue send to reduce wait time for
responses that occur within normal times.

Maciej allows for hot-swapping XDP programs.

Przemek removes unnecessary checks when enabling SR-IOV and freeing
allocated memory.

Christophe Jaillet converts a managed memory allocation to a regular one.

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 100GbE

Christophe JAILLET (1):
  ice: Remove managed memory usage in ice_get_fw_log_cfg()

Jacob Keller (1):
  ice: reduce initial wait for control queue messages

Maciej Fijalkowski (2):
  ice: allow hot-swapping XDP programs
  ice: use ice_down_up() where applicable

Przemek Kitszel (2):
  ice: clean up freeing SR-IOV VFs
  ice: remove null checks before devm_kfree() calls

 drivers/net/ethernet/intel/ice/ice_common.c   | 10 ++---
 drivers/net/ethernet/intel/ice/ice_controlq.c | 12 ++++--
 drivers/net/ethernet/intel/ice/ice_controlq.h |  1 -
 drivers/net/ethernet/intel/ice/ice_flow.c     | 23 ++--------
 drivers/net/ethernet/intel/ice/ice_lib.c      | 42 +++++++------------
 drivers/net/ethernet/intel/ice/ice_main.c     | 37 ++++++----------
 drivers/net/ethernet/intel/ice/ice_sched.c    | 11 ++---
 drivers/net/ethernet/intel/ice/ice_sriov.c    |  5 +--
 drivers/net/ethernet/intel/ice/ice_switch.c   | 19 +++------
 9 files changed, 52 insertions(+), 108 deletions(-)

-- 
2.38.1


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

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

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-22 18:35 [PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2023-06-22 (ice) Tony Nguyen
2023-06-22 18:35 ` [PATCH net-next 1/6] ice: reduce initial wait for control queue messages Tony Nguyen
2023-06-22 18:35 ` [PATCH net-next 2/6] ice: allow hot-swapping XDP programs Tony Nguyen
2023-06-22 18:35 ` [PATCH net-next 3/6] ice: clean up freeing SR-IOV VFs Tony Nguyen
2023-06-22 18:35 ` [PATCH net-next 4/6] ice: remove null checks before devm_kfree() calls Tony Nguyen
2023-06-23 10:23   ` Maciej Fijalkowski
2023-06-23 10:44     ` Przemek Kitszel
2023-06-23 11:13       ` Maciej Fijalkowski
2023-06-23 13:21         ` Przemek Kitszel
2023-06-23 13:25           ` Maciej Fijalkowski
2023-06-23 14:28             ` Przemek Kitszel
2023-06-23 14:40               ` Maciej Fijalkowski
2023-06-22 18:36 ` [PATCH net-next 5/6] ice: Remove managed memory usage in ice_get_fw_log_cfg() Tony Nguyen
2023-06-22 18:36 ` [PATCH net-next 6/6] ice: use ice_down_up() where applicable Tony Nguyen
2023-06-24 22:40 ` [PATCH net-next 0/6][pull request] Intel Wired LAN Driver Updates 2023-06-22 (ice) 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).