Hi Alexander, > On 13 May 2015, at 17:30, Alexander Shalimov <ashali...@arccn.ru> wrote: > > Hi all, > > I use the latest OVS (master branch) running only DPDK ports. I have > connected an OpenFlow controller that iteratively sends LLDP packets via > OpenFlow Packet Out messages across all ports. > > I see that LLDP messages finally ends up in lib/netdev-dpdk.c and > successfully goes throught rte_eth_tx_burst(). But I don't see anything > coming on other side of the link. It looks the packets get stuck somewhere > inside dpdk, nic, etc.
I don't know enough about your setup, but if the DPDK NIC is connected to a switch, LLDP packets will likely be consumed by the switch itself and will not be forwarded. > Has anyone seen such behavior before? What can I do to figure out the problem? The following command can be used to gather NIC statistics: ovs-appctl dpctl/show -s The counters are implemented in hardware for physical NICs so, by monitoring the TX values, you could understand if the packets are being sent. Hope this helps, Daniele > -- > С уважением, | Sincerely, > Александр. | Alexander. > > _______________________________________________ > discuss mailing list > discuss@openvswitch.org > https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailman_listinfo_discuss&d=AwIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=SmB5nZacmXNq0gKCC1s_Cw5yUNjxgD4v5kJqZ2uWLlE&m=qT162QdiLUMquj5j9p-1kQK7vSwyO_6Uct-KeC7X21Q&s=K8GJP4PKMsPjAFZOxAhWnEB0K7HFFPWu2kejFD6mldQ&e= > _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss