vpp icon indicating copy to clipboard operation
vpp copied to clipboard

scalar vs vector docs missing a word

Open rsalmond opened this issue 1 year ago • 0 comments

https://github.com/FDio/vpp/blob/master/docs/aboutvpp/scalar-vs-vector-packet-processing.rst?plain=1#L60-L62

The inefficiencies associated with the deep call stack by receiving vectors of up to 256 packets at a time from the Network Interface, and processes them using a directed graph of node.

I'm sure it's trying to say something about the value of processing multiple packets at once, but it's not clear exactly what that is.

rsalmond avatar Sep 23 '24 15:09 rsalmond