From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Date: Thu, 13 Nov 2014 22:37:22 +0000 Subject: Re: [PATCH 1/3] sh_eth: Remove redundant alignment adjustment Message-Id: <546532A2.80509@cogentembedded.com> List-Id: References: <1415862301-28032-1-git-send-email-ykaneko0929@gmail.com> <1415862301-28032-2-git-send-email-ykaneko0929@gmail.com> In-Reply-To: <1415862301-28032-2-git-send-email-ykaneko0929@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yoshihiro Kaneko , netdev@vger.kernel.org Cc: "David S. Miller" , Simon Horman , Magnus Damm , linux-sh@vger.kernel.org On 11/13/2014 10:04 AM, Yoshihiro Kaneko wrote: > From: Mitsuhiro Kimura > PTR_ALIGN macro after skb_reserve is redundant, because skb_reserve > function adjusts the alignment of skb->data. OK, but where is the bug? There must be one if you base this patch on the 'net' tree... > Signed-off-by: Mitsuhiro Kimura > Signed-off-by: Yoshihiro Kaneko WBR, Sergei