Comment 22 for bug 1479295

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/13618
Committed: http://github.org/Juniper/contrail-controller/commit/f2456fc8baeab24e2ef3857d6a971d17daa455ef
Submitter: Zuul
Branch: R2.22-dev

commit f2456fc8baeab24e2ef3857d6a971d17daa455ef
Author: Praveen K V <email address hidden>
Date: Mon Sep 7 10:20:35 2015 +0530

Run packet-parse routins in ASIO context

In an earlier commit f148293fb1f803a7b60faae2159bbde0b7968404, the
packet-parse routines were moved out of ASIO context assuming it will
improve performance.

Further measurements show that, performing packet-parse in ASIO context
itself does not affect performance. Hence reverting the change.

Change-Id: Ifd6d8a5536b1e20314e2a314a4b57c7e1634ec09
Partial-Bug: #1479295