diff options
| author | Alex Elder <[email protected]> | 2021-01-26 12:57:03 -0600 |
|---|---|---|
| committer | Jakub Kicinski <[email protected]> | 2021-01-28 20:23:26 -0800 |
| commit | 070740d389aa6baff32f2fa3593034675bf56d16 (patch) | |
| tree | 03e0dcdedfbaea2ad8fd11b1705acb65224ad4d8 /tools/perf/scripts/python | |
| parent | 792b75b14786bae709124615a58a474ded15aa7c (diff) | |
net: ipa: don't pass size to ipa_cmd_transfer_add()
The only time we transfer data (rather than issuing a command) out
of the AP->command TX endpoint is when we're clearing the hardware
pipeline. All that's needed is a "small" data buffer, and its
contents aren't even important.
For convenience, we just transfer a command structure in this case
(it's already mapped for DMA). The TRE is added to a transaction
using ipa_cmd_ip_tag_status_add(), but we ignore the size value
provided to that function. So just get rid of the size argument.
Signed-off-by: Alex Elder <[email protected]>
Acked-by: Willem de Bruijn <[email protected]>
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions