ethdev: move jumbo frame offload check to library
[dpdk.git] / drivers / net / qede / base / ecore_sriov.c
index dac4cbe..e12e998 100644 (file)
@@ -3539,7 +3539,7 @@ static void ecore_iov_vf_mbx_ucast_filter(struct ecore_hwfn *p_hwfn,
 
        DP_VERBOSE(p_hwfn, ECORE_MSG_IOV,
                   "VF[%d]: opcode 0x%02x type 0x%02x [%s %s] [vport 0x%02x]"
-                  " MAC %02x:%02x:%02x:%02x:%02x:%02x, vlan 0x%04x\n",
+                  " MAC " RTE_ETHER_ADDR_PRT_FMT ", vlan 0x%04x\n",
                   vf->abs_vf_id, params.opcode, params.type,
                   params.is_rx_filter ? "RX" : "",
                   params.is_tx_filter ? "TX" : "",
@@ -4077,7 +4077,7 @@ ecore_iov_execute_vf_flr_cleanup(struct ecore_hwfn *p_hwfn,
                rc = ecore_iov_enable_vf_access(p_hwfn, p_ptt, p_vf);
                if (rc) {
                        /* TODO - again, a mess... */
-                       DP_ERR(p_hwfn, "Failed to re-enable VF[%d] acces\n",
+                       DP_ERR(p_hwfn, "Failed to re-enable VF[%d] access\n",
                               vfid);
                        return rc;
                }