VXLAN last 8-bits Field Matching
Note
Only supported in non-root tables.
Match on the whole 8-bits:
testpmd> flow create
0
ingress group1
pattern eth / ipv4 / udp / vxlan last_rsvd is0x33
/ end actions queue index0
/ endMatch on MSB of the 8-bits:
testpmd> flow create
0
egress group1
pattern eth / ipv4 / udp / vxlan last_rsvd spec0x80
last_rsvd mask0x80
/ end actions jump group2
/ end