On Sat, Feb 03, 2018 at 01:28:12PM +0530, Abhishek Sahu wrote: > Currently each message length in complete transfer is being > checked for determining DMA mode and if any of the message length > is less than FIFO length then non DMA mode is being used which > will increase overhead. DMA can be used for any length and it > should be determined with complete transfer length. Now, this > patch introduces DMA threshold length and the transfer will be > done in DMA mode if the total length is greater than this > threshold length. > > Signed-off-by: Abhishek Sahu <absahu@xxxxxxxxxxxxxx> > --- I agree with Sricharan's nit. Reviewed-by: Andy Gross <andy.gross@xxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html