]> git.droids-corp.org - dpdk.git/blobdiff - app/test-pmd/rxonly.c
mbuf: flatten struct vlan_macip
[dpdk.git] / app / test-pmd / rxonly.c
index c34a5e13ff5bb468c7880783bb7b7b76338aa558..5bc74dad03e8c12a6b0f9679e1622483e03204bc 100644 (file)
@@ -165,8 +165,7 @@ pkt_burst_receive(struct fwd_stream *fs)
                        printf(" - FDIR hash=0x%x - FDIR id=0x%x ",
                               mb->hash.fdir.hash, mb->hash.fdir.id);
                if (ol_flags & PKT_RX_VLAN_PKT)
-                       printf(" - VLAN tci=0x%x",
-                               mb->vlan_macip.f.vlan_tci);
+                       printf(" - VLAN tci=0x%x", mb->vlan_tci);
                printf("\n");
                if (ol_flags != 0) {
                        int rxf;