Hi,

I am running a test program very similar to the l2fwd sample. It forwards packet between two ports and sends the clone of the packets to a third port for archiving. The app runs fine on IXGBE driver,  but failed on i40e driver. The i40e malicious driver detection kicks shortly after the packets started to pass through the forwarding app. 

I used to run the same app on Ubuntu 18.04 with DPDK 17 and i40e driver with no problem. The problem appeared after the upgrade to Ubuntu 22.04 and DPDK 21.11

Is there a way to disable the i40e malicious driver detection?

Thanks
Ming