projectacrn / acrn-hypervisor

Project ACRN hypervisor
BSD 3-Clause "New" or "Revised" License
1.1k stars 506 forks source link

PSE port not working in SOS #6237

Closed clefrks closed 3 years ago

clefrks commented 3 years ago

Describe the bug PSE TSN GbEs is not working ([ 19.756677] stmmaceth 0000:00:1d.1 enp0s29f1: stmmac_request_irq: alloc mac MSI -22 (error: -22)

Platform EHL-CRB

Codebase ACRN version 2.3

Scenario Industry

To Reproduce Steps to reproduce the behavior:

  1. Go to https://projectacrn.github.io/2.3/getting-started/rt_industry_ubuntu.html
  2. Completed ACRN installation
  3. BOOT to acrn
  4. dmesg | grep eth
  5. ([ 19.756677] stmmaceth 0000:00:1d.1 enp0s29f1: stmmac_request_irq: alloc mac MSI -22 (error: -22)

Expected behavior ethernet has IP and can work

Additional context Attach the following logs if available:

gvancuts commented 3 years ago

Hi @clefrks , can you attach the logs you mention?

@NanlinXie , I don't have such platform available to me. Can we get someone from the engineering team to look at this once we have the logs?

clefrks commented 3 years ago

Attaching the dmesg log dmesg-ehl.txt

fuzhongl commented 3 years ago

@clefrks EHL-CRB isn't ACRN open source platform; please contact with INTEL FAE who supports your project.

clefrks commented 3 years ago

@fuzhongl EHL-CRB and ehl-crb-b is a different platform ? acrn-hypervisor/misc/config_tools/data/ehl-crb-b/

fuzhongl commented 3 years ago

You can generate the board.xml with your EHL platform and compare with the one in acrn-hypervisor/misc/config_tools/data/ehl-crb-b/

BTW: ehl-crb-b is also not ACRN open source platform. please check following link for open source platform: https://projectacrn.github.io/latest/reference/hardware.html#tested-platforms-by-acrn-release

clefrks commented 3 years ago

Closing since ehl crb is not open source platform.