Revision 76b15923b777aa2660029629179550124c1fc40e authored by Kalesh A P on 20 December 2016, 15:14:30 UTC, committed by David S. Miller on 21 December 2016, 18:23:05 UTC
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.purayil@broadcom.com>
Signed-off-by: Suresh Reddy <suresh.reddy@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ba6d973
History
File Mode Size
asymmetric-parser.h -rw-r--r-- 1.2 KB
asymmetric-subtype.h -rw-r--r-- 1.6 KB
asymmetric-type.h -rw-r--r-- 2.9 KB
big_key-type.h -rw-r--r-- 950 bytes
ceph-type.h -rw-r--r-- 123 bytes
dns_resolver-type.h -rw-r--r-- 689 bytes
encrypted-type.h -rw-r--r-- 1.2 KB
keyring-type.h -rw-r--r-- 544 bytes
rxrpc-type.h -rw-r--r-- 4.0 KB
system_keyring.h -rw-r--r-- 1.4 KB
trusted-type.h -rw-r--r-- 1.2 KB
user-type.h -rw-r--r-- 1.9 KB

back to top