From: Bixuan Cui <cuibixuan@xxxxxxxxxx> Date: Mon, 20 Jul 2020 09:58:39 +0800 > Fix the warning: [-Werror=-Wframe-larger-than=] > > drivers/net/ethernet/neterion/vxge/vxge-main.c: > In function'VXGE_COMPLETE_VPATH_TX.isra.37': > drivers/net/ethernet/neterion/vxge/vxge-main.c:119:1: > warning: the frame size of 1056 bytes is larger than 1024 bytes > > Dropping the NR_SKB_COMPLETED to 16 is appropriate that won't > have much impact on performance and functionality. > > Signed-off-by: Bixuan Cui <cuibixuan@xxxxxxxxxx> > Signed-off-by: Stephen Hemminger <stephen@xxxxxxxxxxxxxxxxxx> > --- > v2: Dropping the NR_SKB_COMPLETED to 16. Applied.