From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] examples/l3fwd: report error when no vector engine is available Date: Wed, 08 Jun 2016 22:21:52 +0200 Message-ID: <3131748.tZGGht4zLG@xps13> References: <1461670259-3339-1-git-send-email-viktorin@rehivetech.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, tomasz.kantecki@intel.com, maciej.czekaj@caviumnetworks.com, tomaszx.kulasek@intel.com To: Jan Viktorin Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id B130FB44F for ; Wed, 8 Jun 2016 22:21:54 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id k204so32526740wmk.0 for ; Wed, 08 Jun 2016 13:21:54 -0700 (PDT) In-Reply-To: <1461670259-3339-1-git-send-email-viktorin@rehivetech.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-04-26 13:30, Jan Viktorin: > If no SSE nor NEON are available the l3fwd should complain loudly to quickly > find out the reason. > > Signed-off-by: Jan Viktorin Applied, thanks