From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] be2net: Increase skb headroom size to 256 bytes Date: Wed, 21 Dec 2016 13:23:20 -0500 (EST) Message-ID: <20161221.132320.330335542481892983.davem@davemloft.net> References: <20161220151430.11115-1-suresh.reddy@broadcom.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, kalesh-anakkur.purayil@broadcom.com To: suresh.reddy@broadcom.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:33620 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934820AbcLUSXW (ORCPT ); Wed, 21 Dec 2016 13:23:22 -0500 In-Reply-To: <20161220151430.11115-1-suresh.reddy@broadcom.com> Sender: netdev-owner@vger.kernel.org List-ID: 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 256 bytes to fix this. > > Signed-off-by: Kalesh A P > Signed-off-by: Suresh Reddy Applied.