Hi,

We are hoping someone can help with the following error message.

Here we add the required options to the logical switch port in OVN North
ovn-nbctl lsp-set-options c1-sw0-p1 requested-chassis=usc01a-032-16a
vif-plug-type=representor vif-plug:representor:pf-mac=10:70:fd:df:9c:3a
vif-plug:representor:vf-num=4

When I check the ovn-controller log on the hypervisor I see the following
error message:
2022-12-20T18:24:42.815Z|00108|vif_plug|INFO|Not plugging lport c1-sw0-p1
on direction from VIF plug provider.
2022-12-20T18:24:47.816Z|00109|vif_plug_representor|INFO|No representor
port found for lport: c1-sw0-p1 pf-mac: '10:70:fd:df:9c:3a' vf-num: '4'

Here is the information for the Mellanox Connect X6 card we are using , you
can see the mac on the physical interface is defined in the entry
vif-plug:representor:pf-mac=*10:70:fd:df:9c:3a*
```
root@usc01a-032-16a:/home/gmckee# ip link show enp7s0f0
14: enp7s0f0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 9214 qdisc mq master
ovs-system state UP mode DEFAULT group default qlen 1000
    link/ether *10:70:fd:df:9c:3a* brd ff:ff:ff:ff:ff:ff
    vf 0     link/ether 10:70:fd:ab:cd:01 brd ff:ff:ff:ff:ff:ff, spoof
checking off, link-state disable, trust off, query_rss off
    vf 1     link/ether 10:70:fd:ab:cd:02 brd ff:ff:ff:ff:ff:ff, spoof
checking off, link-state disable, trust off, query_rss off
    vf 2     link/ether 10:70:fd:ab:cd:03 brd ff:ff:ff:ff:ff:ff, spoof
checking off, link-state disable, trust off, query_rss off
    vf 3     link/ether 10:70:fd:ab:cd:04 brd ff:ff:ff:ff:ff:ff, spoof
checking off, link-state disable, trust off, query_rss off
    vf 4     link/ether 10:70:fd:e2:44:44 brd ff:ff:ff:ff:ff:ff, spoof
checking off, link-state disable, trust off, query_rss off
    vf 5     link/ether 10:70:fd:e2:a3:02 brd ff:ff:ff:ff:ff:ff, spoof
checking off, link-state disable, trust off, query_rss off
    altname enp7s0f0np0
```

The representor information is as follows

root@usc01a-032-16a:/home/gmckee# ip link show enp7s0f0_4
32: enp7s0f0_4: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state
UP mode DEFAULT group default qlen 1000
    link/ether ae:4e:85:a3:83:22 brd ff:ff:ff:ff:ff:ff
    altname enp7s0f0npf0vf4

the virtual function has already been assigned to a KVM VM.

Any help is greatly appreciated .


Gav
_______________________________________________
discuss mailing list
disc...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-discuss

Reply via email to