diff options
author | 2024-12-11 00:32:43 +0000 | |
---|---|---|
committer | 2024-12-24 08:56:06 +0100 | |
commit | a570559a4f27f687c88eac5fc5c01c85c869698b (patch) | |
tree | 36ced2fe241ea21d9a8c85d59270cfa726957ef8 /tools/perf/scripts/python | |
parent | usb: gadget: f_tcm: Don't set static stream_id (diff) | |
download | wireguard-linux-a570559a4f27f687c88eac5fc5c01c85c869698b.tar.xz wireguard-linux-a570559a4f27f687c88eac5fc5c01c85c869698b.zip |
usb: gadget: f_tcm: Allocate matching number of commands to streams
We can handle multiple commands concurently. Each command services a
stream id. At the moment, the driver will handle 32 outstanding streams,
which is equivalent to 32 commands. Make sure to allocate a matching
number of commands to the number of streams.
Signed-off-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Link: https://lore.kernel.org/r/2d806120dcc10c88fef21865b7bc1d2b6604fe42.1733876548.git.Thinh.Nguyen@synopsys.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions