Re: [PATCH net][RESEND] strparser: Don't schedule in workqueue in paused state

From: David Miller
Date: Wed Jun 20 2018 - 20:54:29 EST


From: Vakul Garg <vakul.garg@xxxxxxx>
Date: Thu, 21 Jun 2018 03:29:49 +0530

> In function strp_data_ready(), it is useless to call queue_work if
> the state of strparser is already paused. The state checking should
> be done before calling queue_work. The change reduces the context
> switches and improves the ktls-rx throughput by approx 20% (measured
> on cortex-a53 based platform).
>
> Signed-off-by: Vakul Garg <vakul.garg@xxxxxxx>

Applied, thank you.