From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 6829937A6 for ; Fri, 14 Apr 2017 17:53:59 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 14 Apr 2017 08:53:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,199,1488873600"; d="scan'208";a="1155947871" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga002.fm.intel.com with ESMTP; 14 Apr 2017 08:53:57 -0700 From: Ferruh Yigit To: Wenzhuo Lu , Jingjing Wu References: <1492132594-128369-1-git-send-email-wenzhuo.lu@intel.com> Cc: dev@dpdk.org Message-ID: Date: Fri, 14 Apr 2017 16:53:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error print 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: Fri, 14 Apr 2017 15:53:59 -0000 On 4/14/2017 11:49 AM, Ferruh Yigit wrote: > On 4/14/2017 2:16 AM, Wenzhuo Lu wrote: >> When receiving the unsupported AQ messages, it's taken as >> an error. It's not appropriate and triggers too much >> unnecessary print. >> >> Signed-off-by: Wenzhuo Lu > > Applied to dpdk-next-net/master, thanks. Hi Wenzhuo, Jingjing, Another i40e log print, in WARNING level: i40e_update_default_filter_setting(): Cannot remove the default macvlan filter I am getting this one always. If this is produced always, what do you think downgrade this one too? Or remove completely perhaps? Thanks, ferruh