Nico Schottelius
a3392bc730
disable packet mismatch
3 years ago
Nico Schottelius
cbf2a05ffd
++notes
3 years ago
Nico Schottelius
ae255956f2
disable commands.txt again
3 years ago
Nico Schottelius
73edb64cad
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
2b03fffbe9
Reduced version: only use egress tables
3 years ago
Nico Schottelius
854260984e
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
65d63fb03d
add bitfile of all functions included
3 years ago
Nico Schottelius
32b8c9f765
ping6: add switch for not reading
3 years ago
Nico Schottelius
65b3ee07d3
[netfpga] pcap
3 years ago
Nico Schottelius
5d62f26cb9
+interface sniffing script
3 years ago
Nico Schottelius
871b187c2a
Add script for pinging all 8 possible Ips
3 years ago
Nico Schottelius
984c99b541
Fix broken commit
3 years ago
Nico Schottelius
c142e8d335
Add script for adding ipv6 neighbor entries
3 years ago
Nico Schottelius
6007001838
-1
3 years ago
Nico Schottelius
1ae0294a39
Re-add table entries in commands.txt
3 years ago
Nico Schottelius
802a0ea131
git puMerge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
9a03ee1c3f
import more python files used in the project from netfpga
3 years ago
Nico Schottelius
72ec9d99cc
sucess of 6.6
3 years ago
Nico Schottelius
1c661f6990
Try to workaround compiler bug with markers
3 years ago
Nico Schottelius
5b306a4cb5
+ another ifdef around netpfga / tables
3 years ago
Nico Schottelius
1ddd745731
+ }
3 years ago
Nico Schottelius
809466cf61
re-enable other code that might not trigger compiler bug
3 years ago
Nico Schottelius
64a96a1336
disable more code for trying to find compiler bug
3 years ago
Nico Schottelius
f155bb5499
Try to find the reason for yet-another-compiler-bug
3 years ago
Nico Schottelius
7bba816f2c
v4 if next to v6 if, not to nat64
3 years ago
Nico Schottelius
f80ecc1d68
[netpfga] remove icmp support
...
No payload checksumming...
3 years ago
Nico Schottelius
7b9ecc0038
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
f60b61288f
+}
3 years ago
Nico Schottelius
d6766422d5
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
51cbbb6a73
+6.4 log
3 years ago
Nico Schottelius
f97a41689f
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
7b6e853cc6
+log
3 years ago
Nico Schottelius
7bbee9ffa2
[netfpga] phase in ipv4 side of the code
3 years ago
Nico Schottelius
6003d240c6
[netpfga] add all broken defines
3 years ago
Nico Schottelius
5478e9fad7
Begin to write defines for netpfga instead of actions
3 years ago
Nico Schottelius
a3dd7ee106
++log
3 years ago
Nico Schottelius
fa28b46285
+logs
3 years ago
Nico Schottelius
36e374737c
Really, really ugly hack to get the thing compile again
...
REALLY ugly, but
works.
3 years ago
Nico Schottelius
28f985d9ce
Commit broken in between state
3 years ago
Nico Schottelius
c3f540795b
[netpfga] document broken if statement case
3 years ago
Nico Schottelius
8c94c1ac09
[netpfga] Fix default actions / cannot have arguments
3 years ago
Nico Schottelius
dc7d78252e
Merge full IPv6 handling code from BMV2 side
3 years ago
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;
^^^^
3 years ago
Nico Schottelius
0f12752a02
tMerge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
a055f55c8d
++notes
3 years ago
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:
3 years ago
Nico Schottelius
0e49182647
Merge branch 'master' of gitlab.ethz.ch:nicosc/master-thesis
3 years ago
Nico Schottelius
d42259a85c
+log
3 years ago
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;
}
3 years ago
Nico Schottelius
5dcb25a8f2
Fix mis-replacement
3 years ago