Re: [PATCH] net/i40e: reduce log level of global register update msg

2025-02-17 Thread Bruce Richardson
On Tue, Feb 11, 2025 at 02:57:21PM +0100, David Marchand wrote: > On Tue, Jan 21, 2025 at 5:36 PM Bruce Richardson > wrote: > > > > The modifying of a global register value, which has an affect on multiple > > ports is an important change to HW. However, the actual details of that > > change is on

Re: [PATCH] net/i40e: reduce log level of global register update msg

2025-02-11 Thread David Marchand
On Tue, Jan 21, 2025 at 5:36 PM Bruce Richardson wrote: > > The modifying of a global register value, which has an affect on multiple > ports is an important change to HW. However, the actual details of that > change is only relevant to developers and not general users. Therefore > reduce the log

[PATCH] net/i40e: reduce log level of global register update msg

2025-01-21 Thread Bruce Richardson
The modifying of a global register value, which has an affect on multiple ports is an important change to HW. However, the actual details of that change is only relevant to developers and not general users. Therefore reduce the log level from "warning" - which implies something is wrong - to "info"