aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorBjörn Töpel <[email protected]>2020-08-25 13:35:55 +0200
committerTony Nguyen <[email protected]>2020-09-14 09:45:35 -0700
commitf0064bfd969bea0d65ef20d191bea8b7494b4ec8 (patch)
treefa2cfffc47a4074f469910ccbb4f444881759029 /tools/perf/scripts/python/bin/stackcollapse-report
parentf78bd13027d9d43a6f5f3469377cd6bfd4218a14 (diff)
i40e: use 16B HW descriptors instead of 32B
The i40e NIC supports two flavors of HW descriptors, 16 and 32 byte. The latter has, obviously, room for more offloading information. However, the only fields of the 32B HW descriptor that is being used by the driver, is also available in the 16B descriptor. In other words; Reading and writing 32 bytes instead of 16 byte is a waste of bus bandwidth. This commit starts using 16 byte descriptors instead of 32 byte descriptors. For AF_XDP the rx_drop benchmark was improved by 2%. Signed-off-by: Björn Töpel <[email protected]> Tested-by: Aaron Brown <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions