netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/4] qed: 'ethtool -d' faster, less latency
@ 2024-09-30 20:13 Michal Schmidt
  2024-09-30 20:13 ` [PATCH net-next 1/4] qed: make 'ethtool -d' 10 times faster Michal Schmidt
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Michal Schmidt @ 2024-09-30 20:13 UTC (permalink / raw)
  To: Manish Chopra, netdev
  Cc: Caleb Sander, Alok Prasad, David S. Miller, Eric Dumazet,
	Jakub Kicinski, Paolo Abeni

Here is a patch to make 'ethtool -d' on a qede network device a lot
faster and 3 patches to make it cause less latency for other tasks on
non-preemptible kernels.

Michal Schmidt (4):
  qed: make 'ethtool -d' 10 times faster
  qed: put cond_resched() in qed_grc_dump_ctx_data()
  qed: allow the callee of qed_mcp_nvm_read() to sleep
  qed: put cond_resched() in qed_dmae_operation_wait()

 drivers/net/ethernet/qlogic/qed/qed_debug.c |  1 +
 drivers/net/ethernet/qlogic/qed/qed_hw.c    |  1 +
 drivers/net/ethernet/qlogic/qed/qed_mcp.c   | 45 ++++++++-------------
 3 files changed, 18 insertions(+), 29 deletions(-)

-- 
2.46.2


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

end of thread, other threads:[~2024-10-04 16:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-30 20:13 [PATCH net-next 0/4] qed: 'ethtool -d' faster, less latency Michal Schmidt
2024-09-30 20:13 ` [PATCH net-next 1/4] qed: make 'ethtool -d' 10 times faster Michal Schmidt
2024-09-30 20:13 ` [PATCH net-next 2/4] qed: put cond_resched() in qed_grc_dump_ctx_data() Michal Schmidt
2024-09-30 20:13 ` [PATCH net-next 3/4] qed: allow the callee of qed_mcp_nvm_read() to sleep Michal Schmidt
2024-09-30 20:13 ` [PATCH net-next 4/4] qed: put cond_resched() in qed_dmae_operation_wait() Michal Schmidt
2024-10-04 16:30 ` [PATCH net-next 0/4] qed: 'ethtool -d' faster, less latency 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).