diff options
author | Brett Creeley <[email protected]> | 2019-02-08 12:50:59 -0800 |
---|---|---|
committer | Jeff Kirsher <[email protected]> | 2019-03-19 17:24:03 -0700 |
commit | ad71b256ba4e6e469d60e3f7b9973fd195b04bee (patch) | |
tree | dbf7f86e7058939ad11fb9caa1c9a13551ead638 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 544f63d307b103d0b1e2bc25f1830d48df177031 (diff) |
ice: Determine descriptor count and ring size based on PAGE_SIZE
Currently we set the default number of Tx and Rx descriptors to 128 by
default. For Rx this amounts to a full page (assuming 4K pages) because
each Rx descriptor is 32 Bytes, but for Tx it only amounts to a half
page because each Tx descriptor is 16 Bytes (assuming 4K pages).
Instead of assuming 4K pages, determine the ring size and the number of
descriptors for Tx and Rx based on a calculation using the PAGE_SIZE,
ICE_MAX_NUM_DESC, and ICE_REQ_DESC_MULTIPLE. This change is being made
to improve the performance of the driver when using the default
settings.
Signed-off-by: Brett Creeley <[email protected]>
Signed-off-by: Anirudh Venkataramanan <[email protected]>
Tested-by: Andrew Bowers <[email protected]>
Signed-off-by: Jeff Kirsher <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions