Hello, I would like to configure an Intel E810 with something like ethtool --set-priv-flags eno1 mdd-auto-reset-vf on Is there a way to do it from inside DPDK? I tried to run the ethtool command before binding the nic to the DPDK driver, but apparently the behaviour is reset once the binding takes place. Thanks