diff options
author | Fabrice Gasnier <[email protected]> | 2016-02-29 14:27:36 +0100 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-03-02 14:21:32 -0500 |
commit | c363b6586cd424431e84d921267e101ec67207f5 (patch) | |
tree | 78247d9a960abf86967b209af0ba1c99b2384a79 /tools/perf/scripts/python/syscall-counts.py | |
parent | be434d5075d6be0cda996200b2a20035e1565215 (diff) |
stmmac: optimize tx clean function
This patch "inline" get_tx_owner and get_ls routines. It Results in a
unique read to tdes0, instead of three, to check TX_OWN and LS bits,
and other status bits.
It helps improve driver TX path by removing two uncached read/writes
inside TX clean loop for enhanced descriptors but not for normal ones
because the des1 must be read in any case.
Signed-off-by: Fabrice Gasnier <[email protected]>
Acked-by: Giuseppe Cavallaro <[email protected]>
Signed-off-by: Alexandre TORGUE <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions