net/dpaa2: add debug log for jumbo MTU
authorHemant Agrawal <hemant.agrawal@nxp.com>
Wed, 6 Oct 2021 17:01:25 +0000 (22:31 +0530)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 7 Oct 2021 09:42:21 +0000 (11:42 +0200)
This patch adds a debug print for MTU configured on the
device when jumbo frames are enabled.

Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/net/dpaa2/dpaa2_ethdev.c

index 9cf55c0..275656f 100644 (file)
@@ -573,6 +573,8 @@ dpaa2_eth_dev_configure(struct rte_eth_dev *dev)
                                dev->data->dev_conf.rxmode.max_rx_pkt_len -
                                RTE_ETHER_HDR_LEN - RTE_ETHER_CRC_LEN -
                                VLAN_TAG_SIZE;
+                               DPAA2_PMD_INFO("MTU configured for the device: %d",
+                                               dev->data->mtu);
                } else {
                        return -1;
                }