master-thesis/doc
Nico Schottelius 9e6bb893ac [netpfga] remove ARP support
Due to

minip4_solution.p4(35)
parser RealParser(
       ^^^^^^^^^^
error: table match_types are not the same
actions_arp.p4(35): error: could not map table key(s) KeyElement
            hdr.arp.dst_ipv4_addr: lpm;
            ^^^^^^^^^^^^^^^^^^^^^
Makefile:34: recipe for target 'all' failed
make[1]: *** [all] Error 1

caused by

    table v4_arp {
        key = {
            hdr.ethernet.dst_addr: exact;
            hdr.arp.opcode: exact;
            hdr.arp.dst_ipv4_addr: lpm;
        }
2019-07-24 22:27:36 +02:00
..
logos all doc in one dir 2019-02-21 20:32:21 +01:00
refs all doc in one dir 2019-02-21 20:32:21 +01:00
.gitignore create P4 basis + smaller updates 2019-02-21 23:19:17 +01:00
Abstract.tex ++ notes 2019-05-25 14:18:06 +02:00
Design.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Introduction.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Makefile all doc in one dir 2019-02-21 20:32:21 +01:00
Originalproblem.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Outlook.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Problem.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Results.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Summary.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Thesis.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Timetable.tex all doc in one dir 2019-02-21 20:32:21 +01:00
Title.tex all doc in one dir 2019-02-21 20:32:21 +01:00
appendix.tex all doc in one dir 2019-02-21 20:32:21 +01:00
conclusion.tex all doc in one dir 2019-02-21 20:32:21 +01:00
environments.tex all doc in one dir 2019-02-21 20:32:21 +01:00
filename.txt all doc in one dir 2019-02-21 20:32:21 +01:00
orig_latex_template.zip all doc in one dir 2019-02-21 20:32:21 +01:00
plan.org [netpfga] remove ARP support 2019-07-24 22:27:36 +02:00
preamble.tex all doc in one dir 2019-02-21 20:32:21 +01:00