From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 05AB41559 for ; Tue, 18 Sep 2018 15:05:05 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Sep 2018 06:05:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,389,1531810800"; d="scan'208";a="258243945" Received: from fyigit-mobl.ger.corp.intel.com (HELO [10.237.221.39]) ([10.237.221.39]) by orsmga005.jf.intel.com with ESMTP; 18 Sep 2018 06:04:29 -0700 To: Beilei Xing , qi.z.zhang@intel.com Cc: dev@dpdk.org References: <1537248987-78304-1-git-send-email-beilei.xing@intel.com> <1537249450-104375-1-git-send-email-beilei.xing@intel.com> From: Ferruh Yigit Openpgp: preference=signencrypt Message-ID: Date: Tue, 18 Sep 2018 14:04:28 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <1537249450-104375-1-git-send-email-beilei.xing@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: remove driver log X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Sep 2018 13:05:06 -0000 On 9/18/2018 6:44 AM, Beilei Xing wrote: > Remove driver log when no interrupt event indicated > in alarm handler for both PF and VF, otherwise there > will be lots of prints which makes console unusable. > > Signed-off-by: Beilei Xing Reviewed-by: Ferruh Yigit