hmap usage: in include/openvswitch/shash.h, we have: at first glance, it is a hmap encapsulated in shash. In case we forget what is a hmap: Obviously, it is the simplist hash map linked list. The mask means the max-hash value, the n means the total n…