Hello,

I'm trying to use the flow-filtering sample application in DPDK v22.03. The code runs well with Intel X520 NICs, in the sense that packets with 192.168.1.1 as destination IP are sent to queue #1.
The very same code with Intel XL710 does not work; packets are all sent to queue #0 regardless of their dst IP address.
Is there some way to set up the XL710 NICs so that they can redirect sets of packets to the same queue? Maybe some specific flag?

Thanks in advance,
Marco