Re: [dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error log

2019-09-13 Thread Kevin Traynor
On 13/09/2019 10:00, Eelco Chaudron wrote: > Forgot to include the stable alias to get this in 18.11, sorry Kevin > No problem, I'll take a note to backport it and add Fixes: ae19955e7c86 ("i40evf: support reporting PF reset") > //Eelco > > On 12 Sep 2019, at 14:40, Ye Xiaolong wrote: > >> On

Re: [dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error log

2019-09-13 Thread Eelco Chaudron
Forgot to include the stable alias to get this in 18.11, sorry Kevin //Eelco On 12 Sep 2019, at 14:40, Ye Xiaolong wrote: On 09/12, David Marchand wrote: On Thu, Sep 12, 2019 at 12:38 PM Eelco Chaudron wrote: When receiving the unsupported AQ messages, it's taken as an error. It's not appr

Re: [dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error log

2019-09-12 Thread Eelco Chaudron
On 12 Sep 2019, at 14:40, Ye Xiaolong wrote: On 09/12, David Marchand wrote: On Thu, Sep 12, 2019 at 12:38 PM Eelco Chaudron wrote: When receiving the unsupported AQ messages, it's taken as an error. It's not appropriate and triggers too much unnecessary print. This commit is similar to com

Re: [dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error log

2019-09-12 Thread Ye Xiaolong
On 09/12, David Marchand wrote: >On Thu, Sep 12, 2019 at 12:38 PM Eelco Chaudron wrote: >> >> When receiving the unsupported AQ messages, it's taken as an >> error. It's not appropriate and triggers too much unnecessary print. >> >> This commit is similar to commit e130425300b0 ("net/i40e: downgra

Re: [dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error log

2019-09-12 Thread David Marchand
On Thu, Sep 12, 2019 at 12:38 PM Eelco Chaudron wrote: > > When receiving the unsupported AQ messages, it's taken as an > error. It's not appropriate and triggers too much unnecessary print. > > This commit is similar to commit e130425300b0 ("net/i40e: downgrade > unnecessary error log") which mad

[dpdk-dev] [PATCH] net/i40e: downgrade unnecessary error log

2019-09-12 Thread Eelco Chaudron
When receiving the unsupported AQ messages, it's taken as an error. It's not appropriate and triggers too much unnecessary print. This commit is similar to commit e130425300b0 ("net/i40e: downgrade unnecessary error log") which made the same change for the PF instance. Signed-off-by: Eelco Chaudr