Re: [libvirt PATCH v8 1/3] Set VF MAC and VLAN ID in two different operations

2022-02-02 Thread Michal Prívozník
On 2/1/22 09:28, Dmitrii Shcherbakov wrote: > This has a benefit of being able to handle error codes for those > operations separately which is useful when drivers allow setting a MAC > address but do not allow setting a VLAN (which is the case with some > SmartNIC DPUs). > > Signed-off-by:

[libvirt PATCH v8 1/3] Set VF MAC and VLAN ID in two different operations

2022-02-01 Thread Dmitrii Shcherbakov
This has a benefit of being able to handle error codes for those operations separately which is useful when drivers allow setting a MAC address but do not allow setting a VLAN (which is the case with some SmartNIC DPUs). Signed-off-by: Dmitrii Shcherbakov --- src/libvirt_private.syms | 7 ++