commit | 76b15923b777aa2660029629179550124c1fc40e | [log] [tgz] |
---|---|---|
author | Kalesh A P <kalesh-anakkur.purayil@broadcom.com> | Tue Dec 20 10:14:30 2016 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Dec 21 13:23:05 2016 -0500 |
tree | f8056964ded8011bcfe01fd63d0ce00c9a466e9d | |
parent | ba6d973f78eb62ffebb32f6ef3334fc9a3b33d22 [diff] |
be2net: Increase skb headroom size to 256 bytes 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>