public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel.org
To: Alex Elder <elder@linaro.org>
Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org,
	pabeni@redhat.com, mka@chromium.org, andersson@kernel.org,
	quic_cpratapa@quicinc.com, quic_avuyyuru@quicinc.com,
	quic_jponduru@quicinc.com, quic_subashab@quicinc.com,
	elder@kernel.org, netdev@vger.kernel.org,
	linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH net-next 0/7] net: ipa: simplify TX power handling
Date: Fri, 02 Feb 2024 05:00:28 +0000	[thread overview]
Message-ID: <170685002835.2674.5013367139260704418.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20240130192305.250915-1-elder@linaro.org>

Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Tue, 30 Jan 2024 13:22:57 -0600 you wrote:
> In order to deliver a packet to the IPA hardware, we must ensure
> it is powered.  We request power by calling pm_runtime_get(), and
> its return value tells us the power state.  We can't block in
> ipa_start_xmit(), so if power isn't enabled we prevent further
> transmit attempts by calling netif_stop_queue().  Power will
> eventually become enabled, at which point we call netif_wake_queue()
> to allow the transmit to be retried.  When it does, the power should
> be enabled, so the packet delivery can proceed.
> 
> [...]

Here is the summary with links:
  - [net-next,1/7] net: ipa: stash modem TX and RX endpoints
    https://git.kernel.org/netdev/net-next/c/102c28b83ddf
  - [net-next,2/7] net: ipa: begin simplifying TX queue stop
    https://git.kernel.org/netdev/net-next/c/844ecc4aa78e
  - [net-next,3/7] net: ipa: kill the STARTED IPA power flag
    https://git.kernel.org/netdev/net-next/c/688de12f080f
  - [net-next,4/7] net: ipa: kill the IPA power STOPPED flag
    https://git.kernel.org/netdev/net-next/c/86c9a4929258
  - [net-next,5/7] net: ipa: kill ipa_power_modem_queue_stop()
    https://git.kernel.org/netdev/net-next/c/30cdaea23600
  - [net-next,6/7] net: ipa: kill ipa_power_modem_queue_active()
    https://git.kernel.org/netdev/net-next/c/2acf5fc8daba
  - [net-next,7/7] net: ipa: kill ipa_power_modem_queue_wake()
    https://git.kernel.org/netdev/net-next/c/e01bbdc9f851

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



      parent reply	other threads:[~2024-02-02  5:00 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-01-30 19:22 [PATCH net-next 0/7] net: ipa: simplify TX power handling Alex Elder
2024-01-30 19:22 ` [PATCH net-next 1/7] net: ipa: stash modem TX and RX endpoints Alex Elder
2024-01-30 19:22 ` [PATCH net-next 2/7] net: ipa: begin simplifying TX queue stop Alex Elder
2024-01-30 19:23 ` [PATCH net-next 3/7] net: ipa: kill the STARTED IPA power flag Alex Elder
2024-01-30 19:23 ` [PATCH net-next 4/7] net: ipa: kill the IPA power STOPPED flag Alex Elder
2024-01-30 19:23 ` [PATCH net-next 5/7] net: ipa: kill ipa_power_modem_queue_stop() Alex Elder
2024-01-30 19:23 ` [PATCH net-next 6/7] net: ipa: kill ipa_power_modem_queue_active() Alex Elder
2024-01-30 19:23 ` [PATCH net-next 7/7] net: ipa: kill ipa_power_modem_queue_wake() Alex Elder
2024-02-02  5:00 ` patchwork-bot+netdevbpf [this message]

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=170685002835.2674.5013367139260704418.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=andersson@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=elder@kernel.org \
    --cc=elder@linaro.org \
    --cc=kuba@kernel.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mka@chromium.org \
    --cc=netdev@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=quic_avuyyuru@quicinc.com \
    --cc=quic_cpratapa@quicinc.com \
    --cc=quic_jponduru@quicinc.com \
    --cc=quic_subashab@quicinc.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