lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20240905144712.6492ca9b@kernel.org> Date: Thu, 5 Sep 2024 14:47:12 -0700 From: Jakub Kicinski <kuba@...nel.org> To: Jacky Chou <jacky_chou@...eedtech.com> Cc: <davem@...emloft.net>, <edumazet@...gle.com>, <pabeni@...hat.com>, <netdev@...r.kernel.org>, <linux-kernel@...r.kernel.org> Subject: Re: [PATCH] net: ftgmac100: Enable TX interrupt to avoid TX timeout On Wed, 4 Sep 2024 18:31:16 +0800 Jacky Chou wrote: > Currently, the driver only enables RX interrupt to handle RX > packets and TX resources. Sometimes there is not RX traffic, > so the TX resource needs to wait for RX interrupt to free. > This situation will toggle the TX timeout watchdog when the MAC > TX ring has no more resources to transmit packets. > Therefore, enable TX interrupt to release TX resources at any time. Please answer Andrew's question (preferably send a v2 with the answer as part of the commit message). Add a fixes tag, I think this is where the bug was added? Fixes: 10cbd6407609 ("ftgmac100: Rework NAPI & interrupts handling") And when you send v2, please make sure to CC the author (Benjamin). -- pw-bot: cr
Powered by blists - more mailing lists