Re: [vpp-dev] Prioritized packet sending

2022-01-06 Thread Prashant Upadhyaya
> > > -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

Re: [vpp-dev] Prioritized packet sending

2022-01-06 Thread Benoit Ganne (bganne) via lists.fd.io
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.

Re: [vpp-dev] Prioritized packet sending

2022-01-06 Thread Prashant Upadhyaya
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

Re: [vpp-dev] Prioritized packet sending

2022-01-06 Thread Benoit Ganne (bganne) via lists.fd.io
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

[vpp-dev] Prioritized packet sending

2022-01-06 Thread Prashant Upadhyaya
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