From 041eacc81656d2ed5bc01b96b15a7d03a1700f13 Mon Sep 17 00:00:00 2001 From: Pierre Pfister Date: Thu, 4 Aug 2016 16:13:09 +0100 Subject: VPP-130: MagLev-like Load Balancer This plugin provides load balancing for VPP in a way that is largely inspired from Google's MagLev: http://research.google.com/pubs/pub44824.html More info in the README.md Change-Id: I1223f495d5c2d5200808a398504119f2830337e9 Signed-off-by: Pierre Pfister --- plugins/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins/Makefile.am') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 95f1526a..5293e6e7 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -47,3 +47,7 @@ endif if ENABLE_ila_PLUGIN SUBDIRS += ila-plugin endif + +if ENABLE_lb_PLUGIN +SUBDIRS += lb-plugin +endif -- cgit 1.2.3-korg