From: Suresh Reddy <suresh.re...@broadcom.com> Date: Tue, 20 Dec 2016 10:14:30 -0500
> From: Kalesh A P <kalesh-anakkur.pura...@broadcom.com> > > The driver currently allocates 128 bytes of skb headroom. > This was found to be insufficient with some configurations > like Geneve tunnels, which resulted in skb head reallocations. > > Increase the headroom to 256 bytes to fix this. > > Signed-off-by: Kalesh A P <kalesh-anakkur.pura...@broadcom.com> > Signed-off-by: Suresh Reddy <suresh.re...@broadcom.com> Adding 128 bytes of headroom just for geneve seems excessive. Do you really need to add that much?