From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga102.jf.intel.com with ESMTP; 19 Sep 2016 08:04:27 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,362,1470726000"; d="scan'208";a="10842232" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.220.73]) by fmsmga006.fm.intel.com with SMTP; 19 Sep 2016 08:04:24 -0700 Received: by (sSMTP sendmail emulation); Mon, 19 Sep 2016 16:04:23 +0025 Date: Mon, 19 Sep 2016 16:04:23 +0100 From: Bruce Richardson To: Ferruh Yigit Cc: dev@dpdk.org, Ajit Khaparde , Stephen Hurd , Yuanhan Liu 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 Content-Disposition: inline In-Reply-To: <1473690223-9873-1-git-send-email-ferruh.yigit@intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] net/bnxt: make driver less verbose X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Sep 2016 15:04:28 -0000 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