From 0247b4600235bc18e558a7c4267b59be897d714d Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 8 Jun 2016 01:37:11 +0200 Subject: Add worker-handoff node worker-handoff node is universal node which taakes packets from the input node and hands them over to worker threads. Currently it supports flow hashing based on ipv4, ipv6 and mpls headers. New cli: set interface handoff workers e.g. set interface handoff TenGigabitEthernet2/0/0 workers 3-6,9-10 Change-Id: Iaf0df83e69bb0e84969865e0e1cdb000b0864cf5 Signed-off-by: Damjan Marion --- vnet/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vnet/Makefile.am') diff --git a/vnet/Makefile.am b/vnet/Makefile.am index 9feffc50..41e066f2 100644 --- a/vnet/Makefile.am +++ b/vnet/Makefile.am @@ -26,6 +26,7 @@ TESTS = ######################################## libvnet_la_SOURCES += \ vnet/config.c \ + vnet/handoff.c \ vnet/interface.c \ vnet/interface_cli.c \ vnet/interface_format.c \ @@ -39,6 +40,7 @@ nobase_include_HEADERS += \ vnet/buffer.h \ vnet/config.h \ vnet/global_funcs.h \ + vnet/handoff.h \ vnet/interface.h \ vnet/interface_funcs.h \ vnet/l3_types.h \ -- cgit 1.2.3-korg