drivers/net: build Intel NIC PMDs with meson
[dpdk.git] / drivers / net / failsafe / failsafe_ether.c
index 8a4cacf..0f1630e 100644 (file)
@@ -283,6 +283,7 @@ fs_dev_remove(struct sub_device *sdev)
                return;
        switch (sdev->state) {
        case DEV_STARTED:
+               failsafe_rx_intr_uninstall_subdevice(sdev);
                rte_eth_dev_stop(PORT_ID(sdev));
                sdev->state = DEV_ACTIVE;
                /* fallthrough */