Re: [PATCH] xhci: remove endpoint ring cache

2017-06-05 Thread Mathias Nyman
On 05.06.2017 11:46, Anurag Kumar Vulisha wrote: Hi Mathias, I have tested this patch with my platform and it works fine Thanks, Anurag Kumar Vulisha Thanks, I'll add your tested-by tag to it as well, and add it to my tree -Mathias -- To unsubscribe from this list: send the line "unsubscrib

RE: [PATCH] xhci: remove endpoint ring cache

2017-06-05 Thread Anurag Kumar Vulisha
n.org; Anirudha Sarangi ; >Anurag Kumar Vulisha ; linux-usb@vger.kernel.org; >Mathias Nyman >Subject: [PATCH] xhci: remove endpoint ring cache > >Having a properly working ring cache could ease a bit the memory >reallocation, but this current implemetation isn't the corre

[PATCH] xhci: remove endpoint ring cache

2017-06-02 Thread Mathias Nyman
Having a properly working ring cache could ease a bit the memory reallocation, but this current implemetation isn't the correct way. It's faulty and hogs a lot of memory. A pool of cached rings that any device could use would be more useful, but xhci driver isn't there yet, just keeping the basic