X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Frxonly.c;h=8620839e7fe43b69725b164045fafbc8e2d48899;hb=98cd57841bedf1b1da0a365284ecad586a770a5d;hp=7f36ad98d5ed8bfbc159b4aaec5b5a86d2131f61;hpb=dada9ef6edc59015b6674b5a95258787c71401b0;p=dpdk.git diff --git a/app/test-pmd/rxonly.c b/app/test-pmd/rxonly.c index 7f36ad98d5..8620839e7f 100644 --- a/app/test-pmd/rxonly.c +++ b/app/test-pmd/rxonly.c @@ -164,7 +164,8 @@ pkt_burst_receive(struct fwd_stream *fs) printf(" - FDIR hash=0x%x - FDIR id=0x%x ", mb->pkt.hash.fdir.hash, mb->pkt.hash.fdir.id); if (ol_flags & PKT_RX_VLAN_PKT) - printf(" - VLAN tci=0x%x", mb->pkt.vlan_tci); + printf(" - VLAN tci=0x%x", + mb->pkt.vlan_macip.f.vlan_tci); printf("\n"); if (ol_flags != 0) { int rxf;