Lab 3: PNA Parser Implementation ================================ This lab starts by describing how to define custom headers in a P4 program. It then explains how to implement a simple parser that parses the defined headers. The lab further shows how to track the parsing states of a packet in the DPDK pipeline. .. toctree:: :maxdepth: 2 :caption: Content: :hidden: objectives introduction lab_settings lab_roadmap introduction lab_topology defining_the_headers implementing_the_parser building_the_P4_DPDK_pipeline_and_the_lab_topology testing_the_application references