netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] net: renesas: rswitch: Fix a lot of redundant irq issue
@ 2023-09-12  1:49 Yoshihiro Shimoda
  2023-09-12  1:49 ` [PATCH net 1/2] net: renesas: rswitch: Fix unmasking irq condition Yoshihiro Shimoda
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Yoshihiro Shimoda @ 2023-09-12  1:49 UTC (permalink / raw)
  To: s.shtylyov, davem, edumazet, kuba, pabeni
  Cc: netdev, linux-renesas-soc, Yoshihiro Shimoda

After this patch series was applied, a lot of redundant interrupts
no longer occur.

For example: when "iperf3 -c <ipaddr> -R" on R-Car S4-8 Spider
 Before the patches are applied: about 800,000 times happened
 After the patches were applied: about 100,000 times happened

Yoshihiro Shimoda (2):
  net: renesas: rswitch: Fix unmasking irq condition
  net: renesas: rswitch: Add spin lock protection for irq {un}mask

 drivers/net/ethernet/renesas/rswitch.c | 20 ++++++++++++++++----
 drivers/net/ethernet/renesas/rswitch.h |  2 ++
 2 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-09-14  8:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-12  1:49 [PATCH net 0/2] net: renesas: rswitch: Fix a lot of redundant irq issue Yoshihiro Shimoda
2023-09-12  1:49 ` [PATCH net 1/2] net: renesas: rswitch: Fix unmasking irq condition Yoshihiro Shimoda
2023-09-12  1:49 ` [PATCH net 2/2] net: renesas: rswitch: Add spin lock protection for irq {un}mask Yoshihiro Shimoda
2023-09-13 11:24 ` [PATCH net 0/2] net: renesas: rswitch: Fix a lot of redundant irq issue Simon Horman
2023-09-14  8:40 ` 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).