summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/parallel-perf.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2017-03-03 09:46:54 -0800
committerDavid S. Miller <davem@davemloft.net>2017-03-03 09:46:54 -0800
commitb3b6157a6ad69941e5a2eba1aa2edf9a53cd28dd (patch)
tree3fbcb45a062c129eca16849fb8c396401fd25cbf /tools/perf/scripts/python/parallel-perf.py
parente28599800a1274357492d85a653012ed3220b45c (diff)
parentd58cebb79b62ff84b537a35423b8d6b7f0746985 (diff)
downloadkernel-b3b6157a6ad69941e5a2eba1aa2edf9a53cd28dd.tar.gz
Merge branch 'nfp-fixes'
Jakub Kicinski says: ==================== nfp: RX and XDP buffer fixes Two trivial fixes for code introduced with XDP support. First one corrects the buffer size we populate a register with. The register is designed to be used for scatter transfers which the driver (and most FWs) don't support so it's not critical. The other one for DMA direction is mostly cosmetic, DMA API doesn't seem to care today about the precise direction in sync calls. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/parallel-perf.py')
0 files changed, 0 insertions, 0 deletions
-0800'>2015-01-26openvswitch: Add support for unique flow IDs.Joe Stringer 2015-01-15openvswitch: Rename GENEVE_TUN_OPTS() to TUN_METADATA_OPTS()Thomas Graf 2014-11-09openvswitch: Add support for OVS_FLOW_ATTR_PROBE.Jarno Rajahalme 2014-11-09openvswitch: Constify various function argumentsThomas Graf 2014-11-09openvswitch: Extend packet attribute for egress tunnel infoWenyu Zhang 2014-11-05openvswitch: Add basic MPLS support to kernelSimon Horman 2014-10-06openvswitch: Add support for Geneve tunneling.Jesse Gross 2014-10-06openvswitch: Wrap struct ovs_key_ipv4_tunnel in a new structure.Jesse Gross 2014-09-15openvswitch: Add recirc and hash action.Andy Zhou 2014-09-15openvswitch: Use tun_key only for egress tunnel path.Pravin B Shelar 2014-09-15openvswitch: refactor ovs flow extract API.Pravin B Shelar 2014-06-29openvswitch: Fix tracking of flags seen in TCP flows.Ben Pfaff 2014-05-22openvswitch: Fix ovs_flow_stats_get/clear RCU dereference.Jarno Rajahalme 2014-05-22openvswitch: Compact sw_flow_key.Jarno Rajahalme 2014-05-16openvswitch: Per NUMA node flow stats.Jarno Rajahalme 2014-05-16openvswitch: Remove 5-tuple optimization.Jarno Rajahalme