diff options
| author | Alex Elder <elder@linaro.org> | 2021-01-26 21:57:03 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2021-01-29 07:23:26 +0300 |
| commit | 070740d389aa6baff32f2fa3593034675bf56d16 (patch) | |
| tree | 03e0dcdedfbaea2ad8fd11b1705acb65224ad4d8 /tools/perf/scripts/python | |
| parent | 792b75b14786bae709124615a58a474ded15aa7c (diff) | |
| download | linux-070740d389aa6baff32f2fa3593034675bf56d16.tar.xz | |
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 <elder@linaro.org>
Acked-by: Willem de Bruijn <willemb@google.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
