[PATCH 1/4] soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST
Breno Leitao
leitao at debian.org
Fri Jun 28 04:40:24 AEST 2024
Hello Vladimir,
On Wed, Jun 26, 2024 at 05:06:23PM +0300, Vladimir Oltean wrote:
> On Wed, Jun 26, 2024 at 08:09:53PM +0800, kernel test robot wrote:
> > All warnings (new ones prefixed by >>):
> >
> > >> drivers/net/ethernet/freescale/dpaa/dpaa_eth.c:3280:12: warning: stack frame size (16664) exceeds limit (2048) in 'dpaa_eth_probe' [-Wframe-larger-than]
> > 3280 | static int dpaa_eth_probe(struct platform_device *pdev)
> > | ^
> > 1 warning generated.
> > --
> > >> drivers/net/ethernet/freescale/dpaa/dpaa_ethtool.c:454:12: warning: stack frame size (8264) exceeds limit (2048) in 'dpaa_set_coalesce' [-Wframe-larger-than]
> > 454 | static int dpaa_set_coalesce(struct net_device *dev,
> > | ^
> > 1 warning generated.
>
> Arrays of NR_CPUS elements are what it probably doesn't like?
Can it use the number of online CPUs instead of NR_CPUS?
Other than that, I would say we can drop this patch in the meantime, so,
we can move with the others, while this one is being addressed.
More information about the Linuxppc-dev
mailing list