On 04/10/2023 09:26, [email protected] wrote:
From: Jakob Meng <[email protected]>Fixes: f4336f504b17 ("netdev-dpdk: Add option to configure VF MAC address. ") --- vswitchd/vswitch.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml index cfcde34ff..797fb05bf 100644 --- a/vswitchd/vswitch.xml +++ b/vswitchd/vswitch.xml @@ -3805,6 +3805,10 @@ ovs-vsctl add-port br0 p0 -- set Interface p0 type=patch options:peer=p1 \ Device ID of PCI device. </column>+ <column name="status" key="dpdk-vf-mac">+ Ethernet address set for this VF interface. Only reported for dpdk + VF representors. + </column> </group> </group>
Acked-by: Kevin Traynor <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
