netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Schmidt <mschmidt@redhat.com>
To: Manish Chopra <manishc@marvell.com>, netdev@vger.kernel.org
Cc: Caleb Sander <csander@purestorage.com>,
	Alok Prasad <palok@marvell.com>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>
Subject: [PATCH net-next 0/4] qed: 'ethtool -d' faster, less latency
Date: Mon, 30 Sep 2024 22:13:03 +0200	[thread overview]
Message-ID: <20240930201307.330692-1-mschmidt@redhat.com> (raw)

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


             reply	other threads:[~2024-09-30 20:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-30 20:13 Michal Schmidt [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240930201307.330692-1-mschmidt@redhat.com \
    --to=mschmidt@redhat.com \
    --cc=csander@purestorage.com \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=manishc@marvell.com \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=palok@marvell.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).