From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH] net/virtio: fix Rx and Tx handler selection for arm32 Date: Fri, 26 Jan 2018 23:28:32 +0800 Message-ID: <20180126152832.GE29540@yliu-mob> References: <20171214143213.28577-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Olivier Matz , dev@dpdk.org, Samuel Gauthier , stable@dpdk.org To: Maxime Coquelin Return-path: Content-Disposition: inline In-Reply-To: List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Dec 14, 2017 at 03:45:04PM +0100, Maxime Coquelin wrote: > Hi Olivier, > > On 12/14/2017 03:32 PM, Olivier Matz wrote: > >From: Samuel Gauthier > > > >On arm32, we were always selecting the simple handler, but it is only > >available if neon is present. > > > >This is due to a typo in the name of the config option. > >CONFIG_RTE_ARCH_ARM is for Makefiles. One should use RTE_ARCH_ARM. > > > >Fixes: 2d7c37194ee4 ("net/virtio: add NEON based Rx handler") > >Cc:stable@dpdk.org > > > >Signed-off-by: Samuel Gauthier > >--- > > drivers/net/virtio/virtio_ethdev.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > Reviewed-by: Maxime Coquelin Applied to dpdk-next-virtio. Thanks. --yliu