What can I help you with?
NVIDIA DPDK Documentation MLNX_DPDK_22.11_2310.5.1 LTS

VXLAN last 8-bits Field Matching

Note

Only supported in non-root tables.

  • Match on the whole 8-bits:

    Copy
    Copied!
                

    testpmd> flow create 0 ingress group 1 pattern eth / ipv4 / udp / vxlan last_rsvd is 0x33 / end actions queue index 0 / end

  • Match on MSB of the 8-bits:

    Copy
    Copied!
                

    testpmd> flow create 0 egress group 1 pattern eth / ipv4 / udp / vxlan last_rsvd spec 0x80 last_rsvd mask 0x80 / end actions jump group 2 / end

© Copyright 2024, NVIDIA. Last updated on Jan 9, 2025.