From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] fm10k: fix a crash bug when quit from testpmd Date: Tue, 24 Nov 2015 11:31:24 +0100 Message-ID: <3742772.0mU3AP7DX6@xps13> References: <1447304251-4145-1-git-send-email-jing.d.chen@intel.com> <3695173.dQDnAloRu5@xps13> <4341B239C0EFF9468EE453F9E9F4604D02B0C815@shsmsx102.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Chen, Jing D" Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id 90FEB5424 for ; Tue, 24 Nov 2015 11:32:41 +0100 (CET) Received: by wmww144 with SMTP id w144so132155493wmw.1 for ; Tue, 24 Nov 2015 02:32:41 -0800 (PST) In-Reply-To: <4341B239C0EFF9468EE453F9E9F4604D02B0C815@shsmsx102.ccr.corp.intel.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" 2015-11-24 02:20, Chen, Jing D: > From: Thomas Monjalon > > 2015-11-12 12:57, Chen Jing D: > > > + if (rx_using_sse) > > > + PMD_INIT_LOG(ERR, "Use vector Rx func"); > > > + else > > > + PMD_INIT_LOG(ERR, "Use regular Rx func"); > > > > Why using en error log level? > > Because fm10k will decide best rx/tx func in running time, some users > complain they can't find which rx/tx func they are using. the error level log > will help them. But this is not an error. Please check how other drivers advertise the chosen implementation.