Commit Graph

959 Commits

Author SHA1 Message Date
Nico Schottelius a3392bc730 disable packet mismatch 2019-07-28 12:28:27 +02:00
Nico Schottelius cbf2a05ffd ++notes 2019-07-28 12:19:59 +02:00
Nico Schottelius ae255956f2 disable commands.txt again 2019-07-28 12:18:51 +02:00
Nico Schottelius 73edb64cad Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-28 12:17:13 +02:00
Nico Schottelius 2b03fffbe9 Reduced version: only use egress tables 2019-07-28 12:16:48 +02:00
Nico Schottelius 854260984e Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-28 12:13:30 +02:00
Nico Schottelius 65d63fb03d add bitfile of all functions included 2019-07-28 12:13:24 +02:00
Nico Schottelius 32b8c9f765 ping6: add switch for not reading 2019-07-28 12:10:46 +02:00
Nico Schottelius 65b3ee07d3 [netfpga] pcap 2019-07-28 12:05:44 +02:00
Nico Schottelius 5d62f26cb9 +interface sniffing script 2019-07-28 12:05:23 +02:00
Nico Schottelius 871b187c2a Add script for pinging all 8 possible Ips 2019-07-28 11:58:39 +02:00
Nico Schottelius 984c99b541 Fix broken commit 2019-07-28 11:54:18 +02:00
Nico Schottelius c142e8d335 Add script for adding ipv6 neighbor entries 2019-07-28 11:49:17 +02:00
Nico Schottelius 6007001838 -1 2019-07-27 21:38:13 +02:00
Nico Schottelius 1ae0294a39 Re-add table entries in commands.txt 2019-07-27 21:35:47 +02:00
Nico Schottelius 802a0ea131 git puMerge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-27 19:00:25 +02:00
Nico Schottelius 9a03ee1c3f import more python files used in the project from netfpga 2019-07-27 19:00:20 +02:00
Nico Schottelius 72ec9d99cc sucess of 6.6 2019-07-25 20:27:06 +02:00
Nico Schottelius 1c661f6990 Try to workaround compiler bug with markers 2019-07-25 15:06:56 +02:00
Nico Schottelius 5b306a4cb5 + another ifdef around netpfga / tables 2019-07-25 14:56:01 +02:00
Nico Schottelius 1ddd745731 + } 2019-07-25 14:53:40 +02:00
Nico Schottelius 809466cf61 re-enable other code that might not trigger compiler bug 2019-07-25 14:52:57 +02:00
Nico Schottelius 64a96a1336 disable more code for trying to find compiler bug 2019-07-25 14:42:24 +02:00
Nico Schottelius f155bb5499 Try to find the reason for yet-another-compiler-bug 2019-07-25 14:41:42 +02:00
Nico Schottelius 7bba816f2c v4 if next to v6 if, not to nat64 2019-07-25 14:40:20 +02:00
Nico Schottelius f80ecc1d68 [netpfga] remove icmp support
No payload checksumming...
2019-07-25 14:35:37 +02:00
Nico Schottelius 7b9ecc0038 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-25 14:34:48 +02:00
Nico Schottelius f60b61288f +} 2019-07-25 14:34:41 +02:00
Nico Schottelius d6766422d5 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-25 14:32:18 +02:00
Nico Schottelius 51cbbb6a73 +6.4 log 2019-07-25 14:32:13 +02:00
Nico Schottelius f97a41689f Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-25 14:31:55 +02:00
Nico Schottelius 7b6e853cc6 +log 2019-07-25 14:31:47 +02:00
Nico Schottelius 7bbee9ffa2 [netfpga] phase in ipv4 side of the code 2019-07-25 14:31:23 +02:00
Nico Schottelius 6003d240c6 [netpfga] add all broken defines 2019-07-24 23:51:19 +02:00
Nico Schottelius 5478e9fad7 Begin to write defines for netpfga instead of actions 2019-07-24 23:45:40 +02:00
Nico Schottelius a3dd7ee106 ++log 2019-07-24 23:33:09 +02:00
Nico Schottelius fa28b46285 +logs 2019-07-24 23:30:57 +02:00
Nico Schottelius 36e374737c Really, really ugly hack to get the thing compile again
REALLY ugly, but

works.
2019-07-24 23:28:05 +02:00
Nico Schottelius 28f985d9ce Commit broken in between state 2019-07-24 23:22:14 +02:00
Nico Schottelius c3f540795b [netpfga] document broken if statement case 2019-07-24 22:59:13 +02:00
Nico Schottelius 8c94c1ac09 [netpfga] Fix default actions / cannot have arguments 2019-07-24 22:52:23 +02:00
Nico Schottelius dc7d78252e Merge full IPv6 handling code from BMV2 side 2019-07-24 22:48:21 +02:00
Nico Schottelius 6b176fdc06 table size up, down, up...
Exact matches don't like 63

actions_nat64_generic.p4(173): error: table size too small for match_type(EM): 63 < 64
        size = 63;
               ^^
actions_nat64_generic.p4(173): error: could not not map table size size
        size = 63;
        ^^^^
2019-07-24 22:42:05 +02:00
Nico Schottelius 0f12752a02 tMerge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-24 22:40:09 +02:00
Nico Schottelius a055f55c8d ++notes 2019-07-24 22:39:59 +02:00
Nico Schottelius 4afbf053af [netpfga] change table key to exact instead of LPM
Known bug of netpfga not correctly supporting LPM. Current bug
might be triggered by it:
2019-07-24 22:38:55 +02:00
Nico Schottelius 0e49182647 Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis 2019-07-24 22:34:44 +02:00
Nico Schottelius d42259a85c +log 2019-07-24 22:34:34 +02:00
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
Nico Schottelius 5dcb25a8f2 Fix mis-replacement 2019-07-24 13:22:28 +02:00