From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 0/3] sh_eth: fix & clean up sh_eth_soft_swap() Date: Mon, 04 Jun 2018 15:24:12 -0400 (EDT) Message-ID: <20180604.152412.1320672866529057364.davem@davemloft.net> References: <9027499a-0e19-7721-a17f-26e86885da3f@cogentembedded.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, linux-renesas-soc@vger.kernel.org To: sergei.shtylyov@cogentembedded.com Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:51464 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750779AbeFDTYS (ORCPT ); Mon, 4 Jun 2018 15:24:18 -0400 In-Reply-To: <9027499a-0e19-7721-a17f-26e86885da3f@cogentembedded.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Sergei Shtylyov Date: Sat, 2 Jun 2018 22:32:48 +0300 > Here's a set of 3 patches against DaveM's 'net-next.git' repo. First one fixes an > old buffer endiannes issue (luckily, the ARM SoCs are smart enough to not actually > care) plus couple clean ups around sh_eth_soft_swap()... > > [1/1] sh_eth: make sh_eth_soft_swap() work on ARM > [2/3] sh_eth: uninline sh_eth_soft_swap() > [3/3] sh_eth: use DIV_ROUND_UP() in sh_eth_soft_swap() Series applied, thank you.