Hi Community

According to ovs-dpctl documentation.

The "lookups" row displays three stats related to flow lookup triggered by 
processing incoming packets in the datapath.
"hit" displays number of packets matches existing flows.
"missed" displays the number of packets not matching any existing flow and 
require user space processing.
"lost" displays number of packets destined for user space process but 
subsequently dropped before reaching userspace.
The sum of "hit" and "miss" equals to the total number of packets datapath 
processed.

I just curious “lost” statistics. Which scenario or case will packet dropped 
before reaching userspace ?

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

Reply via email to