Re: [PATCH V2] UIO: make maximum memory and port regions configurable

From: Greg KH
Date: Thu Mar 19 2020 - 03:18:31 EST


A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?

http://daringfireball.net/2007/07/on_top

On Thu, Mar 19, 2020 at 03:11:20AM +0000, suqiang (C) wrote:
> Dear Greg,
> Thanks a lot for suggestion. I will add more information in these help texts and send PATCH V3 soon.
> Furthermore, of cause it is better to make these values dynamic and grow as needed by the system. A possible way is to manage memory and port resource by a dynamic list instead of a static array.
> But it costs more time to design and implement a better scheme. I will try it later and push patchs when it's finished.
> This patch is a temporary way better than nothing, and I hope it could be accept.

No, please do it correctly, there is no rush here. Moving from an array
to a list should not be that difficult.

thanks,

greg k-h