lp:~dmitriis/+git/libvirt
- Get this repository:
-
git clone
https://git.launchpad.net/~dmitriis/+git/libvirt
Branches
| Name | Last Modified | Last Commit |
|---|---|---|
|
2021-ignore- |
2021-11-18 17:12:12 UTC |
Ignore EPERM on implicit clearing of VF VLAN ID
Author:
Dmitrii Shcherbakov
Ignore EPERM on implicit clearing of VF VLAN ID SmartNIC DPUs may not expose some privileged eswitch operations The equivalent ip link commands below provide an illustration: 1. This works: sudo ip link set enp130s0f0 vf 2 mac de:ad:be:ef:ca:fe 2. Setting (or clearing) a VLAN fails with EPERM: sudo ip link set enp130s0f0 vf 2 vlan 0 3. This is what Libvirt attempts to do today (when trying to clear a sudo ip link set enp130s0f0 vf 2 vlan 0 mac de:ad:be:ef:ca:fe If setting an explicit VLAN ID results in an EPERM, clearing a VLAN In order to keep explicit clearing of VLAN ID working as it used to Signed-off-by: Dmitrii Shcherbakov <dmitrii. |
|
2021-vpd- |
2021-10-18 07:31:09 UTC |
Ignore EPERM on attempts to clear VF VLAN ID
Author:
Dmitrii Shcherbakov
Ignore EPERM on attempts to clear VF VLAN ID SmartNIC DPUs may not expose privileged eswitch operations to the While VF MAC address programming is possible via an RTM_SETLINK The equivalent ip link commands below provide an illustration: 1. This works: sudo ip link set enp130s0f0 vf 2 mac de:ad:be:ef:ca:fe 2. Setting (or clearing) a VLAN fails with EPERM: sudo ip link set enp130s0f0 vf 2 vlan 0 3. This is what Libvirt attempts to do today (when trying to clear a sudo ip link set enp130s0f0 vf 2 vlan 0 mac de:ad:be:ef:ca:fe This case should be handled gracefully and the EPERM for clearing a VLAN An alternative to this would be providing a higher level control plane |
| 2021-vpd-attempt-6 | 2021-10-08 21:36:44 UTC |
News: Add PCI VPD parser & capability notes
Author:
Dmitrii Shcherbakov
News: Add PCI VPD parser & capability notes |
| 2021-vpd-attempt-4 | 2021-09-22 14:13:59 UTC |
Add PCI VPD Capability Documentation
Author:
Dmitrii Shcherbakov
Add PCI VPD Capability Documentation Describes the format of the newly added VPD capability and gives and |
| 2021-vpd-attempt-2 | 2021-09-01 23:20:00 UTC |
Add a PCI/PCIe device VPD Capability
Author:
Dmitrii Shcherbakov
Add a PCI/PCIe device VPD Capability Add support for deserializing the binary PCI/PCIe VPD format and The VPD format is specified in "I.3. VPD Definitions" in PCI specs Linux kernel exposes a binary blob in the VPD format via sysfs since Signed-off-by: Dmitrii Shcherbakov <dmitrii. |
| 2021-vpd-candidate | 2021-08-23 21:40:40 UTC |
Add a missing RW resource test case
Author:
Dmitrii Shcherbakov
Add a missing RW resource test case |
| 2021-vpd | 2021-08-18 21:55:30 UTC |
WIP VPD: Add xml2xml testing, fix encountered bugs
Author:
Dmitrii Shcherbakov
WIP VPD: Add xml2xml testing, fix encountered bugs * Added a nodedev XML example with the VPD capability; |
| 1 → 7 of 7 results | First • Previous • Next • Last |