Hello, Please ensure you configure the VF as trusted, both in kernel and FW. Check the pmd documentation on how to do that: http://doc.dpdk.org/guides/nics/mlx5.html 40.20. How to configure a VF as trusted Regards, Asaf Penso ________________________________ From: Muhammad Uzair Jawaid Sent: Friday, February 17, 2023 9:45:12 AM To: Asaf Penso ; users@dpdk.org Subject: Jump action not working on VF Connectx6dx DPDk22.11 Hi, I am trying to apply jump action on VF, but the testpmd giving error Operation not supported . sudo ./build/app/dpdk-testpmd -l 4,6 -a 04:01.2 --file-prefix=ha -- -i --rxq=16 --txq=16 --disable-rss EAL: Detected CPU lcores: 8 EAL: Detected NUMA nodes: 2 EAL: Detected static linkage of DPDK EAL: Multi-process socket /var/run/dpdk/ha/mp_socket EAL: Selected IOVA mode 'VA' EAL: VFIO support initialized EAL: Probe PCI driver: mlx5_pci (15b3:101e) device: 0000:04:01.2 (socket 0) TELEMETRY: No legacy callbacks, legacy socket not created Interactive-mode selected testpmd: create a new mbuf pool : n=155456, size=2176, socket=0 testpmd: preferred mempool ops selected: ring_mp_mc Warning! port-topology=paired and odd forward ports number, the last port will pair with itself. Configuring Port 0 (socket 0) Port 0: 92:DE:11:0C:B9:32 Checking link statuses... Done testpmd> flow create 0 ingress pattern eth src is 00:45:67:89:ab:cd / ipv4 / end actions jump group 1 / end port_flow_complain(): Caught PMD error type 16 (specific action): cannot create jump action.: Operation not supported testpmd> Can you please guide me how to apply jump action on VF? Card Connectx6dx DPDK 22.11/ DPDK 21.11 OFED MLNX_OFED_LINUX-5.8-1.1.2.1 Best Regards Muhammad Uzair Jawaid