[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/3] virtio_net: Add the check for vdpa's mac address
From: |
Cindy Lu |
Subject: |
[PATCH v2 0/3] virtio_net: Add the check for vdpa's mac address |
Date: |
Sun, 29 Sep 2024 23:59:54 +0800 |
When using a VDPA device, it is important to ensure that the MAC
address is correctly set.
There are only three acceptable situations for MAC setup; any other
configuration will fail to boot.
tested by ConnectX-6 Dx device
Cindy Lu (3):
virtio_net: Add the check for vdpa's mac address
virtio_net: Add the 2rd acceptable situation for Mac setup.
virtio_net: Add the 3rd acceptable situation for Mac setup.
hw/net/virtio-net.c | 63 ++++++++++++++++++++++++++++++++++++++++++---
1 file changed, 59 insertions(+), 4 deletions(-)
--
2.45.0
- [PATCH v2 0/3] virtio_net: Add the check for vdpa's mac address,
Cindy Lu <=