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