Hi, I am trying to build a system which investigates network packets with certain protocols. (DPDK 21.08) For IP layer I take only IPv4 packets for investigation. Then at transport layer I only investigate TCP/UDP messages which came from specific ports. All the other messages will be directly forwarded without reaching CPU. For that I will use rte_flow. I want to know whether there is a NIC supports rte_flow between 1 - 10 Gbit/s for this system. Thanks, Aisenur Yoldas