From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Marek Lindner Date: Tue, 20 Mar 2012 13:59:02 +0100 References: <1331895151-22510-1-git-send-email-ordex@autistici.org> In-Reply-To: <1331895151-22510-1-git-send-email-ordex@autistici.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201203201359.02494.lindner_marek@yahoo.de> Subject: Re: [B.A.T.M.A.N.] [PATCH] batman-adv: avoid skb_linearise() if not needed Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: The list for a Better Approach To Mobile Ad-hoc Networking On Friday, March 16, 2012 11:52:31 Antonio Quartulli wrote: > Whenever we want to access headers only, we do not need to linearise the > whole packet. Instead we can use pskb_may_pull() Applied in revision 782b0f4. Thanks, Marek