Merge branch 'net-renesas-rswitch-fix-a-lot-of-redundant-irq-issue'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 14 Sep 2023 08:26:42 +0000 (10:26 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 14 Sep 2023 08:26:43 +0000 (10:26 +0200)
commit96f7dc693401caf6f1b9880dd1f48b346f2f7d69
tree3ca8ecc2d5958742f08623dec337a479a4019e2f
parentbc6ed2fa24b14e40e1005488bbe11268ce7108fa
parentc4f922e86c8e0f7c5fe94e0547e9835fc9711f08
Merge branch 'net-renesas-rswitch-fix-a-lot-of-redundant-irq-issue'

Yoshihiro Shimoda says:

====================
net: renesas: rswitch: Fix a lot of redundant irq issue

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
====================

Link: https://lore.kernel.org/r/20230912014936.3175430-1-yoshihiro.shimoda.uh@renesas.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>