[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20151206.222929.804694720513782203.davem@davemloft.net>
Date: Sun, 06 Dec 2015 22:29:29 -0500 (EST)
From: David Miller <davem@...emloft.net>
To: yankejian@...wei.com
Cc: lisheng011@...wei.com, lipeng321@...wei.com,
salil.mehta@...wei.com, huangdaode@...ilicon.com,
xuwei5@...ilicon.com, liguozhu@...wei.com, haifeng.wei@...wei.com,
yisen.zhuang@...wei.com, linuxarm@...wei.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH net-next] net: hns: optimize XGE capability by reducing
cpu usage
From: yankejian <yankejian@...wei.com>
Date: Sat, 5 Dec 2015 15:32:29 +0800
> +#if (PAGE_SIZE < 8192)
> + if (hnae_buf_size(ring) == HNS_BUFFER_SIZE_2048) {
> + truesize = hnae_buf_size(ring);
> + } else {
> + truesize = ALIGN(size, L1_CACHE_BYTES);
> + last_offset = hnae_page_size(ring) - hnae_buf_size(ring);
> + }
> +
> +#else
> + truesize = ALIGN(size, L1_CACHE_BYTES);
> + last_offset = hnae_page_size(ring) - hnae_buf_size(ring);
> +#endif
This is not indented properly, and it looks terrible.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists