On 06.10.23 11:29, [email protected] wrote: > From: Jakob Meng <[email protected]> > > Fixes: f4336f504b17 ("netdev-dpdk: Add option to configure VF MAC address. ") > Signed-off-by: Jakob Meng <[email protected]> > --- > 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> >
(Unchanged patch, adding acks from previous versions) Acked-by: Simon Horman <[email protected]> Acked-by: Eelco Chaudron <[email protected]> Acked-by: Kevin Traynor <[email protected]> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
