Updated armband
authorMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 11 Jul 2016 08:55:50 +0000 (08:55 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 11 Jul 2016 08:55:50 +0000 (08:55 +0000)
commit72bfd331e84a3648baed51b8840e29d77e3247a6
tree7339b4f6bce792cfdbbc643f64f89e8e481493aa
parent2357fd37f9b603744b573ac32ba9201252451b05
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 <mesut.a.ergin@intel.com>
Signed-off-by: Mallesh Koujalagi <malleshx.koujalagi@intel.com>
upstream/vswitchperf