Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Friday, April 14, 2017 11:54 PM > To: Lu, Wenzhuo; Wu, Jingjing > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error print > > 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 <wenzhuo...@intel.com> > > > > 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? Checked the comment in the code, it's expected that it will fail in some scenarios. So I'll send a patch to downgrade it to "debug".
> > Thanks, > ferruh