Re: [PATCH net] be2net: Increase skb headroom size to 256 bytes

2016-12-21 Thread David Miller
From: Suresh Reddy Date: Tue, 20 Dec 2016 10:14:30 -0500 > From: Kalesh A P > > 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 2

Re: [PATCH net] be2net: Increase skb headroom size to 256 bytes

2016-12-21 Thread Sriharsha Basavapatna
On Wed, Dec 21, 2016 at 1:00 AM, David Miller wrote: > > From: Suresh Reddy > Date: Tue, 20 Dec 2016 10:14:30 -0500 > > > From: Kalesh A P > > > > The driver currently allocates 128 bytes of skb headroom. > > This was found to be insufficient with some configurations > > like Geneve tunnels, whi

Re: [PATCH net] be2net: Increase skb headroom size to 256 bytes

2016-12-20 Thread David Miller
From: Suresh Reddy Date: Tue, 20 Dec 2016 10:14:30 -0500 > From: Kalesh A P > > 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 2

[PATCH net] be2net: Increase skb headroom size to 256 bytes

2016-12-20 Thread Suresh Reddy
From: Kalesh A P 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 Signed-off-by: Suresh R