Date: Tue, 4 Mar 2025 13:50:47 -0500 (EST) From: Mouse <mo...@rodents-montreal.org> Message-ID: <202503041850.naa20...@stone.rodents-montreal.org>
| > I.e. internet user needs to be notified about transferred data in | > last week. | | If I might break in here, what I don't get is why the determination of | "in the last week" (or month, whatever) needs to be in the kernel. I don't understand why any of it would be in the kernel, just extract the stats (if some don't exist, adding those to the kernel probably makes sense) and do everything else in user space. kre