From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v2] net/bnxt: make driver less verbose Date: Mon, 19 Sep 2016 16:04:23 +0100 Message-ID: <20160919150423.GD45548@bricha3-MOBL3> References: <20160911122539.GA23158@yliu-dev.sh.intel.com> <1473690223-9873-1-git-send-email-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, Ajit Khaparde , Stephen Hurd , Yuanhan Liu To: Ferruh Yigit Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id C360C2BA9 for ; Mon, 19 Sep 2016 17:04:27 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1473690223-9873-1-git-send-email-ferruh.yigit@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" On Mon, Sep 12, 2016 at 03:23:43PM +0100, Ferruh Yigit wrote: > This line printed for every application even if driver is not used at > all. Removing the line to reduce the noise. > > Signed-off-by: Ferruh Yigit > Acked-by: Ajit Khaparde > --- Applied to dpdk-next-net/rel_16_11 /Bruce