From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Coquelin Subject: Re: [PATCH] net/virtio: fix Rx and Tx handler selection for arm32 Date: Thu, 14 Dec 2017 15:45:04 +0100 Message-ID: References: <20171214143213.28577-1-olivier.matz@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Samuel Gauthier , stable@dpdk.org To: Olivier Matz , dev@dpdk.org, Yuanhan Liu Return-path: In-Reply-To: <20171214143213.28577-1-olivier.matz@6wind.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 Thanks! Maxime