mbuf: flatten struct vlan_macip
[dpdk.git] / app / test-pmd / rxonly.c
index c34a5e1..5bc74da 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;