tools: sof-kernel-log-check: filter out e1000e network error#620
tools: sof-kernel-log-check: filter out e1000e network error#620fredoh9 wants to merge 1 commit intothesofproject:mainfrom
Conversation
plbossart
left a comment
There was a problem hiding this comment.
can we abstract the hardware address with the regexp?
91ae7b8 to
ef04259
Compare
|
@fredoh9 we don't need this since disabling built-in Ethernet in the BIOS, correct? |
|
Re-open if needed. |
|
This error happens occasionally. Ideally it should not happen as we disable built-in ethernet interface from the BIOS. Number of devices are keep growing and less people to manage all. I will re-open this for the review. |
|
looks it matches fine. current filter is
I can slightly change REGEX like this too,
|
ef04259 to
d114bd0
Compare
|
Wait a sec, UP Xtreme has two ethernet adapters, looks mostly problem in 1f.6 device. But we need more generic filter like above my suggestion. Will submit a fix shortly. |
This error was found in CML and TGL devices. kernel: e1000e 0000:00:1f.6 enp0s31f6: Hardware Error kernel: e1000e 0000:00:1f.6 eno0: Hardware Error Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
d114bd0 to
c02b86f
Compare
|
We can |
you mean blacklist? |
This error was found in CML and TGL devices.
kernel: e1000e 0000:00:1f.6 enp0s31f6: Hardware Error
kernel: e1000e 0000:00:1f.6 eno0: Hardware Error
Signed-off-by: Fred Oh fred.oh@intel.com