Skip to content
Tom Barbette edited this page May 7, 2020 · 3 revisions

Pipeliner Element Documentation

NAME

Pipeliner — Click element; Full-push Queue

SYNOPSIS

Pipeliner

Batching: Batching natively supported
Ports: 1 or more inputs, 1 output
Processing: push
Drivers: userlevel

DESCRIPTION

Fast version of ThreadSafeQueue->Unqueue, allowing to offload processing of packets pushed to this element to another core, without the inherent scheduling cost of normal queues. Multiple thread can push packets to this queue, and the home thread of this element will push packet out.

SEE ALSO

StaticThreadSched, Queue

Generated by click-elem2man from ../elements/standard/pipeliner.hh:12 on 2020/05/07.

Clone this wiki locally