From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [RFC PATCH 1/3] riscv: set HAVE_EFFICIENT_UNALIGNED_ACCESS Date: Tue, 15 Jan 2019 07:39:31 -0800 Message-ID: <20190115153931.GF26443@infradead.org> References: <20190115083518.10149-1-bjorn.topel@gmail.com> <20190115083518.10149-2-bjorn.topel@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-riscv@lists.infradead.org, palmer@sifive.com, davidlee@sifive.com, daniel@iogearbox.net, netdev@vger.kernel.org To: =?iso-8859-1?Q?Bj=F6rn_T=F6pel?= Return-path: Received: from bombadil.infradead.org ([198.137.202.133]:50338 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728377AbfAOPjd (ORCPT ); Tue, 15 Jan 2019 10:39:33 -0500 Content-Disposition: inline In-Reply-To: <20190115083518.10149-2-bjorn.topel@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: Hmm, while the RISC-V spec requires misaligned load/store support, who says they are efficient? Maybe add a little comment that says on which cpus they are efficient.