sorry the behavior was observed for non-matching packets, let me explain again
I have following observations regarding the dump-table stats, I think the actual behavior is incorrect, please confirm. Table stats should increment the lookup and matched count by one for every non-matching packet. When we are sending two non-maching packet for a flow entry, the match count is incremented by three. For even count of packets, odd number of matched counts are incremented. However as per my understanding the match count for non matching packet are incremented because of hidden flows of the switch. Steps:- 1) Add flow entry with valid ether-type 0x0800 with action forward 2) show table statistics 3) send two matching packets with ether type as 0x0800 for flow entries and check statistics Expected Result:- step 2 will show zero packet lookups and zero packet matches after step 3, packet lookups will be 2 and packet matches will be 2 Actual Result after step 3, packet lookups will be 2 and packet matches will be 3 please also let me know from where I can get the exact definition of lookup count and match count fields. Regards Anish Hi I have following observations regarding the dump-table stats, I think the actual behavior is incorrect, please confirm. Table stats should increment the lookup and matched count by one for every matched packet. When we are sending two maching packet for a flow entry, the match count is incremented by three. For even count of packets, odd number of matched counts are incremented. Steps:- 1) Add flow entry with valid ether-type 0x0800 with action forward 2) show table statistics 3) send two matching packets with ether type as 0x0800 for flow entries and check statistics Expected Result:- step 2 will show zero packet lookups and zero packet matches after step 3, packet lookups will be 2 and packet matches will be 2 Actual Result after step 3, packet lookups will be 2 and packet matches will be 3 please also let me know from where I can get the exact definition of lookup count and match count fields. Regards Anish
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss