mbox series

[net-next,v4,0/2] Converge on using secs_to_jiffies() in netdev

Message ID 20241212-netdev-converge-secs-to-jiffies-v4-0-6dac97a6d6ab@linux.microsoft.com (mailing list archive)
Headers show
Series Converge on using secs_to_jiffies() in netdev | expand

Message

Easwar Hariharan Dec. 12, 2024, 5:33 p.m. UTC
These patches are pulled out from v2 [1] and v3 [2] of my series to be sent
through netdev. The series converts users of msecs_to_jiffies() that need
seconds-denominated timeouts to the new secs_to_jiffies() API in
include/linux/jiffies.h to avoid the multiplication with 1000 or MSEC_PER_SEC.

[1]: https://lore.kernel.org/r/20241115-converge-secs-to-jiffies-v2-0-911fb7595e79@linux.microsoft.com
[2]: https://lore.kernel.org/r/20241210-converge-secs-to-jiffies-v3-0-ddfefd7e9f2a@linux.microsoft.com

Signed-off-by: Easwar Hariharan <eahariha@linux.microsoft.com>
---
Easwar Hariharan (2):
      gve: Convert timeouts to secs_to_jiffies()
      wifi: ath11k: Convert timeouts to secs_to_jiffies()

 drivers/net/ethernet/google/gve/gve_tx_dqo.c | 6 ++----
 drivers/net/wireless/ath/ath11k/debugfs.c    | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)
---
base-commit: 91e71d606356e50f238d7a87aacdee4abc427f07
change-id: 20241211-netdev-converge-secs-to-jiffies-f18b18c775c1

Best regards,

Comments

patchwork-bot+netdevbpf@kernel.org Dec. 15, 2024, 10:20 p.m. UTC | #1
Hello:

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

On Thu, 12 Dec 2024 17:33:00 +0000 you wrote:
> These patches are pulled out from v2 [1] and v3 [2] of my series to be sent
> through netdev. The series converts users of msecs_to_jiffies() that need
> seconds-denominated timeouts to the new secs_to_jiffies() API in
> include/linux/jiffies.h to avoid the multiplication with 1000 or MSEC_PER_SEC.
> 
> [1]: https://lore.kernel.org/r/20241115-converge-secs-to-jiffies-v2-0-911fb7595e79@linux.microsoft.com
> [2]: https://lore.kernel.org/r/20241210-converge-secs-to-jiffies-v3-0-ddfefd7e9f2a@linux.microsoft.com
> 
> [...]

Here is the summary with links:
  - [net-next,v4,1/2] gve: Convert timeouts to secs_to_jiffies()
    https://git.kernel.org/netdev/net-next/c/734ff310d38c
  - [net-next,v4,2/2] wifi: ath11k: Convert timeouts to secs_to_jiffies()
    (no matching commit)

You are awesome, thank you!