Re: [PATCH net-next] devlink: Fix excessive stack usage in rate TC bandwidth parsing

2025-07-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (main) by Jakub Kicinski : On Tue, 22 Jul 2025 12:13:29 +0300 you wrote: > From: Carolina Jubran > > The devlink_nl_rate_tc_bw_parse function uses a large stack array for > devlink attributes, which triggers a warning about excessive stack >

Re: [PATCH net-next] devlink: Fix excessive stack usage in rate TC bandwidth parsing

2025-07-22 Thread Jakub Kicinski
On Tue, 22 Jul 2025 12:13:29 +0300 Tariq Toukan wrote: > --- a/tools/testing/selftests/drivers/net/hw/devlink_rate_tc_bw.py > +++ b/tools/testing/selftests/drivers/net/hw/devlink_rate_tc_bw.py Unrelated to this patch, but checkers report this is not included in the Makefile

Re: [PATCH net-next] devlink: Fix excessive stack usage in rate TC bandwidth parsing

2025-07-22 Thread Jiri Pirko
Tue, Jul 22, 2025 at 11:13:29AM +0200, tar...@nvidia.com wrote: >From: Carolina Jubran > >The devlink_nl_rate_tc_bw_parse function uses a large stack array for >devlink attributes, which triggers a warning about excessive stack >usage: > >net/devlink/rate.c: In function 'devlink_nl_rate_tc_bw_pars