]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/qede/qede_ethdev.c
net/af_packet: remove timestamp from packet status
[dpdk.git] / drivers / net / qede / qede_ethdev.c
index ca6cae360609f3af35aa58d574db22366f9ae3e4..a4304e0eff448c866535071032870fd1c04a17cf 100644 (file)
@@ -2751,12 +2751,7 @@ static int qede_common_dev_init(struct rte_eth_dev *eth_dev, bool is_vf)
        }
 
        DP_INFO(edev, "MAC address : " RTE_ETHER_ADDR_PRT_FMT "\n",
-               adapter->primary_mac.addr_bytes[0],
-               adapter->primary_mac.addr_bytes[1],
-               adapter->primary_mac.addr_bytes[2],
-               adapter->primary_mac.addr_bytes[3],
-               adapter->primary_mac.addr_bytes[4],
-               adapter->primary_mac.addr_bytes[5]);
+               RTE_ETHER_ADDR_BYTES(&adapter->primary_mac));
 
        DP_INFO(edev, "Device initialized\n");