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

Reply via email to