Re: [PATCH net] net: fec: add pm_qos support on imx6q platform

From: Paolo Abeni
Date: Thu Sep 01 2022 - 03:17:58 EST


On Tue, 2022-08-30 at 15:01 +0800, wei.fang@xxxxxxx wrote:
> From: Wei Fang <wei.fang@xxxxxxx>
>
> There is a very low probability that tx timeout will occur during
> suspend and resume stress test on imx6q platform. So we add pm_qos
> support to prevent system from entering low level idles which may
> affect the transmission of tx.
>
> Signed-off-by: Wei Fang <wei.fang@xxxxxxx>

Since this IMHO causes a significal behavior change I suggest to target
the net-next tree, does that fit you?

Additionally, it would be great if you could provide in the changelog
the references to the relevant platform documentation and (even rough)
power consumption delta estimates.

Thanks!

Paolo