5b2655a693
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> |
||
---|---|---|
.. | ||
ethdev_ctrl.c | ||
ethdev_rx_priv.h | ||
ethdev_rx.c | ||
ethdev_tx_priv.h | ||
ethdev_tx.c | ||
ip4_lookup_neon.h | ||
ip4_lookup_sse.h | ||
ip4_lookup.c | ||
ip4_rewrite_priv.h | ||
ip4_rewrite.c | ||
log.c | ||
Makefile | ||
meson.build | ||
node_private.h | ||
null.c | ||
pkt_cls_priv.h | ||
pkt_cls.c | ||
pkt_drop.c | ||
rte_node_eth_api.h | ||
rte_node_ip4_api.h | ||
rte_node_version.map |