From fcc2e6c829f1ddbfc745addf4ac4b7ca84ba72db Mon Sep 17 00:00:00 2001 From: Eugene Snider Date: Tue, 5 May 2015 11:31:12 -0700 Subject: Add l2 fwd kernel module This commit adds a simple kernel module for l2 forwarding or termination This module provides only level 2 forwarding between two ports, it does not do any NAT or Masquerade. Arguments are: net1=ethXXXX # set forwarding port 1 net2=ethXXX # set forwarding port 2 terminate=1 # terminate the connection and free the skb Changed to GPL licensing to avoid compilation issues Added sanity build target Fix whitespace issues JIRA: VSPERF-39 Change-Id: I0fa3e0135af06b7cba665a357dccfb9459edb9f6 Signed-off-by: Eugene Snider --- src/README | 1 + 1 file changed, 1 insertion(+) (limited to 'src/README') diff --git a/src/README b/src/README index ff1a1b8e..0492fa1d 100644 --- a/src/README +++ b/src/README @@ -26,3 +26,4 @@ So this whole folder can be ignored. * mk: contains top level makefiles * dpdk: place holder for dpdk package * ovs: place holder for ovs package. +* l2fwd: simple l2 forwarding kernel module -- cgit 1.2.3-korg