Zhang Chen a5f038e2c5 net/colo-compare.c: Optimize compare order for performance
COLO-compare use the glib function g_queue_find_custom to dump
another VM's networking packet to compare. But this function always
start find from the queue->head(here is the newest packet), It will
reduce the success rate of comparison. So this patch reversed
the order of the queues for performance.

Signed-off-by: Zhang Chen <chen.zhang@intel.com>
Reported-by: leirao <lei.rao@intel.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
2022-02-14 11:50:44 +08:00
..
2020-12-15 10:02:07 -05:00
2020-12-15 10:02:07 -05:00
2021-10-20 04:44:05 -04:00
2021-03-15 16:41:22 +08:00
2021-06-04 13:38:49 +01:00
2022-02-14 11:50:44 +08:00
2022-02-14 11:50:44 +08:00
2016-02-04 17:41:30 +00:00
2019-01-14 00:44:29 +01:00
2021-11-28 17:03:52 -05:00