Re: [dpdk-dev] [PATCH v2 12/12] net/bnxt: remove excess log messages

2018-09-25 Thread Ferruh Yigit
On 9/22/2018 5:55 AM, Ajit Khaparde wrote: > When the firmware version and the driver HWRM version do not match, > we are logging some messages. These messages unnecessarily clutter > the logs and can add to the noise. We are logging the HWRM version > and the firmware version anyway. The differenc

[dpdk-dev] [PATCH v2 12/12] net/bnxt: remove excess log messages

2018-09-21 Thread Ajit Khaparde
When the firmware version and the driver HWRM version do not match, we are logging some messages. These messages unnecessarily clutter the logs and can add to the noise. We are logging the HWRM version and the firmware version anyway. The difference in version numbers can be gleaned from that. Remo