lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 28 Aug 2020 10:14:13 +0200 From: Eric Dumazet <eric.dumazet@...il.com> To: "S.V.R.Anand" <anandsvr@...c.ac.in>, netdev@...r.kernel.org Subject: Re: packet deadline and process scheduling On 8/27/20 11:45 PM, S.V.R.Anand wrote: > Hi, > > In the control loop application I am trying to build, an incoming message from > the network will have a deadline before which it should be delivered to the > receiver process. This essentially calls for a way of scheduling this process > based on the deadline information contained in the message. > > If not already available, I wish to write code for such run-time ordering of > processes in the earlist deadline first fashion. The assumption, however > futuristic it may be, is that deadline information is contained as part of the > packet header something like an inband-OAM. > > Your feedback on the above will be very helpful. > > Hope the above objective will be of general interest to netdev as well. > > My apologies if this is not the appropriate mailing list for posting this kind > of mails. > > Anand > Is this described in some RFC ? If not, I guess you might have to code this in user space.
Powered by blists - more mailing lists