Re: [PATCH] context_tracking: remove duplicate enabled check

2015-04-28 Thread Rik van Riel
On 04/28/2015 07:36 AM, Paolo Bonzini wrote:
 All calls to context_tracking_enter and context_tracking_exit
 are already checking context_tracking_is_enabled, except the
 context_tracking_user_enter and context_tracking_user_exit
 functions left in for the benefit of assembly calls.
 
 Pull the check up to those functions, by making them simple
 wrappers around the user_enter and user_exit inline functions.

With this and your other (not yet posted) patch, run time
for the kvm-unit-tests vmexit.flat vmcall test with 10
million iterations drops from 17.8 to 17.5 seconds, which
is about a 1.7% speedup.


-- 
All rights reversed
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH] context_tracking: remove duplicate enabled check

2015-04-28 Thread Rik van Riel
On 04/28/2015 07:36 AM, Paolo Bonzini wrote:
 All calls to context_tracking_enter and context_tracking_exit
 are already checking context_tracking_is_enabled, except the
 context_tracking_user_enter and context_tracking_user_exit
 functions left in for the benefit of assembly calls.
 
 Pull the check up to those functions, by making them simple
 wrappers around the user_enter and user_exit inline functions.
 
 Signed-off-by: Paolo Bonzini pbonz...@redhat.com

Reviewed-by: Rik van Riel r...@redhat.com

-- 
All rights reversed
--
To unsubscribe from this list: send the line unsubscribe kvm in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html