MANIFEST.in
README.rst
setup.cfg
setup.py
P4Benchmark.egg-info/PKG-INFO
P4Benchmark.egg-info/SOURCES.txt
P4Benchmark.egg-info/dependency_links.txt
P4Benchmark.egg-info/entry_points.txt
P4Benchmark.egg-info/requires.txt
P4Benchmark.egg-info/top_level.txt
action_complexity/__init__.py
action_complexity/bm_mod_field.py
action_complexity/main.py
p4gen/__init__.py
p4gen/genpcap.py
p4gen/p4bench.py
p4gen/p4template.py
p4gen/template/define.txt
p4gen/template/run_switch.sh
p4gen/template/run_test.py
p4gen/template/actions/compound_action.txt
p4gen/template/actions/nop.txt
p4gen/template/actions/read_action.txt
p4gen/template/actions/register_actions.txt
p4gen/template/actions/write_action.txt
p4gen/template/commands/add_rule.txt
p4gen/template/commands/default_action.txt
p4gen/template/commands/forward.txt
p4gen/template/commands/pisces_commands.txt
p4gen/template/commands/pisces_forward.txt
p4gen/template/controls/apply_table.txt
p4gen/template/controls/ingress.txt
p4gen/template/headers/ethernet.txt
p4gen/template/headers/generic.txt
p4gen/template/headers/intrinsic_metadata.txt
p4gen/template/headers/ipv4.txt
p4gen/template/headers/metadata.txt
p4gen/template/headers/ptp.txt
p4gen/template/headers/tcp.txt
p4gen/template/headers/udp.txt
p4gen/template/parsers/parse_ethernet.txt
p4gen/template/parsers/parse_generic.txt
p4gen/template/parsers/parse_ipv4.txt
p4gen/template/parsers/parse_ipv4_checksum.txt
p4gen/template/parsers/parse_no_select.txt
p4gen/template/parsers/parse_tcp.txt
p4gen/template/parsers/parse_udp.txt
p4gen/template/parsers/parse_udp_checksum.txt
p4gen/template/states/register.txt
p4gen/template/tables/forward_table.txt
p4gen/template/tables/table.txt
p4gen/template/tables/table_no_match.txt
packet_modification/__init__.py
packet_modification/bm_modification.py
packet_modification/main.py
parsing/__init__.py
parsing/bm_parser.py
parsing/main.py
processing/__init__.py
processing/bm_pipeline.py
processing/main.py
state_access/__init__.py
state_access/bm_memory.py
state_access/main.py
tests/__init__.py
tests/generator.py
tests/test_packetmod.py
tests/test_parser.py
tests/test_pipeline.py
tests/test_state_access.py