Searched hist:b18114476a1432ad1db5d5605bc8cd131814d264 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/openvswitch/ |
H A D | flow_table.c | diff b18114476a1432ad1db5d5605bc8cd131814d264 Tue Jun 29 02:22:11 CDT 2021 Baowen Zheng <baowen.zheng@corigine.com> openvswitch: Optimize operation for key comparison
In the current implement when comparing two flow keys, we will return result after comparing the whole key from start to end.
In our optimization, we will return result in the first none-zero comparison, then we will improve the flow table looking up efficiency.
Signed-off-by: Baowen Zheng <baowen.zheng@corigine.com> Signed-off-by: Louis Peens <louis.peens@corigine.com> Signed-off-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|