>
> > -Original Message-
> > From: Prashant Upadhyaya
> > Sent: jeudi 6 janvier 2022 12:33
> > To: Benoit Ganne (bganne)
> > Cc: vpp-dev
> > Subject: Re: [vpp-dev] Prioritized packet sending
> >
> > Thanks Benoit, let me be more specific
bganne)
> Cc: vpp-dev
> Subject: Re: [vpp-dev] Prioritized packet sending
>
> Thanks Benoit, let me be more specific than last time --
>
> Suppose my node is on the ip4-unicast feature arc and thus handling
> the packets from ip4-input, say I get a frame here of 25 packets.
Behalf Of Prashant
> > Upadhyaya
> > Sent: jeudi 6 janvier 2022 11:31
> > To: vpp-dev
> > Subject: [vpp-dev] Prioritized packet sending
> >
> > Hi,
> >
> > Assume we are inside the code of a node in a plugin on a worker.
> > Normally we would
ant
> Upadhyaya
> Sent: jeudi 6 janvier 2022 11:31
> To: vpp-dev
> Subject: [vpp-dev] Prioritized packet sending
>
> Hi,
>
> Assume we are inside the code of a node in a plugin on a worker.
> Normally we would do the packet processing the usual way, enqueue the
> pack
Hi,
Assume we are inside the code of a node in a plugin on a worker.
Normally we would do the packet processing the usual way, enqueue the
packets to various other nodes and return and the graph scheduler
would send the packets out as normal dispatch logic.
But what if from my node code, I want t