Re: [PATCH v4 4/8] rtw88: replace tx tasklet with work queue
From: Brian Norris <briannorris@chromium.org>
Date: 2021-01-22 23:00:59
From: Brian Norris <briannorris@chromium.org>
Date: 2021-01-22 23:00:59
On Fri, Jan 15, 2021 at 1:26 AM Ping-Ke Shih [off-list ref] wrote:
From: Po-Hao Huang <redacted> Replace tasklet so we can do tx scheduling in parallel. Since throughput is delay-sensitive in most cases, we allocate a dedicated, high priority wq for our needs. Signed-off-by: Po-Hao Huang <redacted> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>
For this (and the rest of the series, minus comments on patch 3): Reviewed-by: Brian Norris <briannorris@chromium.org>