Re: [PATCH v2 1/4] usb: gadget: f_sourcesink: add queue depth

2015-11-19 Thread Krzysztof Opasiak
On 11/19/2015 08:02 AM, Peter Chen wrote: Add queue depth for both iso and bulk transfer, with more queues, we can do performance and stress test using sourcesink, and update g_zero accordingly. Signed-off-by: Peter Chen Reviewed-by: Krzysztof Opasiak Best regards, -- Krzysztof Opasiak Sa

[PATCH v2 1/4] usb: gadget: f_sourcesink: add queue depth

2015-11-18 Thread Peter Chen
Add queue depth for both iso and bulk transfer, with more queues, we can do performance and stress test using sourcesink, and update g_zero accordingly. Signed-off-by: Peter Chen --- drivers/usb/gadget/function/f_sourcesink.c | 142 ++--- drivers/usb/gadget/function/g_zer