On Tue, Aug 04, 2020 at 08:47:18PM +0300, Ilia Lin wrote: > Hi Andrew and David,
Hi Ilia Please don't top post. > > Thank you for your comments! > > The client driver is still work in progress, but it can be seen here: > https://source.codeaurora.org/quic/la/kernel/msm-4.19/tree/drivers/platform/msm/ipa/ipa_api.c#n3842 > > For HW performance reasons, it has to be in subsys_initcall. Well, until the user of this new API is ready, we will not accept the patch. You also need to explain "For HW performance reasons". Why is this driver special that it can do things which no over driver does? And you should really be working on net-next, not this dead kernel version, if you want to get merged into mainline. Network drivers do not belong is drivers/platform. There is also ready a drivers/net/ipa, so i assume you will move there. Andrew