commit | 42f2006975c5a0ea58c835df4461213072f8813f | [log] [tgz] |
---|---|---|
author | Bud Grise <griseb@cisco.com> | Wed Mar 16 13:09:46 2016 -0400 |
committer | Gerrit Code Review <gerrit@fd.io> | Tue Apr 12 11:44:50 2016 +0000 |
tree | d8921fa7f1297685deac7ff91376003ede28f1b0 | |
parent | cbed90c8cbf8449ff8ed6da08ec248f1e49a374d [diff] [blame] |
Add counter for the number of barrier syncs performed. Change-Id: I42b26c8f95c17577006f13e3419b8ccc9ef7c4f3 Signed-off-by: Todd Foggoa <tfoggoa@cisco.com>
diff --git a/vlib/vlib/threads.h b/vlib/vlib/threads.h index 6c16878..5773ed0 100644 --- a/vlib/vlib/threads.h +++ b/vlib/vlib/threads.h
@@ -93,6 +93,7 @@ u32 instance_id; vlib_thread_registration_t *registration; u8 *name; + u64 barrier_sync_count; long lwp; int dpdk_lcore_id;