commit | cd9e72b6f21044b36a096833003811c2b2038455 | [log] [tgz] |
---|---|---|
author | Jay Jayatheerthan <jay.jayatheerthan@intel.com> | Fri Dec 20 14:25:27 2019 +0530 |
committer | Alexei Starovoitov <ast@kernel.org> | Fri Dec 20 16:10:39 2019 -0800 |
tree | 499f73f7ea2132ec76efebbcce60eb24021cbd7a | |
parent | 695255882bdf63da240db33d0f2aa9ccca1cbe67 [diff] |
samples/bpf: xdpsock: Add option to specify batch size New option to specify batch size for tx, rx and l2fwd has been added. This allows fine tuning to maximize performance. It is specified using '-b' or '--batch_size' options. When not specified default is 64. Signed-off-by: Jay Jayatheerthan <jay.jayatheerthan@intel.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20191220085530.4980-4-jay.jayatheerthan@intel.com