]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/softnic/rte_eth_softnic.c
net/mlx5: add header reformat HW steering action
[dpdk.git] / drivers / net / softnic / rte_eth_softnic.c
index 3ef33818a9e004c0797bc6b6f78eb5f1c477d468..8c098cad5b6eb9646c0d06f632bc15ae1411af28 100644 (file)
@@ -93,6 +93,7 @@ pmd_dev_infos_get(struct rte_eth_dev *dev __rte_unused,
        dev_info->max_rx_pktlen = UINT32_MAX;
        dev_info->max_rx_queues = UINT16_MAX;
        dev_info->max_tx_queues = UINT16_MAX;
+       dev_info->dev_capa &= ~RTE_ETH_DEV_CAPA_FLOW_RULE_KEEP;
 
        return 0;
 }