commit | 71e7ae8e1fb2102bb373e6507c3f6540ead999f0 | [log] [tgz] |
---|---|---|
author | Nicholas Bellinger <[email protected]> | Sat Jan 23 01:05:05 2016 -0800 |
committer | Nicholas Bellinger <[email protected]> | Thu Mar 10 21:48:14 2016 -0800 |
tree | 18d10db1ceeaf616833b74704e0da3b237a447ed | |
parent | 5f27edad953cfde6339f17ce461f57bc7060dc4f [diff] |
usb-gadget/tcm: Conversion to percpu_ida tag pre-allocation This patch converts usb-gadget target to use percpu_ida tag pre-allocation for struct usbg_cmd descriptor, in order to avoid fast-path struct usbg_cmd memory allocations. Note by default this is currently hardcoded to 128. Tested-by: Andrzej Pietrasiewicz <[email protected]> Cc: Sebastian Andrzej Siewior <[email protected]> Cc: Felipe Balbi <[email protected]> Signed-off-by: Nicholas Bellinger <[email protected]>