> -----Original Message----- > From: Leon Romanovsky <leon@xxxxxxxxxx> > Sent: Monday, January 15, 2024 9:37 AM > To: bugzilla-daemon@xxxxxxxxxx; Bernard Metzler <BMT@xxxxxxxxxxxxxx> > Cc: linux-rdma@xxxxxxxxxxxxxxx > Subject: [EXTERNAL] Re: [Bug 218375] New: warning compiling siw_tx_hdt: the > frame size of 1040 bytes is larger than 1024 bytes > > + Bernard > > On Sun, Jan 14, 2024 at 04:10:23PM +0000, bugzilla-daemon@xxxxxxxxxx wrote: > > INVALID URI REMOVED > 3A__bugzilla.kernel.org_show-5Fbug.cgi-3Fid- > 3D218375&d=DwIBAg&c=jf_iaSHvJObTbx-siA1ZOg&r=2TaYXQ0T- > r8ZO1PP1alNwU_QJcRRLfmYTAgd3QCvqSc&m=8rU6MxAsgH64SIMQ9rtbTKTrT94qzB4wqOTbWX > r0BGU7eoeTjP30eTw7umaBSN2R&s=GxL8sVVJdUm-lERltuDAk94Xi3XTvLtvjgcpuORCajg&e= > > > > Bug ID: 218375 > > Summary: warning compiling siw_tx_hdt: the frame size of 1040 > > bytes is larger than 1024 bytes > > Product: Drivers > > Version: 2.5 > > Hardware: All > > OS: Linux > > Status: NEW > > Severity: normal > > Priority: P3 > > Component: Infiniband/RDMA > > Assignee: drivers_infiniband-rdma@xxxxxxxxxxxxxxxxxxxx > > Reporter: ionut_n2001@xxxxxxxxx > > Regression: No > > > > Hi Kernel Team, > > > > I notice today this: > > drivers/infiniband/sw/siw/siw_qp_tx.c: In function 'siw_tx_hdt': > > drivers/infiniband/sw/siw/siw_qp_tx.c:677:1: warning: the frame size of > 1040 > > bytes is larger than 1024 bytes [-Wframe-larger-than=] > > 677 | } > > | > > > > I use latest kernel 6.7 and this is happened when compiling kernel with > GCC - > > gcc (Debian 13.2.0-9) 13.2.0. > > > > -- > > You may reply to this email to add a comment. > > > > You are receiving this mail because: > > You are watching the assignee of the bug. Thanks Leon, OK I'll fix that. Bernard