Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ethernet pass-through, network card can't get ip in uos #2643

Closed
Mingyuan18 opened this issue Feb 28, 2019 · 2 comments
Closed

Ethernet pass-through, network card can't get ip in uos #2643

Mingyuan18 opened this issue Feb 28, 2019 · 2 comments
Labels
priority: P2-High status: closed The issue been closed type: bug Something isn't working

Comments

@Mingyuan18
Copy link

1: enable VT-d and boot sos; 
2:hide network card in sos
1): find out network card
$lspci 
2):Find out the numeric PCI ID for network card
$lspci -n
03:00.0 0200: 10ec:8168 (rev 15)
3):edit parameters:

echo "10ec 8168" > /sys/bus/pci/drivers/pci-stub/new_id
echo "0000:03:00.0" > /sys/bus/pci/devices/0000:03:00.0/driver/unbind
echo "0000:03:00.0" > /sys/bus/pci/drivers/pci-stub/bind

-s 8,passthru,03/00/0

3:boot uos by pass-through this network card in cmd line.
4:uos can get IP and ping is ok, and sos cannot find this network card.

root@sos-dom0 ~ # acrn-dm -v
DM version is: 0.7-unstable-8bc0e128 (daily tag:acrn-2019w08.5-140000p), build by root@2019-02-26 05:20:35

root@sos-dom0 ~ # swupd info
Installed version: 28010

@Mingyuan18 Mingyuan18 assigned ghost Feb 28, 2019
@Mingyuan18 Mingyuan18 added priority: P2-High status: implemented The issue has been implemented by developer type: bug Something isn't working labels Feb 28, 2019
@Mingyuan18
Copy link
Author

[External_System_ID] ACRN-2828

wenlingz pushed a commit to projectacrn/acrn-kernel that referenced this issue Mar 1, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
@Mingyuan18
Copy link
Author

This issue can not be reproduced on SOS: 28070 .

@Mingyuan18 Mingyuan18 added status: closed The issue been closed and removed status: implemented The issue has been implemented by developer labels Mar 5, 2019
yakuizhao pushed a commit to projectacrn/acrn-kernel that referenced this issue Mar 5, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
yakuizhao pushed a commit to projectacrn/acrn-kernel that referenced this issue Mar 28, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
yakuizhao pushed a commit to projectacrn/acrn-kernel that referenced this issue May 14, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
psun3x pushed a commit to psun3x/acrn-kernel that referenced this issue Jun 17, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
psun3x pushed a commit to psun3x/acrn-kernel that referenced this issue Jul 4, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
psun3x pushed a commit to psun3x/acrn-kernel that referenced this issue Jul 4, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
psun3x pushed a commit to psun3x/acrn-kernel that referenced this issue Jul 10, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
acrnsi pushed a commit to projectacrn/acrn-kernel that referenced this issue Jul 25, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
psun3x pushed a commit to psun3x/acrn-kernel that referenced this issue Aug 7, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
psun3x pushed a commit to psun3x/acrn-kernel that referenced this issue Aug 25, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
yakuizhao pushed a commit to projectacrn/acrn-kernel that referenced this issue Sep 5, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
acrnsi pushed a commit to projectacrn/acrn-kernel that referenced this issue Sep 25, 2019
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
gaojunhao0504 pushed a commit to projectacrn/acrn-kernel that referenced this issue Mar 11, 2020
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
gaojunhao0504 pushed a commit to projectacrn/acrn-kernel that referenced this issue Mar 13, 2020
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
gaojunhao0504 pushed a commit to projectacrn/acrn-kernel that referenced this issue Apr 30, 2020
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
shuox pushed a commit to projectacrn/acrn-kernel that referenced this issue May 7, 2020
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
sys-oak pushed a commit to intel/linux-intel-lts that referenced this issue May 20, 2020
UP2 and APL-NUC use realtek NIC, enabling corresponding driver for it.

Tracked-On: projectacrn/acrn-hypervisor#2643
Signed-off-by: Tw <wei.tan@intel.com>
Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: P2-High status: closed The issue been closed type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant