]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/i40e_vf_representor.c
net/tap: fix to populate FDs in secondary process
[dpdk.git] / drivers / net / i40e / i40e_vf_representor.c
index 663c46b91dc5d4a954f960eb58f798ba84281bc2..7f8e81858e421c55ca0ae474e53eb891829e78ef 100644 (file)
@@ -35,6 +35,8 @@ i40e_vf_representor_dev_infos_get(struct rte_eth_dev *ethdev,
        /* get dev info for the vdev */
        dev_info->device = ethdev->device;
 
+       dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP;
+
        dev_info->max_rx_queues = ethdev->data->nb_rx_queues;
        dev_info->max_tx_queues = ethdev->data->nb_tx_queues;