[dpdk-users] RTE flow rules with ENA NIC

Troy D. Hanson tdh at tkhanson.net
Fri Jun 4 19:16:30 CEST 2021


I’m looking for any information on whether RTE flow rules are supported on AWS ENA NICs. Using DPDK 20.11.1 with the testpmd application, all RTE flow rules I’ve tried are failing. E.g.

testpmd> flow create 0 ingress pattern eth / ipv4 / tcp / end actions queue index 0 / end
port_flow_complain(): Caught PMD error type 1 (cause unspecified): Function not implemented: Function not implemented

Are any subset of RTE flow rules known to work on ENA? My goal is to divert TCP to a specific RSS queue or, alternatively, to mark or flag TCP packets for special processing.

Thank you,
Troy


More information about the users mailing list