Nithin Dabilpuram 5b2655a693 node: add packet classifier
This node classifies pkts based on packet type and
sends them to appropriate next node. This is node
helps in distribution of packets from ethdev_rx node
to different next node with a constant overhead for
all packet types.

Currently all except non fragmented IPV4 packets are marked
to be sent to "pkt_drop" node.
Performance difference on ARM64 Octeontx2 is -4.9% due to
addition of new node in the path.

Signed-off-by: Nithin Dabilpuram <ndabilpuram@marvell.com>
2020-07-22 01:18:59 +02:00
..
2020-07-22 01:18:59 +02:00
2020-07-22 01:18:59 +02:00
2020-05-05 23:38:31 +02:00
2020-05-05 23:38:31 +02:00
2020-07-22 01:18:59 +02:00
2020-05-05 23:41:05 +02:00
2020-07-03 15:52:51 +02:00
2020-07-22 01:18:59 +02:00
2020-07-22 01:18:59 +02:00
2020-07-22 01:18:59 +02:00
2020-05-05 23:37:43 +02:00
2020-07-22 01:18:59 +02:00
2020-07-22 01:18:59 +02:00
2020-05-05 23:42:13 +02:00