From 72bfd331e84a3648baed51b8840e29d77e3247a6 Mon Sep 17 00:00:00 2001 From: Maryam Tahhan Date: Mon, 11 Jul 2016 08:55:50 +0000 Subject: Updated armband Project: vswitchperf dd47e4e2ea55f01235c20bed8e07d69fb51c292e Enable BURST_MODE for l2fwd JIRA: VSPERF-267 This change adds optional burst mode to l2fwd module that makes use of skb->xmit_more API available in Linux Kernel > 3.18 in order to batch transmission of packets out of the NIC, increasing forwarding performance significantly. By default burst mode is disabled. If a value greater than 1 is provided, burst mode is enabled to send that many packets at once. Typical values would be burst=8 or burst=16. Change-Id: I8ef5f86cf73d4cb5a8e4c618a86111ebf411dca8 Signed-off-by: Mesut Ali Ergin Signed-off-by: Mallesh Koujalagi --- upstream/vswitchperf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'upstream/vswitchperf') diff --git a/upstream/vswitchperf b/upstream/vswitchperf index 64823f17..dd47e4e2 160000 --- a/upstream/vswitchperf +++ b/upstream/vswitchperf @@ -1 +1 @@ -Subproject commit 64823f173b4fae6921bfde642fb68eac55a470ea +Subproject commit dd47e4e2ea55f01235c20bed8e07d69fb51c292e -- cgit