aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/tw_timer_4t_3w_256sl.c
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2017-06-07 15:18:23 -0400
committerDamjan Marion <dmarion.lists@gmail.com>2017-06-12 18:41:03 +0000
commit4af9ba1dabe3dbd4a2dd3d8c71434477c5ea81b9 (patch)
treecf490d269b72776b1c6b9746f2c8f59230fcf5db /src/vppinfra/tw_timer_4t_3w_256sl.c
parentd51a1f6ffe80bcd8f44e72fa4a98ac70225ba519 (diff)
three-level timer wheel implementation w/ overflow vector
prep work for s/timing_wheel/tw_timer/ in the vlib process model Change-Id: I763f4968a8fce1764a3778b12def0afbd30086b1 Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vppinfra/tw_timer_4t_3w_256sl.c')
-rw-r--r--src/vppinfra/tw_timer_4t_3w_256sl.c26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/vppinfra/tw_timer_4t_3w_256sl.c b/src/vppinfra/tw_timer_4t_3w_256sl.c
new file mode 100644
index 00000000000..73bb34b2c17
--- /dev/null
+++ b/src/vppinfra/tw_timer_4t_3w_256sl.c
@@ -0,0 +1,26 @@
+/*
+ * Copyright (c) 2017 Cisco and/or its affiliates.
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at:
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+#include <vppinfra/error.h>
+#include "tw_timer_4t_3w_256sl.h"
+#include "tw_timer_template.c"
+
+/*
+ * fd.io coding-style-patch-verification: ON
+ *
+ * Local Variables:
+ * eval: (c-set-style "gnu")
+ * End:
+ */