e1000: raise log level of significant events
Any message about incorrect API usage should be at NOTICE level or above. Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
f9ea79e670
commit
03e93ba4f6
@ -2431,12 +2431,12 @@ igbvf_dev_configure(struct rte_eth_dev *dev)
|
||||
*/
|
||||
#ifndef RTE_LIBRTE_E1000_PF_DISABLE_STRIP_CRC
|
||||
if (!conf->rxmode.hw_strip_crc) {
|
||||
PMD_INIT_LOG(INFO, "VF can't disable HW CRC Strip");
|
||||
PMD_INIT_LOG(NOTICE, "VF can't disable HW CRC Strip");
|
||||
conf->rxmode.hw_strip_crc = 1;
|
||||
}
|
||||
#else
|
||||
if (conf->rxmode.hw_strip_crc) {
|
||||
PMD_INIT_LOG(INFO, "VF can't enable HW CRC Strip");
|
||||
PMD_INIT_LOG(NOTICE, "VF can't enable HW CRC Strip");
|
||||
conf->rxmode.hw_strip_crc = 0;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user