Re: [RFC PATCH] xhci: Use Cached ring during endpoint ring allocation

2017-02-23 Thread Mathias Nyman
On 22.02.2017 17:05, Anurag Kumar Vulisha wrote: Currently during endpoint initialization, a new endpoint ring is alloacte using xhci_ring_alloc(), if this function fails to allocate ring a cached ring(if available) is assigned to endpoint ring. This patch modifies the code that during endpoint

Re: [RFC PATCH] xhci: Use Cached ring during endpoint ring allocation

2017-02-23 Thread Mathias Nyman
On 22.02.2017 17:05, Anurag Kumar Vulisha wrote: Currently during endpoint initialization, a new endpoint ring is alloacte using xhci_ring_alloc(), if this function fails to allocate ring a cached ring(if available) is assigned to endpoint ring. This patch modifies the code that during endpoint

[RFC PATCH] xhci: Use Cached ring during endpoint ring allocation

2017-02-22 Thread Anurag Kumar Vulisha
Currently during endpoint initialization, a new endpoint ring is alloacte using xhci_ring_alloc(), if this function fails to allocate ring a cached ring(if available) is assigned to endpoint ring. This patch modifies the code that during endpoint initialization, if cached ring is available it is

[RFC PATCH] xhci: Use Cached ring during endpoint ring allocation

2017-02-22 Thread Anurag Kumar Vulisha
Currently during endpoint initialization, a new endpoint ring is alloacte using xhci_ring_alloc(), if this function fails to allocate ring a cached ring(if available) is assigned to endpoint ring. This patch modifies the code that during endpoint initialization, if cached ring is available it is