Re: [dpdk-dev] [PATCH] node: add pkt classifier node

2020-07-21 Thread Thomas Monjalon
07/06/2020 18:40, Nithin Dabilpuram: > 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 no

[dpdk-dev] [PATCH] node: add pkt classifier node

2020-06-07 Thread Nithin Dabilpuram
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