X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fdpaa2%2Fdpaa2_ethdev.c;h=a1ef1cbca356fea649611f364e91dd142dbab77e;hb=4260d5038ca5a45f7e54f5751d4d131e8b049ef9;hp=767eb9bd2b3db83b6ef39eb8519494d8a490d654;hpb=30db823e0484e431c5b8eb9b9569d84a4c8cc1be;p=dpdk.git diff --git a/drivers/net/dpaa2/dpaa2_ethdev.c b/drivers/net/dpaa2/dpaa2_ethdev.c index 767eb9bd2b..a1ef1cbca3 100644 --- a/drivers/net/dpaa2/dpaa2_ethdev.c +++ b/drivers/net/dpaa2/dpaa2_ethdev.c @@ -1406,9 +1406,6 @@ dpaa2_dev_init(struct rte_eth_dev *eth_dev) priv->max_vlan_filters = attr.vlan_filter_entries; priv->flags = 0; - priv->flags |= DPAA2_TX_CGR_SUPPORT; - PMD_INIT_LOG(INFO, "Enable the tx congestion control support"); - /* Allocate memory for hardware structure for queues */ ret = dpaa2_alloc_rx_tx_queues(eth_dev); if (ret) {