]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/dpaa2/dpaa2_ethdev.c
net/dpaa2: stop using software annotation
[dpdk.git] / drivers / net / dpaa2 / dpaa2_ethdev.c
index f4c73def1551cdcae6c3f3b9bc7fe4c2fe6a57a1..007eda71a97c6eabc71f4e50f10dc43b4a07a12a 100644 (file)
@@ -284,7 +284,7 @@ dpaa2_dev_rx_queue_setup(struct rte_eth_dev *dev,
                cfg.flc.value &= 0xFFFFFFFFFFFFFFC0;
                /* 00 00 00 - last 6 bit represent annotation, context stashing,
                 * data stashing setting 01 01 00 (0x14) to enable
-                * 1 line annotation, 1 line context
+                * 1 line data, 1 line annotation
                 */
                cfg.flc.value |= 0x14;
        }