Hi ,
A basic doubt on the VPP packet processing loop.
Typically, we see the packet processing loop as:
while(n_left_from > 0)
{
get_next_frame
quad-loop
single-loop
put_next_frame
}
>From the code, I could not fully understand if it is mandatory to have the
>outerloop or not.
Even when I do directly do the quad-loop and single-loop and not use the
get-next and put-next-frames, it is working fine.
What is the side effect of not using get-next-frame and put-next-frame macros
and avoiding the outer loop.
Any inputs on this would be really helpful.
--
Thanks & Regards,
Murthy
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#19017): https://lists.fd.io/g/vpp-dev/message/19017
Mute This Topic: https://lists.fd.io/mt/81599954/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-